|
4 | 4 |
|
5 | 5 | ## [0.12.1](https://github.com/promptfoo/crabcode/compare/v0.12.0...v0.12.1) (2026-02-25) |
6 | 6 |
|
7 | | - |
8 | 7 | ### Features |
9 | 8 |
|
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 | | -* **court,review:** allow starting fresh when session already exists ([412d7d3](https://github.com/promptfoo/crabcode/commit/412d7d3d2ac8012edea0d047fa38a75e63a72e0b)) |
12 | | -* **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)) |
13 | | -* **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)) |
14 | | -* **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)) |
15 | | -* **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f)) |
16 | | -* **promptfoo:** add `crab pf serve` Slack polling daemon ([#37](https://github.com/promptfoo/crabcode/issues/37)) ([1ee6707](https://github.com/promptfoo/crabcode/commit/1ee670787e1fd5f2c4a8bc5ca684618d7bf08d14)) |
17 | | -* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834)) |
18 | | - |
| 9 | +- 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)) |
| 10 | +- **court,review:** allow starting fresh when session already exists ([412d7d3](https://github.com/promptfoo/crabcode/commit/412d7d3d2ac8012edea0d047fa38a75e63a72e0b)) |
| 11 | +- **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)) |
| 12 | +- **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)) |
| 13 | +- **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)) |
| 14 | +- **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f)) |
| 15 | +- **promptfoo:** add `crab pf serve` Slack polling daemon ([#37](https://github.com/promptfoo/crabcode/issues/37)) ([1ee6707](https://github.com/promptfoo/crabcode/commit/1ee670787e1fd5f2c4a8bc5ca684618d7bf08d14)) |
| 16 | +- **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834)) |
19 | 17 |
|
20 | 18 | ### Bug Fixes |
21 | 19 |
|
22 | | -* **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)) |
23 | | -* **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)) |
24 | | -* force checkout in restart/cleanup to handle dirty worktrees ([fc37b80](https://github.com/promptfoo/crabcode/commit/fc37b80c67c46f2d7e648dc951dd0f16ddb78405)) |
25 | | -* **msg:** stop say from repeating in listen mode ([#23](https://github.com/promptfoo/crabcode/issues/23)) ([473c3f6](https://github.com/promptfoo/crabcode/commit/473c3f6d85971ed6d5f8e687d6666d08dab281c6)) |
26 | | -* **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)) |
27 | | -* **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)) |
28 | | -* **wip:** restore to current workspace, show project-level WIPs by default ([c1eb24f](https://github.com/promptfoo/crabcode/commit/c1eb24fb75e4a69db65c8549587cbb01203cd64d)) |
| 20 | +- **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)) |
| 21 | +- **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)) |
| 22 | +- force checkout in restart/cleanup to handle dirty worktrees ([fc37b80](https://github.com/promptfoo/crabcode/commit/fc37b80c67c46f2d7e648dc951dd0f16ddb78405)) |
| 23 | +- **msg:** stop say from repeating in listen mode ([#23](https://github.com/promptfoo/crabcode/issues/23)) ([473c3f6](https://github.com/promptfoo/crabcode/commit/473c3f6d85971ed6d5f8e687d6666d08dab281c6)) |
| 24 | +- **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)) |
| 25 | +- **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)) |
| 26 | +- **wip:** restore to current workspace, show project-level WIPs by default ([c1eb24f](https://github.com/promptfoo/crabcode/commit/c1eb24fb75e4a69db65c8549587cbb01203cd64d)) |
29 | 27 |
|
30 | 28 | ## [0.12.0] - 2026-02-20 |
31 | 29 |
|
|
90 | 88 | ## [0.8.0] - 2026-02-09 |
91 | 89 |
|
92 | 90 | ### Added |
| 91 | + |
93 | 92 | - **Court Review system**: thorough multi-agent PR review with judge pattern |
94 | 93 | - `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex) |
95 | 94 | - Judge orchestrates reviewers, verifies findings by tracing actual code |
|
103 | 102 | - `crab review show <PR>` displays saved review output |
104 | 103 |
|
105 | 104 | ### Changed |
| 105 | + |
106 | 106 | - Simplified review system: removed `--with-codex` and `collab` modes in favor of `crab court` |
107 | 107 | - `crab review <PR>` now does quick single-agent review (fast, simple) |
108 | 108 | - `crab court <PR>` is the thorough option (judge + 2 reviewers) |
109 | 109 |
|
110 | 110 | ### Fixed |
| 111 | + |
111 | 112 | - WIP restore now properly opens workspace when run from outside (was checking wrong directory) |
112 | 113 | - Review sessions now run from session directory so Claude can write output files |
113 | 114 |
|
114 | 115 | ## [0.7.0] - 2026-02-08 |
115 | 116 |
|
116 | 117 | ### Added |
| 118 | + |
117 | 119 | - **Session management**: track and resume Claude conversations |
118 | 120 | - `crab session ls` — list sessions with inline summaries |
119 | 121 | - `crab session start "name"` — start new named session |
|
129 | 131 | - PR context auto-fetched via gh CLI |
130 | 132 |
|
131 | 133 | ### Changed |
| 134 | + |
132 | 135 | - `crab restart` now fully recreates window layout (fixes missing panes after close) |
133 | 136 | - Team mode always enabled (instructions in .claude/CLAUDE.md) |
134 | 137 | - Removed `--team` flag (no longer needed) |
135 | 138 |
|
136 | 139 | ## [0.6.0] - 2026-02-05 |
137 | 140 |
|
138 | 141 | ### Added |
| 142 | + |
139 | 143 | - **Agent Teams integration**: team mode always enabled in workspaces |
140 | 144 | - Team instructions auto-added to `.claude/CLAUDE.md` |
141 | 145 | - Claude spawns agent teammates when tasks warrant parallel work |
|
145 | 149 | ## [0.5.0] - 2026-02-04 |
146 | 150 |
|
147 | 151 | ### Added |
| 152 | + |
148 | 153 | - **Multi-project support**: manage multiple repos from a single crabcode install |
149 | 154 | - `crab @alias <cmd>` — run any command against a specific project |
150 | 155 | - `crab projects` — list all registered projects with tmux status |
|
156 | 161 | - Project context shown in `config`, `doctor`, `status`, and `help` output |
157 | 162 |
|
158 | 163 | ### Changed |
| 164 | + |
159 | 165 | - Config structure: project configs now live in `~/.crabcode/projects/<alias>.yaml` |
160 | 166 | - Global config (`~/.crabcode/config.yaml`) now only stores `default_project` |
161 | 167 | - Templates use `ALIAS_PLACEHOLDER` for `session_name` (was hardcoded `crab`) |
162 | 168 | - Tmux session names derived from project alias (e.g., `pf`, `cb`) instead of generic `crab` |
163 | 169 | - `apply_template()` accepts a 4th `alias` parameter |
164 | 170 |
|
165 | 171 | ### Fixed |
| 172 | + |
166 | 173 | - `crab restart` from a workspace dir now correctly detects the owning project |
167 | 174 | - Legacy config migration no longer clobbers global config on subsequent `crab init` |
168 | 175 |
|
|
196 | 203 | ## [0.3.0] - 2026-01-15 |
197 | 204 |
|
198 | 205 | ### Added |
| 206 | + |
199 | 207 | - Workspace handoff (`crab handoff`, `crab receive`) |
200 | 208 | - Time travel / snapshots (`crab rewind`, `crab snapshot`) |
201 | 209 | - Live pairing sessions (`crab pair`, `crab join`, `crab spectate`) |
|
207 | 215 | ## [0.2.0] - 2026-01-10 |
208 | 216 |
|
209 | 217 | ### Added |
| 218 | + |
210 | 219 | - WIP save/restore system with global index |
211 | 220 | - Port spacing and env_sync with refs |
212 | 221 | - MCP server sync from main repo |
|
217 | 226 | ## [0.1.0] - 2026-01-05 |
218 | 227 |
|
219 | 228 | ### Added |
| 229 | + |
220 | 230 | - Initial release |
221 | 231 | - Tmux-based workspace management with git worktrees |
222 | 232 | - Configurable layouts with named panes |
|
0 commit comments