v0.114.6
Agenta-AI/agentav0.114.6Sep 2, 2026by mmabrouk
AI Summary
This release addresses critical stability issues with the runner and sandbox by implementing retry logic for stuck instances and fixing credential preflight checks. It also includes enhanced gate testing capabilities and removes a failing CI healthcheck.
Key Highlights
- Rebuild stuck sandboxes with a third attempt and fix credential preflight judges.
- Added burst and crosstalk journeys for gate testing.
- Dropped the failing gateway healthcheck in CI.
- Fixed runner stability issues related to Daytona secrets.
Full Release Notes
## What's Changed * [AGE-4249] fix(runner): rebuild a stuck sandbox on the same Daytona Secret, and allow a third attempt by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6487 * [AGE-4249] fix(runner): let the credential preflight judge providers that do not echo the key by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6486 * [AGE-4249] test(gate): add burst and crosstalk journeys that run many cold starts at once by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6488 * fix(ci): drop the gateway healthcheck Railway can never pass by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6491 * [release] v0.114.6 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/6490 **Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.114.5...v0.114.6