|
4 | 4 |
|
5 | 5 | ## [0.12.1](https://github.com/promptfoo/crabcode/compare/v0.12.0...v0.12.1) (2026-03-11) |
6 | 6 |
|
7 | | - |
8 | 7 | ### Features |
9 | 8 |
|
10 | | -* add `crab compare` command for browser-based file diff ([ca26e5d](https://github.com/promptfoo/crabcode/commit/ca26e5da0834652a3c94084f443ca26fbfeedb3b)) |
11 | | -* add `crab md` command to render markdown in browser ([#40](https://github.com/promptfoo/crabcode/issues/40)) ([62798a1](https://github.com/promptfoo/crabcode/commit/62798a1e29e60fec2a48a30b831004706fc4042c)) |
12 | | -* agent-agnostic codex support + bats test framework ([#52](https://github.com/promptfoo/crabcode/issues/52)) ([164a6be](https://github.com/promptfoo/crabcode/commit/164a6becd60a9f4ace59ac5001ac14005ff11f8b)) |
13 | | -* **agent:** add `crab agent sync` for cross-agent config migration ([#55](https://github.com/promptfoo/crabcode/issues/55)) ([7f9df47](https://github.com/promptfoo/crabcode/commit/7f9df47e7dc2293f66227541d7942c0341ef4149)) |
14 | | -* **court,review:** allow starting fresh when session already exists ([412d7d3](https://github.com/promptfoo/crabcode/commit/412d7d3d2ac8012edea0d047fa38a75e63a72e0b)) |
15 | | -* **court:** enhance reviewer and judge prompts to catch silent data corruption ([#31](https://github.com/promptfoo/crabcode/issues/31)) ([f901632](https://github.com/promptfoo/crabcode/commit/f901632278897698ba32bf3ab910b105640ae7fc)) |
16 | | -* **crab-pf:** add --reasoning flag for GPT-5 reasoning_effort ([#34](https://github.com/promptfoo/crabcode/issues/34)) ([1cc404d](https://github.com/promptfoo/crabcode/commit/1cc404d861cee6435e97d13e8abd01095d17cb19)) |
17 | | -* **crab-pf:** default to gpt-5 with reasoning low ([#36](https://github.com/promptfoo/crabcode/issues/36)) ([916d46f](https://github.com/promptfoo/crabcode/commit/916d46f05c77a874470294e5be67fc13812bcad5)) |
18 | | -* **draw:** add `crab draw open <path>` to open .excalidraw files from any location ([b71744d](https://github.com/promptfoo/crabcode/commit/b71744d6d1d6d34c722d96999809f78350380577)) |
19 | | -* **draw:** add `crab draw rename <id> "New Title"` command ([7b07a6d](https://github.com/promptfoo/crabcode/commit/7b07a6d54a0e0c12afedf7ba4a7ba29c64e3b24d)) |
20 | | -* **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f)) |
21 | | -* **draw:** make sessions global across workspaces ([ddfd891](https://github.com/promptfoo/crabcode/commit/ddfd891c9981afd3881cf39115ad918021b19068)) |
22 | | -* **draw:** support positional title — `crab draw "My Title"` ([be4ecf3](https://github.com/promptfoo/crabcode/commit/be4ecf35f14e4214fa5ab112c6bcb89db34d96b1)) |
23 | | -* **env:** add crab env snapshot/restore for machine migration ([#57](https://github.com/promptfoo/crabcode/issues/57)) ([1c21b02](https://github.com/promptfoo/crabcode/commit/1c21b029cd8fac814851889166f87e0ce41643f1)) |
24 | | -* **md:** add inline editing with split view, diff highlights, and save ([f4461f3](https://github.com/promptfoo/crabcode/commit/f4461f398c49404e07ecb9b873eb3e1736e5cedf)) |
25 | | -* **promptfoo:** add `crab pf serve` Slack polling daemon ([#37](https://github.com/promptfoo/crabcode/issues/37)) ([1ee6707](https://github.com/promptfoo/crabcode/commit/1ee670787e1fd5f2c4a8bc5ca684618d7bf08d14)) |
26 | | -* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834)) |
27 | | - |
| 9 | +- add `crab compare` command for browser-based file diff ([ca26e5d](https://github.com/promptfoo/crabcode/commit/ca26e5da0834652a3c94084f443ca26fbfeedb3b)) |
| 10 | +- add `crab md` command to render markdown in browser ([#40](https://github.com/promptfoo/crabcode/issues/40)) ([62798a1](https://github.com/promptfoo/crabcode/commit/62798a1e29e60fec2a48a30b831004706fc4042c)) |
| 11 | +- agent-agnostic codex support + bats test framework ([#52](https://github.com/promptfoo/crabcode/issues/52)) ([164a6be](https://github.com/promptfoo/crabcode/commit/164a6becd60a9f4ace59ac5001ac14005ff11f8b)) |
| 12 | +- **agent:** add `crab agent sync` for cross-agent config migration ([#55](https://github.com/promptfoo/crabcode/issues/55)) ([7f9df47](https://github.com/promptfoo/crabcode/commit/7f9df47e7dc2293f66227541d7942c0341ef4149)) |
| 13 | +- **court,review:** allow starting fresh when session already exists ([412d7d3](https://github.com/promptfoo/crabcode/commit/412d7d3d2ac8012edea0d047fa38a75e63a72e0b)) |
| 14 | +- **court:** enhance reviewer and judge prompts to catch silent data corruption ([#31](https://github.com/promptfoo/crabcode/issues/31)) ([f901632](https://github.com/promptfoo/crabcode/commit/f901632278897698ba32bf3ab910b105640ae7fc)) |
| 15 | +- **crab-pf:** add --reasoning flag for GPT-5 reasoning_effort ([#34](https://github.com/promptfoo/crabcode/issues/34)) ([1cc404d](https://github.com/promptfoo/crabcode/commit/1cc404d861cee6435e97d13e8abd01095d17cb19)) |
| 16 | +- **crab-pf:** default to gpt-5 with reasoning low ([#36](https://github.com/promptfoo/crabcode/issues/36)) ([916d46f](https://github.com/promptfoo/crabcode/commit/916d46f05c77a874470294e5be67fc13812bcad5)) |
| 17 | +- **draw:** add `crab draw open <path>` to open .excalidraw files from any location ([b71744d](https://github.com/promptfoo/crabcode/commit/b71744d6d1d6d34c722d96999809f78350380577)) |
| 18 | +- **draw:** add `crab draw rename <id> "New Title"` command ([7b07a6d](https://github.com/promptfoo/crabcode/commit/7b07a6d54a0e0c12afedf7ba4a7ba29c64e3b24d)) |
| 19 | +- **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f)) |
| 20 | +- **draw:** make sessions global across workspaces ([ddfd891](https://github.com/promptfoo/crabcode/commit/ddfd891c9981afd3881cf39115ad918021b19068)) |
| 21 | +- **draw:** support positional title — `crab draw "My Title"` ([be4ecf3](https://github.com/promptfoo/crabcode/commit/be4ecf35f14e4214fa5ab112c6bcb89db34d96b1)) |
| 22 | +- **env:** add crab env snapshot/restore for machine migration ([#57](https://github.com/promptfoo/crabcode/issues/57)) ([1c21b02](https://github.com/promptfoo/crabcode/commit/1c21b029cd8fac814851889166f87e0ce41643f1)) |
| 23 | +- **md:** add inline editing with split view, diff highlights, and save ([f4461f3](https://github.com/promptfoo/crabcode/commit/f4461f398c49404e07ecb9b873eb3e1736e5cedf)) |
| 24 | +- **promptfoo:** add `crab pf serve` Slack polling daemon ([#37](https://github.com/promptfoo/crabcode/issues/37)) ([1ee6707](https://github.com/promptfoo/crabcode/commit/1ee670787e1fd5f2c4a8bc5ca684618d7bf08d14)) |
| 25 | +- **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834)) |
28 | 26 |
|
29 | 27 | ### Bug Fixes |
30 | 28 |
|
31 | | -* **crab-pf:** replace broken verify with smoke+session test, add session handling ([#32](https://github.com/promptfoo/crabcode/issues/32)) ([3f5ee99](https://github.com/promptfoo/crabcode/commit/3f5ee994e5b3e7dfbd345b1af040825dc0ce26fd)) |
32 | | -* **crab-pf:** require test prompts to match provider input format ([#33](https://github.com/promptfoo/crabcode/issues/33)) ([b5017cb](https://github.com/promptfoo/crabcode/commit/b5017cb093fb157f7658c8c9cde3a662901b3f98)) |
33 | | -* **draw:** remove project-alias scoping from global draw storage ([ad0f422](https://github.com/promptfoo/crabcode/commit/ad0f422e481ff33fc511a41b00fab07d73f36965)) |
34 | | -* force checkout in restart/cleanup to handle dirty worktrees ([fc37b80](https://github.com/promptfoo/crabcode/commit/fc37b80c67c46f2d7e648dc951dd0f16ddb78405)) |
35 | | -* **md:** decode UTF-8 correctly when rendering markdown in browser ([7e6b8b2](https://github.com/promptfoo/crabcode/commit/7e6b8b22783874ac88268a65bd26c12746b83782)) |
36 | | -* **msg:** stop say from repeating in listen mode ([#23](https://github.com/promptfoo/crabcode/issues/23)) ([473c3f6](https://github.com/promptfoo/crabcode/commit/473c3f6d85971ed6d5f8e687d6666d08dab281c6)) |
37 | | -* **test:** fix all 14 pre-existing test failures, add test isolation ([#29](https://github.com/promptfoo/crabcode/issues/29)) ([57f2080](https://github.com/promptfoo/crabcode/commit/57f20808c6e58e7abddf2b50afc159b41f5e9e9c)) |
38 | | -* **update:** bypass GitHub raw CDN cache for self-update ([#22](https://github.com/promptfoo/crabcode/issues/22)) ([29f04fa](https://github.com/promptfoo/crabcode/commit/29f04fabd70312b71d4e4939a36793fb94b0440a)) |
39 | | -* **wip:** restore to current workspace, show project-level WIPs by default ([c1eb24f](https://github.com/promptfoo/crabcode/commit/c1eb24fb75e4a69db65c8549587cbb01203cd64d)) |
40 | | -* **wip:** use target workspace branch when restoring cross-workspace ([8734bf6](https://github.com/promptfoo/crabcode/commit/8734bf615cc1fc4a261129c86d77d46d8e7277d5)) |
41 | | -* **ws:** avoid shell init prompts eating command keystrokes after respawn-pane ([967eb91](https://github.com/promptfoo/crabcode/commit/967eb910c8c0ab2d42cb35cef1d8f4a2bdd81a8a)) |
| 29 | +- **crab-pf:** replace broken verify with smoke+session test, add session handling ([#32](https://github.com/promptfoo/crabcode/issues/32)) ([3f5ee99](https://github.com/promptfoo/crabcode/commit/3f5ee994e5b3e7dfbd345b1af040825dc0ce26fd)) |
| 30 | +- **crab-pf:** require test prompts to match provider input format ([#33](https://github.com/promptfoo/crabcode/issues/33)) ([b5017cb](https://github.com/promptfoo/crabcode/commit/b5017cb093fb157f7658c8c9cde3a662901b3f98)) |
| 31 | +- **draw:** remove project-alias scoping from global draw storage ([ad0f422](https://github.com/promptfoo/crabcode/commit/ad0f422e481ff33fc511a41b00fab07d73f36965)) |
| 32 | +- force checkout in restart/cleanup to handle dirty worktrees ([fc37b80](https://github.com/promptfoo/crabcode/commit/fc37b80c67c46f2d7e648dc951dd0f16ddb78405)) |
| 33 | +- **md:** decode UTF-8 correctly when rendering markdown in browser ([7e6b8b2](https://github.com/promptfoo/crabcode/commit/7e6b8b22783874ac88268a65bd26c12746b83782)) |
| 34 | +- **msg:** stop say from repeating in listen mode ([#23](https://github.com/promptfoo/crabcode/issues/23)) ([473c3f6](https://github.com/promptfoo/crabcode/commit/473c3f6d85971ed6d5f8e687d6666d08dab281c6)) |
| 35 | +- **test:** fix all 14 pre-existing test failures, add test isolation ([#29](https://github.com/promptfoo/crabcode/issues/29)) ([57f2080](https://github.com/promptfoo/crabcode/commit/57f20808c6e58e7abddf2b50afc159b41f5e9e9c)) |
| 36 | +- **update:** bypass GitHub raw CDN cache for self-update ([#22](https://github.com/promptfoo/crabcode/issues/22)) ([29f04fa](https://github.com/promptfoo/crabcode/commit/29f04fabd70312b71d4e4939a36793fb94b0440a)) |
| 37 | +- **wip:** restore to current workspace, show project-level WIPs by default ([c1eb24f](https://github.com/promptfoo/crabcode/commit/c1eb24fb75e4a69db65c8549587cbb01203cd64d)) |
| 38 | +- **wip:** use target workspace branch when restoring cross-workspace ([8734bf6](https://github.com/promptfoo/crabcode/commit/8734bf615cc1fc4a261129c86d77d46d8e7277d5)) |
| 39 | +- **ws:** avoid shell init prompts eating command keystrokes after respawn-pane ([967eb91](https://github.com/promptfoo/crabcode/commit/967eb910c8c0ab2d42cb35cef1d8f4a2bdd81a8a)) |
42 | 40 |
|
43 | 41 | ## [0.12.0] - 2026-02-20 |
44 | 42 |
|
|
103 | 101 | ## [0.8.0] - 2026-02-09 |
104 | 102 |
|
105 | 103 | ### Added |
| 104 | + |
106 | 105 | - **Court Review system**: thorough multi-agent PR review with judge pattern |
107 | 106 | - `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex) |
108 | 107 | - Judge orchestrates reviewers, verifies findings by tracing actual code |
|
116 | 115 | - `crab review show <PR>` displays saved review output |
117 | 116 |
|
118 | 117 | ### Changed |
| 118 | + |
119 | 119 | - Simplified review system: removed `--with-codex` and `collab` modes in favor of `crab court` |
120 | 120 | - `crab review <PR>` now does quick single-agent review (fast, simple) |
121 | 121 | - `crab court <PR>` is the thorough option (judge + 2 reviewers) |
122 | 122 |
|
123 | 123 | ### Fixed |
| 124 | + |
124 | 125 | - WIP restore now properly opens workspace when run from outside (was checking wrong directory) |
125 | 126 | - Review sessions now run from session directory so Claude can write output files |
126 | 127 |
|
127 | 128 | ## [0.7.0] - 2026-02-08 |
128 | 129 |
|
129 | 130 | ### Added |
| 131 | + |
130 | 132 | - **Session management**: track and resume Claude conversations |
131 | 133 | - `crab session ls` — list sessions with inline summaries |
132 | 134 | - `crab session start "name"` — start new named session |
|
142 | 144 | - PR context auto-fetched via gh CLI |
143 | 145 |
|
144 | 146 | ### Changed |
| 147 | + |
145 | 148 | - `crab restart` now fully recreates window layout (fixes missing panes after close) |
146 | 149 | - Team mode always enabled (instructions in .claude/CLAUDE.md) |
147 | 150 | - Removed `--team` flag (no longer needed) |
148 | 151 |
|
149 | 152 | ## [0.6.0] - 2026-02-05 |
150 | 153 |
|
151 | 154 | ### Added |
| 155 | + |
152 | 156 | - **Agent Teams integration**: team mode always enabled in workspaces |
153 | 157 | - Team instructions auto-added to `.claude/CLAUDE.md` |
154 | 158 | - Claude spawns agent teammates when tasks warrant parallel work |
|
158 | 162 | ## [0.5.0] - 2026-02-04 |
159 | 163 |
|
160 | 164 | ### Added |
| 165 | + |
161 | 166 | - **Multi-project support**: manage multiple repos from a single crabcode install |
162 | 167 | - `crab @alias <cmd>` — run any command against a specific project |
163 | 168 | - `crab projects` — list all registered projects with tmux status |
|
169 | 174 | - Project context shown in `config`, `doctor`, `status`, and `help` output |
170 | 175 |
|
171 | 176 | ### Changed |
| 177 | + |
172 | 178 | - Config structure: project configs now live in `~/.crabcode/projects/<alias>.yaml` |
173 | 179 | - Global config (`~/.crabcode/config.yaml`) now only stores `default_project` |
174 | 180 | - Templates use `ALIAS_PLACEHOLDER` for `session_name` (was hardcoded `crab`) |
175 | 181 | - Tmux session names derived from project alias (e.g., `pf`, `cb`) instead of generic `crab` |
176 | 182 | - `apply_template()` accepts a 4th `alias` parameter |
177 | 183 |
|
178 | 184 | ### Fixed |
| 185 | + |
179 | 186 | - `crab restart` from a workspace dir now correctly detects the owning project |
180 | 187 | - Legacy config migration no longer clobbers global config on subsequent `crab init` |
181 | 188 |
|
|
209 | 216 | ## [0.3.0] - 2026-01-15 |
210 | 217 |
|
211 | 218 | ### Added |
| 219 | + |
212 | 220 | - Workspace handoff (`crab handoff`, `crab receive`) |
213 | 221 | - Time travel / snapshots (`crab rewind`, `crab snapshot`) |
214 | 222 | - Live pairing sessions (`crab pair`, `crab join`, `crab spectate`) |
|
220 | 228 | ## [0.2.0] - 2026-01-10 |
221 | 229 |
|
222 | 230 | ### Added |
| 231 | + |
223 | 232 | - WIP save/restore system with global index |
224 | 233 | - Port spacing and env_sync with refs |
225 | 234 | - MCP server sync from main repo |
|
230 | 239 | ## [0.1.0] - 2026-01-05 |
231 | 240 |
|
232 | 241 | ### Added |
| 242 | + |
233 | 243 | - Initial release |
234 | 244 | - Tmux-based workspace management with git worktrees |
235 | 245 | - Configurable layouts with named panes |
|
0 commit comments