|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## [0.12.0] - 2026-02-20 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- **Slack-powered promptfoo agent** (`crab pf serve`): non-technical team members can DM the Crab bot in Slack to run the target discovery agent |
| 10 | + - `crab pf serve --setup` — one-time config (Slack username, LLM provider) |
| 11 | + - `crab pf serve` — starts local polling daemon |
| 12 | + - Messages prefixed with `pf:` trigger the agent; file attachments supported |
| 13 | + - Results (`promptfooconfig.yaml`) posted back to the Slack thread |
| 14 | + - Each user runs their own daemon with their own API keys — no central server |
| 15 | +- **Excalidraw plugin** (`crab draw`): collaborative whiteboarding with real-time collab |
| 16 | + - `crab draw new "name"` — create a new Excalidraw session |
| 17 | + - `crab draw open "name"` — open an existing session |
| 18 | + - `crab draw ls` — list active sessions |
| 19 | + - `crab draw delete "name"` — delete a session (with interactive disambiguation) |
| 20 | + - Real-time collaboration via Excalidraw's collab protocol |
| 21 | +- **GPT-5 reasoning support** for `crab pf`: `--reasoning` flag with `low`/`medium`/`high` effort levels for GPT-5 and o-series models |
| 22 | +- **Court/Review**: allow starting fresh when a review session already exists |
| 23 | + |
| 24 | +### Changed |
| 25 | + |
| 26 | +- **crab pf** defaults to `openai:gpt-5` with `reasoning: low` (was `openai:gpt-4o`) |
| 27 | + |
| 28 | +### Fixed |
| 29 | + |
| 30 | +- **crab pf**: test prompts now match provider input format |
| 31 | +- **crab pf**: replaced broken verify step with smoke + session test, improved session handling |
| 32 | + |
| 33 | +## [0.10.0] - 2026-02-15 |
| 34 | + |
| 35 | +### Added |
| 36 | + |
| 37 | +- **WIP session persistence**: `crab wip save` and `crab wip restore` now save and restore Claude sessions across workspace boundaries |
| 38 | +- **Court review improvements**: enhanced reviewer and judge prompts to catch silent data corruption |
| 39 | +- **Release automation**: set up release-please for automated releases |
| 40 | + |
5 | 41 | ### Fixed |
6 | 42 |
|
7 | 43 | - **Self-update**: bypass GitHub raw CDN cache so `crab update` always fetches the latest version |
|
0 commit comments