Changelog
This page tracks the public Aionis product surface.
Aionis v0.3.x
Aionis v0.3.x is the first stable public baseline for compact, governed execution memory and recall-backed Agent context.
The product claim is simple: long-running Agents should carry the execution state that matters, not drag the whole history forward. Aionis turns plans, decisions, validation output, accepted routes, blocked alternatives, rehydrate pointers, and feedback evidence into a shorter, cleaner, auditable context object that can survive sessions, Agents, devices, and model switches.
What Ships
- Local Runtime with
observe -> guide -> feedback -> measure -> snapshot. - Guided install through
npx aionis setup. - SDK, HTTP, MCP, AIFS, and Claude Code lifecycle integration.
- Substrate durable evidence sidecar for backup, audit, migration, preview context, and stronger ordinary-memory recall.
- Memory Firewall for governing external memory candidates from Mem0, Zep, Supermemory, vector DBs, markdown, logs, or custom stores.
- Agent Flight Recorder for replaying what memory was visible, blocked, rehydrated, or attributed to an outcome.
- Controlled forgetting, archive, unsuppress, and rehydrate surfaces.
- Admission dataset export for measuring memory influence over time.
- Runtime authority receipts for authority-bearing memory writes, with a documented Server production HMAC keyring and rotation path.
- Task context profiles for host-selected Agent context posture:
coding_verifier,long_qa,multi_agent_handoff,loop_engineering, anddocument_integrity. - External Claude Code long-flow evidence: two separate Claude Code sessions used published Aionis hooks with an isolated Runtime, and Aionis carried governed execution context into the later session while recording tool outcomes, validation evidence, handoff state, and post-run guide recovery.
- Optional Zvec ANN candidate sidecar while Runtime SQLite remains the fact source and Aionis remains the final admission layer.
Package Baseline
| Package | Current line |
|---|---|
| Runtime | aionis-runtime-focused@0.3.3 |
| CLI | aionis@0.3.8 |
| SDK | @aionis/sdk@0.3.8 |
| MCP bridge | @aionis/mcp@0.3.2 |
| Installer | @aionis/create@0.3.5 |
| AIFS | @aionis/aifs@0.3.0 |
| Claude Code plugin | @aionis/claude-code@0.3.1 |
| Substrate | @aionis/substrate@0.1.11 |
Product Direction
The strongest current Aionis value is state-preserving context compression: full-history-level execution continuity with far less prompt mass, clearer memory boundaries, and auditable memory influence.
The core contract is:
use_now: accepted state the Agent can act on.inspect_before_use: relevant evidence that needs checking.do_not_use: blocked or invalidated memory that must not become instruction.rehydrate: compact pointer to raw detail when the Agent needs more evidence.
Install:
npx aionis setupRuntime release: Aionis v0.3.3
Recall Verification
Substrate-backed ordinary-memory recall is part of the v0.3 line. In the 50-sample MemoryData verification snapshot, Runtime + Substrate improved:
| Metric | Runtime baseline | Runtime + Substrate |
|---|---|---|
| Exact answer hit | 43/50 | 48/50 |
| Evidence coverage | 47/50 | 50/50 |
| Substrate source trace | - | 50/50 |
This result supports the ordinary-memory part of the product: Aionis can keep execution context governed while improving factual evidence coverage through a durable recall sidecar.
Current Docs Baseline
- Root docs page is Intro; Quickstart lives under Get Started.
- Execution Memory is the first product surface.
- Memory Firewall is positioned as an adoption and governance layer.
- Docs navigation is organized by user task: Get Started, Products, Concepts, Using Aionis, Integrations, Operations, API Reference, Examples, Migration.
Product Surfaces
- Execution Memory
- Memory Firewall
- Agent Flight Recorder
- Loop Engineering Memory
- Controlled Forgetting
- Admission Dataset Export