Skip to content

Commit 5a82777

Browse files
chore: format CHANGELOG.md with prettier
1 parent 197f679 commit 5a82777

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99

1010
## [0.10.2](https://github.com/promptfoo/crabcode/compare/v0.10.1...v0.10.2) (2026-02-20)
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-
* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
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+
- **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
1817

1918
## [0.9.1] - 2026-02-13
2019

@@ -38,6 +37,7 @@
3837
## [0.8.0] - 2026-02-09
3938

4039
### Added
40+
4141
- **Court Review system**: thorough multi-agent PR review with judge pattern
4242
- `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex)
4343
- Judge orchestrates reviewers, verifies findings by tracing actual code
@@ -51,17 +51,20 @@
5151
- `crab review show <PR>` displays saved review output
5252

5353
### Changed
54+
5455
- Simplified review system: removed `--with-codex` and `collab` modes in favor of `crab court`
5556
- `crab review <PR>` now does quick single-agent review (fast, simple)
5657
- `crab court <PR>` is the thorough option (judge + 2 reviewers)
5758

5859
### Fixed
60+
5961
- WIP restore now properly opens workspace when run from outside (was checking wrong directory)
6062
- Review sessions now run from session directory so Claude can write output files
6163

6264
## [0.7.0] - 2026-02-08
6365

6466
### Added
67+
6568
- **Session management**: track and resume Claude conversations
6669
- `crab session ls` — list sessions with inline summaries
6770
- `crab session start "name"` — start new named session
@@ -77,13 +80,15 @@
7780
- PR context auto-fetched via gh CLI
7881

7982
### Changed
83+
8084
- `crab restart` now fully recreates window layout (fixes missing panes after close)
8185
- Team mode always enabled (instructions in .claude/CLAUDE.md)
8286
- Removed `--team` flag (no longer needed)
8387

8488
## [0.6.0] - 2026-02-05
8589

8690
### Added
91+
8792
- **Agent Teams integration**: team mode always enabled in workspaces
8893
- Team instructions auto-added to `.claude/CLAUDE.md`
8994
- Claude spawns agent teammates when tasks warrant parallel work
@@ -93,6 +98,7 @@
9398
## [0.5.0] - 2026-02-04
9499

95100
### Added
101+
96102
- **Multi-project support**: manage multiple repos from a single crabcode install
97103
- `crab @alias <cmd>` — run any command against a specific project
98104
- `crab projects` — list all registered projects with tmux status
@@ -104,13 +110,15 @@
104110
- Project context shown in `config`, `doctor`, `status`, and `help` output
105111

106112
### Changed
113+
107114
- Config structure: project configs now live in `~/.crabcode/projects/<alias>.yaml`
108115
- Global config (`~/.crabcode/config.yaml`) now only stores `default_project`
109116
- Templates use `ALIAS_PLACEHOLDER` for `session_name` (was hardcoded `crab`)
110117
- Tmux session names derived from project alias (e.g., `pf`, `cb`) instead of generic `crab`
111118
- `apply_template()` accepts a 4th `alias` parameter
112119

113120
### Fixed
121+
114122
- `crab restart` from a workspace dir now correctly detects the owning project
115123
- Legacy config migration no longer clobbers global config on subsequent `crab init`
116124

@@ -144,6 +152,7 @@
144152
## [0.3.0] - 2026-01-15
145153

146154
### Added
155+
147156
- Workspace handoff (`crab handoff`, `crab receive`)
148157
- Time travel / snapshots (`crab rewind`, `crab snapshot`)
149158
- Live pairing sessions (`crab pair`, `crab join`, `crab spectate`)
@@ -155,6 +164,7 @@
155164
## [0.2.0] - 2026-01-10
156165

157166
### Added
167+
158168
- WIP save/restore system with global index
159169
- Port spacing and env_sync with refs
160170
- MCP server sync from main repo
@@ -165,6 +175,7 @@
165175
## [0.1.0] - 2026-01-05
166176

167177
### Added
178+
168179
- Initial release
169180
- Tmux-based workspace management with git worktrees
170181
- Configurable layouts with named panes

0 commit comments

Comments
 (0)