Commit graph

3 commits

Author SHA1 Message Date
Alessandro
22e7619719 Keep goals active and resolve trailing slash commands
Continue active goals through response attempts until they are completed or genuinely blocked, while directing agents to make safe in-scope choices autonomously.

Parse known slash commands in prefix or trailing position for WebUI and backend-originated messages.
2026-07-16 18:14:13 +02:00
Alessandro
5660848940 Improve built-in command management
List bundled slash commands in their own section and create same-name project or global overrides when users edit them.

Remove the Commands sidebar shortcut and redundant scope banner, then simplify command cards by dropping badges and argument hints while tightening description typography. Add regression coverage for built-in listing and override precedence.
2026-07-10 17:50:33 +02:00
Alessandro
9c9a4e00ca Add built-in slash commands plugin
Introduce the _commands plugin with command storage, picker UI, bundled canonical command pack, and legacy migration into the built-in namespace.

Polish the Web UI picker behavior, hide WebUI-only-inappropriate commands from the popover, make /models always open model configuration, and add regression coverage for command CRUD, plugin discovery, migration, canonical names, hidden commands, and picker flows.
2026-07-09 16:00:30 +02:00