-
Carol v0.0.1-rc.22
Pre-releasereleased this
2026-06-29 13:53:40 +00:00 | 37 commits to main since this release0.0.1-rc.22 — 2026-06-29
Bug fixes
Chores
Documentation
- add the agent / MCP setup guide for self-hosters (
eceea52)
Features
- render proposal diffs as readable field-level changes (#363) (
2aa3158) - rename + delete conversation endpoints (#364) (
2477890) - render chat replies as markdown with collapsible thinking (
78a204f) - undo button on the activity screen (
01cd2ff) - undo an agent write by proposing its inverse (ADR-0031) (
9a6a34e) - agent activity history UI — "what Carol changed" (
c4569eb) - GET /api/agent/audit — the user's agent write history (
6b1798e)
Other
- Merge pull request 'chore(api): register MessageDto as a named OpenAPI component (#365)' (#368) from 365-name-messagedto-component into main (
ec27a4c) - Merge pull request 'feat(client): render proposal diffs as readable field-level changes (#363)' (#367) from 363-readable-proposal-diffs into main (
357a8b8) - Merge pull request 'feat(api): rename + delete conversation endpoints (#364)' (#366) from 364-chat-conversation-mgmt into main (
f1bd354) - Merge pull request 'docs: add the agent / MCP setup guide for self-hosters' (#360) from agent-setup-guide into main (
9e8c34d) - Merge pull request 'feat(client): render chat replies as markdown with collapsible thinking' (#359) from 352-chat-markdown into main (
aa55e08) - Merge pull request 'fix(client): give every edit button the pencil icon (#353)' (#358) from 353-standardize-edit-buttons into main (
3f574aa) - Merge pull request 'feat(client): undo button on the activity screen' (#357) from 356-undo-button-ui into main (
58bde43) - Merge pull request 'feat(api): undo an agent write by proposing its inverse (ADR-0031)' (#355) from 352-agent-write-undo into main (
dcb1e19) - Merge pull request 'feat(client): agent activity history UI — "what Carol changed"' (#351) from 350-activity-history-ui into main (
f278e79) - Merge pull request 'feat(api): GET /api/agent/audit — the user's agent write history' (#349) from 348-audit-log-api into main (
7b95d97)
Verifying the image
cosign verify \ --key https://forge.wynning.tech/james/carol/raw/branch/main/cosign.pub \ forge.wynning.tech/james/carol@sha256:2fdaa6394d978c66913678632702a3c37c8cb0ca7cccd16b0b6a429d3560f47b cosign verify-attestation \ --type slsaprovenance1 \ --key https://forge.wynning.tech/james/carol/raw/branch/main/cosign.pub \ forge.wynning.tech/james/carol@sha256:2fdaa6394d978c66913678632702a3c37c8cb0ca7cccd16b0b6a429d3560f47bDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add the agent / MCP setup guide for self-hosters (