mirror of
https://github.com/usestrix/strix.git
synced 2026-08-22 02:58:39 +02:00
Reject ambiguous calls in todo tools that previously combined the single-target params and the bulk-array param (e.g. create_todo with both `title` and `todos` would silently create N+1 items). Each tool now errors with a mode-specific hint pointing the model at the appropriate form. Also drop the meaningless char-count from `think`'s success message — the model already knows what it wrote. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>