fix(plan): make direct exit discoverable

This commit is contained in:
fz
2026-07-23 21:34:40 +08:00
parent a7b0e69797
commit 5e8943fd1c
6 changed files with 26 additions and 9 deletions

View File

@@ -2384,6 +2384,7 @@ export function createTuiChat(
...ctx.commands.list(agent).map(command => ({
name: command.name,
description: command.description,
...(command.input === undefined ? {} : { argumentHint: command.input.hint }),
})),
...skillCommands,
],