Skip to content

Commit cd8e4fa

Browse files
chore: format CHANGELOG.md with prettier
1 parent 08636da commit cd8e4fa

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99

1010
## [0.9.2](https://github.com/promptfoo/crabcode/compare/v0.9.1...v0.9.2) (2026-02-16)
1111

12-
1312
### Features
1413

15-
* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
14+
- **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
1615

1716
## [0.9.1] - 2026-02-13
1817

@@ -36,6 +35,7 @@
3635
## [0.8.0] - 2026-02-09
3736

3837
### Added
38+
3939
- **Court Review system**: thorough multi-agent PR review with judge pattern
4040
- `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex)
4141
- Judge orchestrates reviewers, verifies findings by tracing actual code
@@ -49,17 +49,20 @@
4949
- `crab review show <PR>` displays saved review output
5050

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

5657
### Fixed
58+
5759
- WIP restore now properly opens workspace when run from outside (was checking wrong directory)
5860
- Review sessions now run from session directory so Claude can write output files
5961

6062
## [0.7.0] - 2026-02-08
6163

6264
### Added
65+
6366
- **Session management**: track and resume Claude conversations
6467
- `crab session ls` — list sessions with inline summaries
6568
- `crab session start "name"` — start new named session
@@ -75,13 +78,15 @@
7578
- PR context auto-fetched via gh CLI
7679

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

8286
## [0.6.0] - 2026-02-05
8387

8488
### Added
89+
8590
- **Agent Teams integration**: team mode always enabled in workspaces
8691
- Team instructions auto-added to `.claude/CLAUDE.md`
8792
- Claude spawns agent teammates when tasks warrant parallel work
@@ -91,6 +96,7 @@
9196
## [0.5.0] - 2026-02-04
9297

9398
### Added
99+
94100
- **Multi-project support**: manage multiple repos from a single crabcode install
95101
- `crab @alias <cmd>` — run any command against a specific project
96102
- `crab projects` — list all registered projects with tmux status
@@ -102,13 +108,15 @@
102108
- Project context shown in `config`, `doctor`, `status`, and `help` output
103109

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

111118
### Fixed
119+
112120
- `crab restart` from a workspace dir now correctly detects the owning project
113121
- Legacy config migration no longer clobbers global config on subsequent `crab init`
114122

@@ -142,6 +150,7 @@
142150
## [0.3.0] - 2026-01-15
143151

144152
### Added
153+
145154
- Workspace handoff (`crab handoff`, `crab receive`)
146155
- Time travel / snapshots (`crab rewind`, `crab snapshot`)
147156
- Live pairing sessions (`crab pair`, `crab join`, `crab spectate`)
@@ -153,6 +162,7 @@
153162
## [0.2.0] - 2026-01-10
154163

155164
### Added
165+
156166
- WIP save/restore system with global index
157167
- Port spacing and env_sync with refs
158168
- MCP server sync from main repo
@@ -163,6 +173,7 @@
163173
## [0.1.0] - 2026-01-05
164174

165175
### Added
176+
166177
- Initial release
167178
- Tmux-based workspace management with git worktrees
168179
- Configurable layouts with named panes

0 commit comments

Comments
 (0)