Releases: vibecook-dev/chopsticks
Releases · vibecook-dev/chopsticks
Release list
v0.1.4
0.1.4 (2026-07-28)
Features
- add agent environment telemetry (daeab4b)
- add caller-owned terminal adoption (a3aff40)
- add cross-agent context telemetry (ba28611)
- add provider account usage limits (808402e)
- add truffle-enabled godview app (5e92b55)
- apps: surface terminal and agent activity (41fc563)
- godview: add agent mounting interactions (45ac4f3)
- godview: add centered bubble spawn motion (bd53215)
- godview: add themes and pane color links (c5985e2)
- godview: match prototype physics and add tuning controls (148e17d)
- godview: show agent usage limits (7ce35df)
Bug Fixes
- apps: bound agent state delivery (1c44d00)
- apps: preserve pane cwd and restore clipboard (8aef161)
- claude: prefer statusline usage and refresh OAuth tokens (3e494ce)
- godview: finalize terminal activity cleanup (1353bc9)
- godview: show folder names in pane badges (9024913)
- harden runtime telemetry observers (d30bc07)
- harden session replay and terminal lifecycle (7df3dfe)
- project Grok terminal turns (77b4279)
- runtime: attach Git watchers before announcing state (d28ec79)
- stage transitive ghosttea bridge runtime (c55749a)
v0.1.3
v0.1.2
Chopsticks v0.1.0
Full Changelog: https://github.com/jamesyong-42/chopsticks/commits/v0.1.0
chopsticks: v0.1.1
0.1.1 (2026-07-19)
Features
- adapter-acp: generic ACP structured driver + normalizer (M6 A2-A4) (68a2460)
- adapter-claude: createClaudeSession driver — hub-side composition (M2) (ac80e6f)
- adapter-claude: detection probe, registry-driven settings gen, session prepare (M2-1/M2-3) (c568aa7)
- adapter-claude: hook registry, loopback hook bridge, event normalizer (M2-1/M2-2/M2-4 core) (744952e)
- adapter-claude: transcript observer over spaghetti + guarded prompt injection (M2-5/M2-6) (b98ce4e)
- adapter-codex: app-server notification normalizer (M5 C2) (a50d914)
- adapter-codex: createCodexObserver — attach + observe a TUI thread (M5 C6-2) (10c85d7)
- adapter-codex: createCodexSession structured driver (M5 C4) (0d59cb3)
- adapter-codex: WebSocket-over-UDS transport + app-server spawn (M5 C6-1) (fca95e8)
- add agent launch options and release pipeline (37dd9c5)
- core: full AgentEvent union + session state reducer (M0-2, M0-3) (d06c8cb)
- migrate workbench terminals to Ghosttea (1eea6db)
- node: @xterm/headless mirror sink with serialize snapshots (M1-3) (efa5dd1)
- node: PTY transport, process-tree ladder, ordered terminal distributor (M1-1..M1-3 core) (5518204)
- record,adapter-claude: own-action record + native resume (M4) (f371f75)
- testing: fake terminal agent + Phase 0 hook fixtures (M0-4) (1be5bf4)
- workbench: Claude sessions in the workbench — driver wiring + activity panel (M2) (ad3a37a)
- workbench: Codex sessions — native TUI tab + structured observer (M5 C6-3) (c8d18fa)
- workbench: control Codex from the panel — bracketed-paste injection (M5 C6-4) (93e4e0a)
- workbench: Electron dev app with system-Node pty-host (M1-4) (6b8d5c4)
- workbench: Ghostty-fashion terminal UI via avocado TerminalSurface (9a8b39a)
- workbench: Grok tab — native TUI + leader coexistence (M6 A6c) (64b11b8)
- workbench: own-action record wiring + resume affordance (M4) (0316ec2)
- workbench: redesign the agent panel as a proper chat UI (63ea1f1)
- workbench: workspace isolation for Claude sessions (M3) (54fb120)
- workspaces: shared / git-worktree / copy isolation with final-diff metadata (M3) (87c1cda)
Bug Fixes
- adapter-codex: own thread at spawn so panel leaves preparing immediately (601a067)
- adapter-codex: retry thread attach until it materializes (8d3970d)
- node: CJS interop for @xterm/headless under real ESM (f8f5c94)
- preserve interactive auth during publish (bfad194)
- skip immutable package versions during publish (b5b83e7)
- workbench: Codex resume — reopen the thread, and gate the button (M5 C6-5) (b6ad259)
- workbench: Grok tab — TUI-first session creation, faster spawn (a7dbf50)
- workbench: Grok TUI needs --leader to share the session (inject) (7002a75)
- workbench: match avocado ghostty terminal parity (9e75803)
- workbench: render agent panel messages from a single source (8d10432)
- workbench: use restty auto renderer like ghostty (fb41cb1)