|
9 | 9 |
|
10 | 10 | ## [0.11.1](https://github.com/promptfoo/crabcode/compare/v0.11.0...v0.11.1) (2026-02-22) |
11 | 11 |
|
12 | | - |
13 | 12 | ### Features |
14 | 13 |
|
15 | | -* **court,review:** allow starting fresh when session already exists ([412d7d3](https://github.com/promptfoo/crabcode/commit/412d7d3d2ac8012edea0d047fa38a75e63a72e0b)) |
16 | | -* **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)) |
17 | | -* **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)) |
18 | | -* **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)) |
19 | | -* **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f)) |
20 | | -* **promptfoo:** add `crab pf serve` Slack polling daemon ([#37](https://github.com/promptfoo/crabcode/issues/37)) ([1ee6707](https://github.com/promptfoo/crabcode/commit/1ee670787e1fd5f2c4a8bc5ca684618d7bf08d14)) |
21 | | -* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834)) |
22 | | - |
| 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 collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f)) |
| 19 | +- **promptfoo:** add `crab pf serve` Slack polling daemon ([#37](https://github.com/promptfoo/crabcode/issues/37)) ([1ee6707](https://github.com/promptfoo/crabcode/commit/1ee670787e1fd5f2c4a8bc5ca684618d7bf08d14)) |
| 20 | +- **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834)) |
23 | 21 |
|
24 | 22 | ### Bug Fixes |
25 | 23 |
|
26 | | -* **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)) |
27 | | -* **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 | +- **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)) |
| 25 | +- **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)) |
28 | 26 |
|
29 | 27 | ## [0.9.1] - 2026-02-13 |
30 | 28 |
|
|
48 | 46 | ## [0.8.0] - 2026-02-09 |
49 | 47 |
|
50 | 48 | ### Added |
| 49 | + |
51 | 50 | - **Court Review system**: thorough multi-agent PR review with judge pattern |
52 | 51 | - `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex) |
53 | 52 | - Judge orchestrates reviewers, verifies findings by tracing actual code |
|
61 | 60 | - `crab review show <PR>` displays saved review output |
62 | 61 |
|
63 | 62 | ### Changed |
| 63 | + |
64 | 64 | - Simplified review system: removed `--with-codex` and `collab` modes in favor of `crab court` |
65 | 65 | - `crab review <PR>` now does quick single-agent review (fast, simple) |
66 | 66 | - `crab court <PR>` is the thorough option (judge + 2 reviewers) |
67 | 67 |
|
68 | 68 | ### Fixed |
| 69 | + |
69 | 70 | - WIP restore now properly opens workspace when run from outside (was checking wrong directory) |
70 | 71 | - Review sessions now run from session directory so Claude can write output files |
71 | 72 |
|
72 | 73 | ## [0.7.0] - 2026-02-08 |
73 | 74 |
|
74 | 75 | ### Added |
| 76 | + |
75 | 77 | - **Session management**: track and resume Claude conversations |
76 | 78 | - `crab session ls` — list sessions with inline summaries |
77 | 79 | - `crab session start "name"` — start new named session |
|
87 | 89 | - PR context auto-fetched via gh CLI |
88 | 90 |
|
89 | 91 | ### Changed |
| 92 | + |
90 | 93 | - `crab restart` now fully recreates window layout (fixes missing panes after close) |
91 | 94 | - Team mode always enabled (instructions in .claude/CLAUDE.md) |
92 | 95 | - Removed `--team` flag (no longer needed) |
93 | 96 |
|
94 | 97 | ## [0.6.0] - 2026-02-05 |
95 | 98 |
|
96 | 99 | ### Added |
| 100 | + |
97 | 101 | - **Agent Teams integration**: team mode always enabled in workspaces |
98 | 102 | - Team instructions auto-added to `.claude/CLAUDE.md` |
99 | 103 | - Claude spawns agent teammates when tasks warrant parallel work |
|
103 | 107 | ## [0.5.0] - 2026-02-04 |
104 | 108 |
|
105 | 109 | ### Added |
| 110 | + |
106 | 111 | - **Multi-project support**: manage multiple repos from a single crabcode install |
107 | 112 | - `crab @alias <cmd>` — run any command against a specific project |
108 | 113 | - `crab projects` — list all registered projects with tmux status |
|
114 | 119 | - Project context shown in `config`, `doctor`, `status`, and `help` output |
115 | 120 |
|
116 | 121 | ### Changed |
| 122 | + |
117 | 123 | - Config structure: project configs now live in `~/.crabcode/projects/<alias>.yaml` |
118 | 124 | - Global config (`~/.crabcode/config.yaml`) now only stores `default_project` |
119 | 125 | - Templates use `ALIAS_PLACEHOLDER` for `session_name` (was hardcoded `crab`) |
120 | 126 | - Tmux session names derived from project alias (e.g., `pf`, `cb`) instead of generic `crab` |
121 | 127 | - `apply_template()` accepts a 4th `alias` parameter |
122 | 128 |
|
123 | 129 | ### Fixed |
| 130 | + |
124 | 131 | - `crab restart` from a workspace dir now correctly detects the owning project |
125 | 132 | - Legacy config migration no longer clobbers global config on subsequent `crab init` |
126 | 133 |
|
|
154 | 161 | ## [0.3.0] - 2026-01-15 |
155 | 162 |
|
156 | 163 | ### Added |
| 164 | + |
157 | 165 | - Workspace handoff (`crab handoff`, `crab receive`) |
158 | 166 | - Time travel / snapshots (`crab rewind`, `crab snapshot`) |
159 | 167 | - Live pairing sessions (`crab pair`, `crab join`, `crab spectate`) |
|
165 | 173 | ## [0.2.0] - 2026-01-10 |
166 | 174 |
|
167 | 175 | ### Added |
| 176 | + |
168 | 177 | - WIP save/restore system with global index |
169 | 178 | - Port spacing and env_sync with refs |
170 | 179 | - MCP server sync from main repo |
|
175 | 184 | ## [0.1.0] - 2026-01-05 |
176 | 185 |
|
177 | 186 | ### Added |
| 187 | + |
178 | 188 | - Initial release |
179 | 189 | - Tmux-based workspace management with git worktrees |
180 | 190 | - Configurable layouts with named panes |
|
0 commit comments