Skip to content

v0.9.87 — Allow in-session agent switching + wake-race retry + deploy self-heal

Choose a tag to compare

@github-actions github-actions released this 28 Jun 20:31
· 16 commits to main since this release
61a47d3

Fixes

  • Deactivate session agent-lock (KORTIX_ENFORCE_SESSION_AGENT_LOCK, default off): no more AGENT_SWITCH_REQUIRES_NEW_SESSION 409, in-session agent switching works, and the first prompt of a new session no longer fails. Agent picker unlocked in the UI.
  • Send-retry: any sandbox 503 now rides the full boot/wake window (~29s) so a prompt to a waking box lands instead of reverting a message that actually ran.
  • deploy-prod self-heal: assert the Argo app tracks 'prod' and repoint a stranded break-glass rollback before the rollout wait.
  • Drata IaC CRITICAL fixed (scoped staging deploy secretsmanager perms); opt-in RELEASE_FAST_TRACK release lane.

What's Changed

  • chore(release): VERSION → 0.9.87 [skip ci] by @github-actions[bot] in #3951
  • fix(snapshots): default Dockerfile uses python3 -c, not a RUN heredoc (Platinum buildah can't parse heredocs) by @kubet in #3952
  • chore(dev-eks): deploy dev-90896373 [skip ci] by @github-actions[bot] in #3953
  • feat(snapshots): reject non-buildah-portable Dockerfiles at compose time (prevent the heredoc class) by @kubet in #3954
  • chore(dev-eks): deploy dev-d265185c [skip ci] by @github-actions[bot] in #3955
  • chore(dev-eks): deploy dev-a1a305a6 [skip ci] by @github-actions[bot] in #3956

Full Changelog: v0.9.86...v0.9.87