Skip to content

v0.46.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 01:46
59dc38b

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)