fix(tui): default new sessions always to local project (#28541)

This commit is contained in:
James Long
2026-05-20 18:35:37 -04:00
committed by GitHub
parent 6a9cbe7de0
commit a6e1aa085f
4 changed files with 4 additions and 25 deletions

View File

@@ -210,7 +210,6 @@ export type TuiPromptRef = {
export type TuiPromptProps = {
sessionID?: string
workspaceID?: string
visible?: boolean
disabled?: boolean
onSubmit?: () => void
@@ -458,12 +457,9 @@ export type TuiHostSlotMap = {
app_bottom: {}
home_logo: {}
home_prompt: {
workspace_id?: string
ref?: (ref: TuiPromptRef | undefined) => void
}
home_prompt_right: {
workspace_id?: string
}
home_prompt_right: {}
session_prompt: {
session_id: string
visible?: boolean