You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
API Changes
Add Session resources with persistent Claude Code and Codex conversations available through terminal and authenticated web chat. (#1446, @gjkim42)
Features
Sessions now run as StatefulSets and can preserve their workspace and conversation events across Pod replacement when configured with spec.volumeClaimTemplate; terminal and web clients reconnect automatically. (#1455, @gjkim42)
Update claude-code image from 2.1.205 to 2.1.207 (#1452, @app/kelos-bot)
Update cursor image from 2026.07.09-c59fd9a to 2026.07.09-a3815c0 (#1454, @app/kelos-bot)
Update codex image from 0.144.0 to 0.144.1 (#1453, @app/kelos-bot)
WorkerPools now support GitHub App–backed workspaces. The controller mints a short-lived installation token into a <pool-name>-github-token Secret and re-mints it before expiry, mounting it as a file so long-lived worker pods keep a valid token without restarts.
(#1434, @knechtionscoding)