Skip to content

Releases: ostinatocc/aionis-claude-code

@aionis/claude-code v0.3.1

Choose a tag to compare

@ostinatocc ostinatocc released this 26 Jun 13:06

Updates the Claude Code package README so Runtime setup starts from npx aionis setup and matches the 0.3.x product entry path.

@aionis/claude-code v0.3.0

Choose a tag to compare

@ostinatocc ostinatocc released this 26 Jun 06:13

Full Changelog: v0.2.15...v0.3.0

Aionis Claude Code v0.2.15

Choose a tag to compare

@ostinatocc ostinatocc released this 24 Jun 10:43

Changes\n\n- Improves Claude Code hook diagnostics when Aionis Runtime rejects a request.\n- Debug mode now includes the Runtime response body for failed hook writes, making /v1/observe 400 responses diagnosable instead of showing only the status code.\n- Keeps hook failures non-blocking for Claude Code.\n- Adds regression coverage for Runtime response body output.\n\n## Validation\n\n- npm run -s build\n- npm test\n- npm run -s plugin:validate

Aionis Claude Code v0.2.14

Choose a tag to compare

@ostinatocc ostinatocc released this 24 Jun 10:06

Aionis Claude Code v0.2.14

This release stabilizes the Claude Code native plugin path for Aionis execution memory.

Highlights

  • Adds Claude Code multi-agent lifecycle coverage for verifier/subagent flows.
  • Records shared team execution memory across main sessions and subagents.
  • Captures SubagentStart, SubagentStop, TaskCreated, TaskCompleted, and Agent tool result handoffs.
  • Refreshes parent context after completed Agent tool results.
  • Increases post-tool/Agent hook timeout to avoid cancellation on real subagent result payloads.

Verified

  • npm run -s typecheck
  • npm test
  • npm run -s plugin:validate
  • npm pack --workspace @aionis/claude-code --dry-run
  • Real Claude Code multi-agent smoke with verifier subagent, Aionis plugin 0.2.14, and MCP connected.

Package

  • npm: @aionis/claude-code@0.2.14

Aionis Claude Code Plugin v0.2.6

Choose a tag to compare

@ostinatocc ostinatocc released this 22 Jun 13:28

Aionis Claude Code Plugin v0.2.6

First standalone release of the Aionis Claude Code adapter repository.

Includes

  • Claude Code plugin marketplace manifest.
  • Aionis MCP server wrapper for Claude Code.
  • Lifecycle hooks for SessionStart, UserPromptSubmit, PostToolUse, PostToolUseFailure, compaction, and session end.
  • Slash commands: /aionis:onboard, /aionis:doctor, /aionis:status.
  • User-level workspace identity storage for cross-project execution memory.

Install

/plugin marketplace add https://github.com/ostinatocc/aionis-claude-code
/plugin install aionis@aionis-claude-code
/aionis:doctor

Runtime core remains in https://github.com/ostinatocc/Aionis.

@aionis/claude-code v0.2.2

Choose a tag to compare

@ostinatocc ostinatocc released this 22 Jun 13:50

@aionis/claude-code v0.2.2

Patch release prepared from the standalone Aionis Claude Code adapter repository.

Changes

Publish

cd /Volumes/ziel/aionis-claude-code
npm publish --workspace @aionis/claude-code --access public

Note: the Claude Code plugin manifest remains v0.2.6; this release is for the npm helper package.