Skip to content

Releases: launchapp-dev/animus-provider-claude

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 21 Jun 19:49
v0.2.8 — PreToolUse approval hook (Bug #2: gate holds under defaultMo…

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:42
chore: bump animus-protocol pin to v0.1.13.5 (interaction events) + v…

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 11 Jun 02:04
chore: bump animus-protocol pin to v0.1.13.4 (mcp_servers passthrough…

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 09 Jun 04:58
v0.2.5 — reasoning_effort (claude --effort) via animus-protocol v0.1.…

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 26 May 15:27
feat: advertise $harness/* capabilities (animus-protocol v0.1.13)

Bump protocol pin v0.1.8 -> v0.1.13 and switch to provider_main_with_capabilities
to advertise $harness/cancellation-loop-v2.

Verification: claude session manager (animus-session-backend) responds to
terminate_session() by aborting the child process. The wrapper at
session/claude/transport.rs maps the resulting ExecutionFailed error into
SessionEvent::Error { message: "claude session cancelled", recoverable: false },
which drain_session_run emits as AgentNotification::Error { recoverable: false }
to the notification sink. The plugin-testkit cancellation scenario accepts
non-recoverable error notifications as a valid cancel signal (in addition to
the BackendError::Cancelled / REQUEST_CANCELLED reply path).

Bumps plugin version 0.2.1 -> 0.2.2.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 23 May 15:50
Protocol bump to v0.1.8

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 May 14:15
v0.2.0 - streaming AgentNotification support via run_agent_streaming

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 May 19:18
chore: bump to v0.1.2 + pin animus-protocol v0.1.4

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 May 13:20
v0.1.1 — Linux ARM64 binaries

First release with the full 4-platform matrix:
- aarch64-apple-darwin
- x86_64-apple-darwin
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu (NEW)

No functional changes vs v0.1.0 — release tooling improvement only.
Pinned to animus-protocol v0.1.0 (unchanged).

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 May 22:57
v0.1.0 — first tagged release

Claude Code CLI provider plugin for Animus.
- 9 tests passing
- Pinned to animus-protocol v0.1.0
- CI green on the previous push

Triggers release.yml workflow which builds release binaries for
macOS aarch64/x86_64 + Linux x86_64 and uploads them to the GitHub release.