Skip to content

Commit 3a07bed

Browse files
chore: format CHANGELOG.md with prettier
1 parent ccc9a06 commit 3a07bed

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@
99

1010
## [0.11.1](https://github.com/promptfoo/crabcode/compare/v0.11.0...v0.11.1) (2026-02-22)
1111

12-
1312
### Features
1413

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-
* **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f))
18-
* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
19-
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+
- **draw:** add collaborative Excalidraw plugin with real-time collab ([b013517](https://github.com/promptfoo/crabcode/commit/b01351793749e9e8db5fe0ea4e136255dd430b2f))
17+
- **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
2018

2119
### Bug Fixes
2220

23-
* **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))
24-
* **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))
21+
- **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))
22+
- **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))
2523

2624
## [0.9.1] - 2026-02-13
2725

@@ -45,6 +43,7 @@
4543
## [0.8.0] - 2026-02-09
4644

4745
### Added
46+
4847
- **Court Review system**: thorough multi-agent PR review with judge pattern
4948
- `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex)
5049
- Judge orchestrates reviewers, verifies findings by tracing actual code
@@ -58,17 +57,20 @@
5857
- `crab review show <PR>` displays saved review output
5958

6059
### Changed
60+
6161
- Simplified review system: removed `--with-codex` and `collab` modes in favor of `crab court`
6262
- `crab review <PR>` now does quick single-agent review (fast, simple)
6363
- `crab court <PR>` is the thorough option (judge + 2 reviewers)
6464

6565
### Fixed
66+
6667
- WIP restore now properly opens workspace when run from outside (was checking wrong directory)
6768
- Review sessions now run from session directory so Claude can write output files
6869

6970
## [0.7.0] - 2026-02-08
7071

7172
### Added
73+
7274
- **Session management**: track and resume Claude conversations
7375
- `crab session ls` — list sessions with inline summaries
7476
- `crab session start "name"` — start new named session
@@ -84,13 +86,15 @@
8486
- PR context auto-fetched via gh CLI
8587

8688
### Changed
89+
8790
- `crab restart` now fully recreates window layout (fixes missing panes after close)
8891
- Team mode always enabled (instructions in .claude/CLAUDE.md)
8992
- Removed `--team` flag (no longer needed)
9093

9194
## [0.6.0] - 2026-02-05
9295

9396
### Added
97+
9498
- **Agent Teams integration**: team mode always enabled in workspaces
9599
- Team instructions auto-added to `.claude/CLAUDE.md`
96100
- Claude spawns agent teammates when tasks warrant parallel work
@@ -100,6 +104,7 @@
100104
## [0.5.0] - 2026-02-04
101105

102106
### Added
107+
103108
- **Multi-project support**: manage multiple repos from a single crabcode install
104109
- `crab @alias <cmd>` — run any command against a specific project
105110
- `crab projects` — list all registered projects with tmux status
@@ -111,13 +116,15 @@
111116
- Project context shown in `config`, `doctor`, `status`, and `help` output
112117

113118
### Changed
119+
114120
- Config structure: project configs now live in `~/.crabcode/projects/<alias>.yaml`
115121
- Global config (`~/.crabcode/config.yaml`) now only stores `default_project`
116122
- Templates use `ALIAS_PLACEHOLDER` for `session_name` (was hardcoded `crab`)
117123
- Tmux session names derived from project alias (e.g., `pf`, `cb`) instead of generic `crab`
118124
- `apply_template()` accepts a 4th `alias` parameter
119125

120126
### Fixed
127+
121128
- `crab restart` from a workspace dir now correctly detects the owning project
122129
- Legacy config migration no longer clobbers global config on subsequent `crab init`
123130

@@ -151,6 +158,7 @@
151158
## [0.3.0] - 2026-01-15
152159

153160
### Added
161+
154162
- Workspace handoff (`crab handoff`, `crab receive`)
155163
- Time travel / snapshots (`crab rewind`, `crab snapshot`)
156164
- Live pairing sessions (`crab pair`, `crab join`, `crab spectate`)
@@ -162,6 +170,7 @@
162170
## [0.2.0] - 2026-01-10
163171

164172
### Added
173+
165174
- WIP save/restore system with global index
166175
- Port spacing and env_sync with refs
167176
- MCP server sync from main repo
@@ -172,6 +181,7 @@
172181
## [0.1.0] - 2026-01-05
173182

174183
### Added
184+
175185
- Initial release
176186
- Tmux-based workspace management with git worktrees
177187
- Configurable layouts with named panes

0 commit comments

Comments
 (0)