Skip to content

v4.11.0 — Productize the Runtime

Choose a tag to compare

@shivadeore111-design shivadeore111-design released this 29 Jun 11:34

A reliability-focused release that hardens the core agent loop and makes Aiden's output verifiably honest.

Honesty & verification

  • Per-turn outcome verifier — surfaces when a tool actually failed instead of glossing over it; detects contradictions between a claimed success and an underlying command that errored.
  • Artifact registry with provenance/artifacts tracks every file Aiden creates, with full provenance: which tool made it, the originating request, and a link back to the turn.

Streaming & control

  • Streaming delta coalescer — ~4× fewer terminal writes, no change to time-to-first-token.
  • /undo — revert the last turn's changes. /retry — re-run after a revert. /compress / /usage — on-demand compression and token-usage view.

Task durability

  • Orphan-task boot sweep — crashed-session tasks retired to "interrupted" on next launch. /tasks all — cross-session view.

Setup

  • Wizard back-navigation (backspace / ← Back) and a config-detection fix (no longer mistakes a working OAuth/env setup for empty).

Models

  • DeepSeek V4 Pro & V4 Flash added; Chat/Reasoner marked deprecating 2026-07-24.
  • Aligned model picker table (name, context, price, tools), width-degrading.
  • Weak-model UI gating — eliminates a class of markup leaks.

Install: npm i -g aiden-runtime