Skip to content

v2.34.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Apr 03:54

2.34.0 (2026-04-24)

Bug Fixes

  • adapter: forward per-loop settings to SDK query options (#335) (6fd740f)
  • claude: correct worker ipv4 preload path (fbc70b2)
  • claude: restore worker queries in os user mode (ac09780)
  • claude: sanitize worker ipc payloads (6867c79)
  • codex: preserve content array when prepending system prompt (eae322c)
  • render codex plans as plan variants (5e2a4e9)
  • sdk-bridge: clear acceptEditsAfterStart in all permission-mode paths (750055e)
  • sdk-bridge: prevent cross-vendor model leak across sessions (1f62af8)
  • search: return all query occurrences per assistant turn (21b0081)
  • security: harden shell command execution (a2540c2), closes #334
  • sw: bump cache version to evict stale connection-lost notification (c91c6ff)
  • ui: hide expand affordance for empty thinking blocks (35bc428)
  • ui: restore notification contrast in light mode (c51f870)
  • yoke: support third-party provider auth modes (185b6d1), closes #331

Features

  • mates: add Mate SQLite datastore and inspector (24bf2f9)
  • mates: replace autonomy step with vendor choice in wizard (f8b4f34)
  • refine session favorites sidebar (3bc6bb8)
  • sidebar: two-click arm to delete session and polish presence layout (af66342)
  • tools: render codex patch diffs with filename header and split toggle (1c6ebe2)

Performance Improvements

  • os-users: reduce project switch overhead (96fd254)
  • project: defer owner acl work until query start (9887a1f)
  • yoke: cache checkInstalled result at module scope (1ba9bff)
  • yoke: defer adapter warmup to first websocket connection (26ede6e)