Features
- feat(comparisons): add answer-first lead, per-section H2s, and AEO copy fixes (#7560)
- feat(browser): add verified form filling and horizontal scroll (#7556)
- feat(editor): replace canonical input toggle with icon switch (#7527)
- feat(models): gate forced tool use by model capability (#7528)
Bug Fixes
- fix(copilot): stream append previews as deltas instead of a snapshot per token (#7559)
- fix(anthropic): keep enum and const as structured-output constraints (#7558)
- fix(quickbooks): align the integration with Intuit's published API models (#7555)
- fix(executor): preserve disabled-branch execution and join readiness (#7537)
- fix(chat): bound deployed-chat callers and stop leaking chat gate config (#7525)
- fix(security): guard two OOXML paths that reached JSZip without a zip-bomb check (#7526)
- fix(knowledge): bound JSON/YAML chunker expansion (#7524)
Other Changes
- test(comparisons): cover the split-table and prose-link rendering paths (#7561)
- docs(library): update what-is-retrieval-augmented-generation (#7557)
- revert(editor): restore the canonical arrow toggle (#7550)