Releases: ostinatocc/aionis-claude-code
Releases · ostinatocc/aionis-claude-code
Release list
@aionis/claude-code v0.3.1
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
Full Changelog: v0.2.15...v0.3.0
Aionis Claude Code v0.2.15
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
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, andAgenttool 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 typechecknpm testnpm run -s plugin:validatenpm 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
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
@aionis/claude-code v0.2.2
Patch release prepared from the standalone Aionis Claude Code adapter repository.
Changes
- Updates npm package metadata so @aionis/claude-code points at https://github.com/ostinatocc/aionis-claude-code.
- Keeps the CLI and hook behavior unchanged from v0.2.1.
- Verified build, plugin validation, tests, and npm dry-run publish.
Publish
cd /Volumes/ziel/aionis-claude-code
npm publish --workspace @aionis/claude-code --access publicNote: the Claude Code plugin manifest remains v0.2.6; this release is for the npm helper package.