Changed
- Consolidated async step activity and parallel-outcome formatting used by widgets and
subagent({ action: "status" })output. - Updated
/parallel-reviewand/parallel-cleanupto end review synthesis with numbered follow-up choices, plus anautofixmode for automatically applying fixes worth doing now. - Include async run output paths in
subagent({ action: "status" })output so the remaining inspection path covers the logs previously surfaced by the removed overlay.
Removed
- Removed the unnecessary
/agentsmanager overlay, itsCtrl+Shift+Ashortcut, and theagentManager.newShortcutsetting to cut unnecessary UI surface area; agent and chain management remains available through tool actions, settings, and markdown files. - Removed persistent save actions from the chain clarify UI:
Sno longer writes runtime overrides back to agent frontmatter, andWno longer saves.chain.mdfiles. Clarify now only edits the imminent run. - Removed the
/subagents-statusread-only overlay and its slash command; async runs remain inspectable throughsubagent({ action: "status" }), completion notifications, logs, and the async widget. - Removed the standalone
src/tui/text-editor.ts; chain clarify now keeps its small runtime editor logic local to the only remaining consumer.