This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryAdded /rewind [n] command to revert AI file changes from up to the last 10 turns.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds "/rewind [n]" command to revert AI file changes over last n turns. Adds "/rewind [n]" command to revert AI file changes over last n turns. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Feature | Low |
Automatically snapshots pre-edit file states for the last 10 turns. Automatically snapshots pre-edit file states for the last 10 turns. Source: granite4.1:30b@2026-06-07-audit Confidence: low |
— |
| Feature | Low |
Provides a confirmation prompt listing files to be restored or deleted before reverting. Provides a confirmation prompt listing files to be restored or deleted before reverting. Source: granite4.1:30b@2026-06-07-audit Confidence: low |
— |
| Feature | Low |
Works in any directory without requiring Git, using content-based reversion. Works in any directory without requiring Git, using content-based reversion. Source: granite4.1:30b@2026-06-07-audit Confidence: low |
— |
| Other | Low |
Adds `test_rewind.py` with tests for turn-snapshot capture, `do_rewind`, and merge/confirm/pop logic. Adds `test_rewind.py` with tests for turn-snapshot capture, `do_rewind`, and merge/confirm/pop logic. Source: granite4.1:30b@2026-06-07-audit Confidence: low |
— |
Full changelog
An "undo everything the AI just did" safety net.
Added
/rewind [n]— revert all file changes the AI made over the lastnturns (default 1), in one step. It lists exactly which files will be restored or deleted (newly-created files are removed), asks for confirmation, then reverts. Works in any directory — it's content-based, no git required. Each turn's pre-edit file states are snapshotted automatically (last 10 turns).
Tests
test_rewind.py— turn-snapshot capture,do_rewind, and the command's merge/confirm/pop logic. 427 total; ruff + CI green.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Kodiqa Agent
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]