fix(ask): always allow custom select answers

This commit is contained in:
云服务部-叶林立
2026-08-28 14:26:58 +08:00
parent 221e978622
commit d1b11f86f7
7 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
Initial reference snapshot: `dcd461925db2edf69a43c8135db1180d418afd54` (`main`, inspected 2026-08-24).
The upstream `qna.ts` command is intentionally not included: this package only supports model-initiated questions. Local changes consolidate single and multi-question flows into one tool, add text questions, validation, bounded schemas, cancellation/abort handling, width-aware rendering, and IME focus propagation.
The upstream `qna.ts` command is intentionally not included: this package only supports model-initiated questions. Local changes consolidate single and multi-question flows into one tool, add text questions, keep a user-controlled free-form escape hatch on every select question, validation, bounded schemas, cancellation/abort handling, width-aware rendering, and IME focus propagation.
The copied MIT license and original copyright notice are retained in `LICENSE`.