v0.115.0
Agenta-AI/agentav0.115.0Sep 5, 2026by mmabrouk
AI Summary
This release focuses on session control improvements, sandbox management, and runner stability. It introduces durable session stopping and improves the warm sandbox feature to ensure better execution recovery.
Key Highlights
- Session control milestone 1: warm Stop, durable Stop, and recovery
- Preserve warm sandbox after Stop command
- Settle executions after runner or sandbox loss
- Resolve v0.115 release QA blockers
New Features
- Session control milestone 1 (warm Stop, durable Stop, recovery)
- Preserve warm sandbox after Stop
- Deliver durable Stop directly to the runner
Full Release Notes
## What's Changed * fix(api): acknowledge session records after Postgres commits by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6502 * test(qa): add the session-control cells to the agent release gate by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6518 * fix(runner): reject a second turn before touching the sandbox by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6500 * feat(runner): preserve the warm sandbox after Stop by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6496 * [test] Poll for the watchdog ending before the terminal-record assertion by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6554 * feat(sessions): deliver durable Stop directly to the runner by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6503 * fix(sessions): settle executions after runner or sandbox loss by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6501 * [fix] Keep the sandbox warm on a browser Stop and park a first turn's gated sibling call by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6557 * [fix] Keep outage-backlog records and split batches only per record by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6556 * fix(sessions): guard Stop by execution and cancel pending approvals by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6504 * fix: address CodeRabbit review for session control by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6558 * [fix] Point the watchdog collapse test at its own database by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6567 * [feat] Session control milestone 1: warm Stop, durable Stop, recovery by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6553 * [fix] Resolve v0.115 release QA blockers by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6573 * [fix] Keep the flag-off watchdog and late-output defaults unchanged by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6577 * [fix] Prevent approval resume after Stop by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6579 * [fix] Scope web-test cleanup and render messages once by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6581 * [fix] Enable durable Stop by default by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6584 * [release] v0.115.0 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/6571 **Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.114.8...v0.115.0