docs(FN-808): document nested model menu and add regression tests

- Document nested model menu behavior in QuickEntryBox in AGENTS.md
- Add README section describing the model selection nested menu pattern
- Add regression tests for nested model menu submenu open/close behavior
This commit is contained in:
gsxdsm
2026-04-04 09:10:28 -07:00
parent 5e18ca1b0e
commit 2e629a6666
3 changed files with 102 additions and 1 deletions

View File

@@ -339,6 +339,18 @@ When creating tasks, the AI can refine your description:
- Suggests appropriate file scopes and steps
- Available in both Quick Entry and planning mode
### Quick Entry Model Selection
The quick entry box provides a **Models** button (🧠) that opens a nested menu for overriding AI models on a per-task basis:
1. Click the **Models** button (🧠) to open the top-level menu
2. Choose a role: **Plan**, **Executor**, or **Validator**
3. Select a specific model from the dropdown submenu
4. Press **Back** or Escape to return to the role selector
5. The menu shows "Using default" for roles without an override and highlights roles with a custom selection
The selected executor and validator models are included in the task creation payload. Planning model overrides apply only during task specification (triage).
### Manual Plan Approval
Enable `requirePlanApproval` in settings for manual review of AI-generated specifications: