Plugins

Aionis plugins give agent tools execution memory.

Install Aionis into coding agents so plans, decisions, failed branches, validation results, and handoffs survive across sessions, compaction, handoff, and model switches.

The problem

Agent tools forget execution state at exactly the wrong time.

Every agent starts from a partial state

New sessions, compacted chats, and model switches lose the current route, acceptance checks, and why earlier branches were rejected.

Raw memory is not safe to inject

Relevant notes can still be stale, contradicted, or tied to failed work. Aionis admits memory before it can influence the agent.

Tool evidence usually disappears

Bash results, file edits, verifier failures, and reviewer decisions should become execution memory instead of scrollback.

How it works

One Runtime, native hooks inside each agent surface.

01

Install

Add the plugin to an agent tool that supports hooks, then point it at your Aionis Runtime.

02

Observe

Tool evidence, target files, verifier output, and branch changes become execution memory.

03

Guide

The next turn receives governed context: current route, blocked branches, receipts, and rehydrate links.

Plugin catalog

Native integrations for the agent tools your team already uses.

Available

Claude Code

Native hooks for coding sessions.

Bring Aionis guide context into Claude Code prompts, then record tool evidence, validation output, and handoff state after work happens.

Coming soon

Codex

Execution memory for Codex.

Planned native surface for carrying governed route state, action boundaries, and feedback attribution through Codex-style coding sessions.

Coming soon

OpenClaw

Governed memory for OpenClaw.

Planned plugin path for long-running agent loops that need compact context, handoff records, and Flight Recorder traces without a custom adapter.

Coming soon

Hermes Agent

Execution memory for Hermes Agent.

Planned native memory layer for Hermes Agent runs: current route, blocked branches, rehydrate pointers, and operator-visible receipts.

What you get

Plugins make Aionis part of the agent loop, not a side note.

Automatic context injection

Aionis compiles use_now, inspect_before_use, do_not_use, and rehydrate pointers before the agent starts the next turn.

Execution evidence capture

Tool calls, target files, validation output, branch decisions, and handoff notes are recorded as governed runtime state.

Cross-session continuity

The next agent sees the active path and blocked alternatives without loading the entire historical transcript.

Auditable influence

Flight Recorder and receipts explain what memory was exposed, suppressed, or restored, and what outcome followed.