feat(tui): add /detach command (#5461)
* feat(tui): add detach command * fix(tui): print exact detached gateway stop command
This commit is contained in:
@@ -5,7 +5,14 @@ import { PickerMenu, type PickerMenuTheme } from "./picker-menu"
|
||||
|
||||
export type CommandMenuTheme = PickerMenuTheme
|
||||
|
||||
export type TuiCommandAction = "sessions" | "new-chat" | "context" | "diff" | "branch" | "exit"
|
||||
export type TuiCommandAction =
|
||||
| "sessions"
|
||||
| "new-chat"
|
||||
| "context"
|
||||
| "diff"
|
||||
| "branch"
|
||||
| "detach"
|
||||
| "exit"
|
||||
|
||||
export interface TuiCommand {
|
||||
command: string
|
||||
|
||||
Reference in New Issue
Block a user