Skip to content

Commit a0ca456

Browse files
chore: format CHANGELOG.md with prettier
1 parent b22fe00 commit a0ca456

1 file changed

Lines changed: 35 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,34 @@
44

55
## [0.12.1](https://github.com/promptfoo/crabcode/compare/v0.12.0...v0.12.1) (2026-03-03)
66

7-
87
### Features
98

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 `crab draw open <path>` to open .excalidraw files from any location ([b71744d](https://github.com/promptfoo/crabcode/commit/b71744d6d1d6d34c722d96999809f78350380577))
16-
* **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f))
17-
* **draw:** make sessions global across workspaces ([ddfd891](https://github.com/promptfoo/crabcode/commit/ddfd891c9981afd3881cf39115ad918021b19068))
18-
* **draw:** support positional title — `crab draw "My Title"` ([be4ecf3](https://github.com/promptfoo/crabcode/commit/be4ecf35f14e4214fa5ab112c6bcb89db34d96b1))
19-
* **md:** add inline editing with split view, diff highlights, and save ([f4461f3](https://github.com/promptfoo/crabcode/commit/f4461f398c49404e07ecb9b873eb3e1736e5cedf))
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-
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 `crab draw open <path>` to open .excalidraw files from any location ([b71744d](https://github.com/promptfoo/crabcode/commit/b71744d6d1d6d34c722d96999809f78350380577))
15+
- **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f))
16+
- **draw:** make sessions global across workspaces ([ddfd891](https://github.com/promptfoo/crabcode/commit/ddfd891c9981afd3881cf39115ad918021b19068))
17+
- **draw:** support positional title — `crab draw "My Title"` ([be4ecf3](https://github.com/promptfoo/crabcode/commit/be4ecf35f14e4214fa5ab112c6bcb89db34d96b1))
18+
- **md:** add inline editing with split view, diff highlights, and save ([f4461f3](https://github.com/promptfoo/crabcode/commit/f4461f398c49404e07ecb9b873eb3e1736e5cedf))
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))
2321

2422
### Bug Fixes
2523

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))
28-
* **draw:** remove project-alias scoping from global draw storage ([ad0f422](https://github.com/promptfoo/crabcode/commit/ad0f422e481ff33fc511a41b00fab07d73f36965))
29-
* force checkout in restart/cleanup to handle dirty worktrees ([fc37b80](https://github.com/promptfoo/crabcode/commit/fc37b80c67c46f2d7e648dc951dd0f16ddb78405))
30-
* **md:** decode UTF-8 correctly when rendering markdown in browser ([7e6b8b2](https://github.com/promptfoo/crabcode/commit/7e6b8b22783874ac88268a65bd26c12746b83782))
31-
* **msg:** stop say from repeating in listen mode ([#23](https://github.com/promptfoo/crabcode/issues/23)) ([473c3f6](https://github.com/promptfoo/crabcode/commit/473c3f6d85971ed6d5f8e687d6666d08dab281c6))
32-
* **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))
33-
* **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))
34-
* **wip:** restore to current workspace, show project-level WIPs by default ([c1eb24f](https://github.com/promptfoo/crabcode/commit/c1eb24fb75e4a69db65c8549587cbb01203cd64d))
35-
* **wip:** use target workspace branch when restoring cross-workspace ([8734bf6](https://github.com/promptfoo/crabcode/commit/8734bf615cc1fc4a261129c86d77d46d8e7277d5))
36-
* **ws:** avoid shell init prompts eating command keystrokes after respawn-pane ([967eb91](https://github.com/promptfoo/crabcode/commit/967eb910c8c0ab2d42cb35cef1d8f4a2bdd81a8a))
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))
26+
- **draw:** remove project-alias scoping from global draw storage ([ad0f422](https://github.com/promptfoo/crabcode/commit/ad0f422e481ff33fc511a41b00fab07d73f36965))
27+
- force checkout in restart/cleanup to handle dirty worktrees ([fc37b80](https://github.com/promptfoo/crabcode/commit/fc37b80c67c46f2d7e648dc951dd0f16ddb78405))
28+
- **md:** decode UTF-8 correctly when rendering markdown in browser ([7e6b8b2](https://github.com/promptfoo/crabcode/commit/7e6b8b22783874ac88268a65bd26c12746b83782))
29+
- **msg:** stop say from repeating in listen mode ([#23](https://github.com/promptfoo/crabcode/issues/23)) ([473c3f6](https://github.com/promptfoo/crabcode/commit/473c3f6d85971ed6d5f8e687d6666d08dab281c6))
30+
- **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))
31+
- **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))
32+
- **wip:** restore to current workspace, show project-level WIPs by default ([c1eb24f](https://github.com/promptfoo/crabcode/commit/c1eb24fb75e4a69db65c8549587cbb01203cd64d))
33+
- **wip:** use target workspace branch when restoring cross-workspace ([8734bf6](https://github.com/promptfoo/crabcode/commit/8734bf615cc1fc4a261129c86d77d46d8e7277d5))
34+
- **ws:** avoid shell init prompts eating command keystrokes after respawn-pane ([967eb91](https://github.com/promptfoo/crabcode/commit/967eb910c8c0ab2d42cb35cef1d8f4a2bdd81a8a))
3735

3836
## [0.12.0] - 2026-02-20
3937

@@ -98,6 +96,7 @@
9896
## [0.8.0] - 2026-02-09
9997

10098
### Added
99+
101100
- **Court Review system**: thorough multi-agent PR review with judge pattern
102101
- `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex)
103102
- Judge orchestrates reviewers, verifies findings by tracing actual code
@@ -111,17 +110,20 @@
111110
- `crab review show <PR>` displays saved review output
112111

113112
### Changed
113+
114114
- Simplified review system: removed `--with-codex` and `collab` modes in favor of `crab court`
115115
- `crab review <PR>` now does quick single-agent review (fast, simple)
116116
- `crab court <PR>` is the thorough option (judge + 2 reviewers)
117117

118118
### Fixed
119+
119120
- WIP restore now properly opens workspace when run from outside (was checking wrong directory)
120121
- Review sessions now run from session directory so Claude can write output files
121122

122123
## [0.7.0] - 2026-02-08
123124

124125
### Added
126+
125127
- **Session management**: track and resume Claude conversations
126128
- `crab session ls` — list sessions with inline summaries
127129
- `crab session start "name"` — start new named session
@@ -137,13 +139,15 @@
137139
- PR context auto-fetched via gh CLI
138140

139141
### Changed
142+
140143
- `crab restart` now fully recreates window layout (fixes missing panes after close)
141144
- Team mode always enabled (instructions in .claude/CLAUDE.md)
142145
- Removed `--team` flag (no longer needed)
143146

144147
## [0.6.0] - 2026-02-05
145148

146149
### Added
150+
147151
- **Agent Teams integration**: team mode always enabled in workspaces
148152
- Team instructions auto-added to `.claude/CLAUDE.md`
149153
- Claude spawns agent teammates when tasks warrant parallel work
@@ -153,6 +157,7 @@
153157
## [0.5.0] - 2026-02-04
154158

155159
### Added
160+
156161
- **Multi-project support**: manage multiple repos from a single crabcode install
157162
- `crab @alias <cmd>` — run any command against a specific project
158163
- `crab projects` — list all registered projects with tmux status
@@ -164,13 +169,15 @@
164169
- Project context shown in `config`, `doctor`, `status`, and `help` output
165170

166171
### Changed
172+
167173
- Config structure: project configs now live in `~/.crabcode/projects/<alias>.yaml`
168174
- Global config (`~/.crabcode/config.yaml`) now only stores `default_project`
169175
- Templates use `ALIAS_PLACEHOLDER` for `session_name` (was hardcoded `crab`)
170176
- Tmux session names derived from project alias (e.g., `pf`, `cb`) instead of generic `crab`
171177
- `apply_template()` accepts a 4th `alias` parameter
172178

173179
### Fixed
180+
174181
- `crab restart` from a workspace dir now correctly detects the owning project
175182
- Legacy config migration no longer clobbers global config on subsequent `crab init`
176183

@@ -204,6 +211,7 @@
204211
## [0.3.0] - 2026-01-15
205212

206213
### Added
214+
207215
- Workspace handoff (`crab handoff`, `crab receive`)
208216
- Time travel / snapshots (`crab rewind`, `crab snapshot`)
209217
- Live pairing sessions (`crab pair`, `crab join`, `crab spectate`)
@@ -215,6 +223,7 @@
215223
## [0.2.0] - 2026-01-10
216224

217225
### Added
226+
218227
- WIP save/restore system with global index
219228
- Port spacing and env_sync with refs
220229
- MCP server sync from main repo
@@ -225,6 +234,7 @@
225234
## [0.1.0] - 2026-01-05
226235

227236
### Added
237+
228238
- Initial release
229239
- Tmux-based workspace management with git worktrees
230240
- Configurable layouts with named panes

0 commit comments

Comments
 (0)