v0.3.2 tightens channel reliability and release ergonomics without changing the core architecture. Hosted deployments can now manage the SSH daemon through a dedicated API, and operators get stronger visibility through prompt inspection snapshots and richer live status context.
This patch also closes several turn-handling edge cases that could cause surprising behavior in busy channels. require_mention works, skip terminates the channel turn immediately (including error paths), and history backfill is treated as read-only archival context in the system prompt so older transcript text is not actioned as fresh instructions.
What's Changed
- Add SSH daemon management API by @jamiepine in #369
- fix: terminate channel turn immediately after skip tool call by @jamiepine in #373
- feat: system config self-awareness, prompt inspect API, release version check by @jamiepine in #374
- fix: require_mention falls through to default agent instead of dropping message by @jamiepine in #376
- fix: move backfill history from chat history to system prompt by @jamiepine in #377
Full Changelog: v0.3.1...v0.3.2