fix(mode): stabilize plan-mode model experience

This commit is contained in:
Tianyi Cui
2026-07-20 23:37:01 +08:00
parent 28a74d6d7e
commit 897dc82d9b
40 files changed
+620 -298

No files matched your search

@@ -31,6 +31,8 @@ export interface AskUserQuestionItem {
id: string
/** The question to display. */
question: string
/** Optional supporting detail rendered with the question but kept out of option labels. */
detail?: string
/** Optional short heading/group label. */
header?: string
/** Optional choices the UI can render as a menu. */