Skip to content

Athas v0.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 12:07

Continuous Agents can now keep workspace goals moving in fresh Agent sessions. Create and manage scheduled goals from a dedicated resource view with its own sidebar, pause or run them on demand, and return to the latest session without leaving the editor.

Continuous runs now fail safely instead of launching stale or duplicate work. Athas validates the selected Codex or ACP agent, isolates goals by workspace, waits while another Agent is active, coordinates multiple app windows, preserves transient failures for retry, and pauses tasks that need attention.

Coding agents are easier to discover, install, and update. Managed and system binaries are detected consistently, the agent picker exposes clear install and update states, and the bundled Claude, Gemini, Copilot, Kimi, OpenCode, and Qwen definitions now track their current upstream releases and supported platforms.

Secondary navigation now gives each tool a focused workspace sidebar. Source Control, GitHub, Docker, and Continuous Agents own their sections while the primary activity rail stays compact and free of nested subitems.

Branch and project menus remain clean while scrolling. Shared menu primitives keep search and action rows fixed, isolate overflow correctly, and keep row actions reachable while their submenus are open.

React runtime behavior is safer across the workbench. This release removes render-time mutations, impure state updates, leaked timers and listeners, stale async updates, and several security and accessibility edge cases found during the React Doctor audit.

Full changelog