Skip to content

Commit 660e4fe

Browse files
chore: format CHANGELOG.md with prettier
1 parent c6e24fe commit 660e4fe

1 file changed

Lines changed: 20 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,19 @@
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-
* **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-
* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
21-
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+
- **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
2220

2321
### Bug Fixes
2422

25-
* **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))
26-
* **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))
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))
2725

2826
## [0.9.1] - 2026-02-13
2927

@@ -47,6 +45,7 @@
4745
## [0.8.0] - 2026-02-09
4846

4947
### Added
48+
5049
- **Court Review system**: thorough multi-agent PR review with judge pattern
5150
- `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex)
5251
- Judge orchestrates reviewers, verifies findings by tracing actual code
@@ -60,17 +59,20 @@
6059
- `crab review show <PR>` displays saved review output
6160

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

6767
### Fixed
68+
6869
- WIP restore now properly opens workspace when run from outside (was checking wrong directory)
6970
- Review sessions now run from session directory so Claude can write output files
7071

7172
## [0.7.0] - 2026-02-08
7273

7374
### Added
75+
7476
- **Session management**: track and resume Claude conversations
7577
- `crab session ls` — list sessions with inline summaries
7678
- `crab session start "name"` — start new named session
@@ -86,13 +88,15 @@
8688
- PR context auto-fetched via gh CLI
8789

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

9396
## [0.6.0] - 2026-02-05
9497

9598
### Added
99+
96100
- **Agent Teams integration**: team mode always enabled in workspaces
97101
- Team instructions auto-added to `.claude/CLAUDE.md`
98102
- Claude spawns agent teammates when tasks warrant parallel work
@@ -102,6 +106,7 @@
102106
## [0.5.0] - 2026-02-04
103107

104108
### Added
109+
105110
- **Multi-project support**: manage multiple repos from a single crabcode install
106111
- `crab @alias <cmd>` — run any command against a specific project
107112
- `crab projects` — list all registered projects with tmux status
@@ -113,13 +118,15 @@
113118
- Project context shown in `config`, `doctor`, `status`, and `help` output
114119

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

122128
### Fixed
129+
123130
- `crab restart` from a workspace dir now correctly detects the owning project
124131
- Legacy config migration no longer clobbers global config on subsequent `crab init`
125132

@@ -153,6 +160,7 @@
153160
## [0.3.0] - 2026-01-15
154161

155162
### Added
163+
156164
- Workspace handoff (`crab handoff`, `crab receive`)
157165
- Time travel / snapshots (`crab rewind`, `crab snapshot`)
158166
- Live pairing sessions (`crab pair`, `crab join`, `crab spectate`)
@@ -164,6 +172,7 @@
164172
## [0.2.0] - 2026-01-10
165173

166174
### Added
175+
167176
- WIP save/restore system with global index
168177
- Port spacing and env_sync with refs
169178
- MCP server sync from main repo
@@ -174,6 +183,7 @@
174183
## [0.1.0] - 2026-01-05
175184

176185
### Added
186+
177187
- Initial release
178188
- Tmux-based workspace management with git worktrees
179189
- Configurable layouts with named panes

0 commit comments

Comments
 (0)