Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Aug 12:17

3.0.0 (2026-08-16)

  • feat(split-view)!: add driver and worker agent pairs (a726fbc)

Bug Fixes

  • codex: report real context window and per-turn usage (b3da1c5)
  • codex: route app-server events by thread (28c47d2)
  • CVE-2025-14874 security vulnerability (610b693)
  • notifications: silence banners for adopted external CLI sessions (38c53a1)
  • pair: support driver tools across vendors (051f21b)
  • sessions: prevent deleted CLI sessions from returning (bf35d78)
  • sessions: stop dropping user messages sent into a query gap (40d537e)
  • sessions: use the shared session mapper for the connect-time list (60642b1)
  • split-view: anchor split groups to cliSessionIds so they survive restarts (a63c3c4)
  • split-view: hide the shell context gauge while a split is open (76b2b30)
  • split-view: replace the U+2AFF glyph with a plain separator and icon (caaeb3e)
  • split-view: stabilize shared sticky note dragging (8a9ef5d)
  • ui: bind new sessions to selected vendor (9511f4c)
  • ui: remove narrow split pane bottom gap (5e2c57c)
  • yoke: populate Kiro tool_result content from split ACP updates (fb1d8b2)
  • yoke: restore visible thinking streams on claude and codex (5b04241)
  • yoke: route Kiro ACP events per session (9bffa51)

Features

  • codex: add GPT-5.6 sol/terra/luna models (#384) (cd56498)
  • permissions: add per-session YOLO mode (a408cf9)
  • sessions: inherit parent context in spawned sessions via fork (cd18b49)
  • sessions: let an agent spawn sibling work sessions (#358) (5fc36eb)
  • sessions: make a split a first-class group (Arc-style) (398f629)
  • sessions: persist the per-session model across daemon restarts (c0552b0)
  • sessions: reuse blank sessions and sweep stale ones (3262d35)
  • sidebar: replace vendor buttons with a New session picker (5a1b34a)
  • sidebar: show which vendor each session ran on (daa8437)
  • split-view: arc-style drop preview and first-class pane headers (09a195b)
  • ui: present worktrees as branches inside their project (2bb8915)
  • ui: two-pane split view via chrome-less iframe panes (4f6d5a4)
  • yoke: add Kiro CLI adapter via Agent Client Protocol (3d00286)
  • yoke: add static vendor registry and extend capability map (df18132)
  • yoke: allow mid-session model switching where the vendor supports it (64bdd36)
  • yoke: complete Kiro v3 adapter support (bfa082a)
  • yoke: share skills across vendors (4c0275d)

BREAKING CHANGES

  • establish the split pair workflow and persisted per-session
    agent configuration as the new major-version behavior.