Automations in the web UI
The Automations area is now functional end-to-end and visible outside demo mode. The list page shows your real automations with create, edit, and delete actions (saves are revision-checked, so concurrent edits fail loudly instead of silently overwriting), and a Run button on each card triggers the automation and takes you to the new run. The detail page is rebuilt like a run page, with status chips, Edit and Run actions, and a runs panel showing the automation’s history. On the backend, runs created through an automation’s API trigger now start automatically instead of sitting in Submitted forever.More
Improvements
Improvements
- Added
claude-opus-4-8to the model catalog; theopusandclaude-opusaliases now resolve to Opus 4.8
Fixes
Fixes
- Fixed OpenAI-compatible providers dropping raw freeform tool-call arguments, which left tools like
apply_patchreceiving{}instead of the patch text - Fixed context compaction separating tool results from the tool calls that produced them, which OpenAI rejects as orphaned outputs
- Fixed compacted conversation content also appearing in the compaction summary at the preserve boundary