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
commit a6e1aa085f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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