Releases: launchapp-dev/animus-provider-claude
Releases · launchapp-dev/animus-provider-claude
Release list
v0.2.8
v0.2.7
chore: bump animus-protocol pin to v0.1.13.5 (interaction events) + v…
v0.2.6
chore: bump animus-protocol pin to v0.1.13.4 (mcp_servers passthrough…
v0.2.5
v0.2.5 — reasoning_effort (claude --effort) via animus-protocol v0.1.…
v0.2.2
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
v0.2.0
v0.2.0 - streaming AgentNotification support via run_agent_streaming
v0.1.2
chore: bump to v0.1.2 + pin animus-protocol v0.1.4
v0.1.1
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
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.