You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ask_user tool override — the extension now replaces the built-in ask_user tool with the rich questionnaire TUI. The LLM can call either AskUserQuestion (full schema) or ask_user (simpler confirm/select/multiselect/input/batch schema) and both route to the same TUI with browser sync, previews, notes, and all 13 settings.
Browser UI overhaul — the browser questionnaire page has been rebuilt with an editorial document layout, dark mode support, a layout toggle (single-question / all-questions), row-click option selection, and a review/submit flow redesign.
Browser confirm + submitted screens — dedicated confirm-before-submit and submitted-receipt screens with auto-close timer.
Added
src/ask-user-adapter.ts — schema and param conversion for the built-in ask_user tool surface (7477051)
Browser editorial document layout with progress band, choice-row structure, notes-field wrapper, and review ledger (061f3a4)
Browser dark mode with CSS variables, data-theme attribute, and native control color-scheme (c3c1790, 7ade39f)