Skip to content

Kodiqa Agent

v3.12.0 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-coding-agent claude cli coding-assistant developer-tools ollama
+2 more
openai python

Summary

AI summary

Added /rewind [n] command to revert AI file changes from up to the last 10 turns.

Changes in this release

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 last n turns (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

Track Kodiqa Agent

Get notified when new releases ship.

Sign up free

About Kodiqa Agent

All releases →

Related context

Beta — feedback welcome: [email protected]