Releases: launchapp-dev/animus-protocol
Release list
v0.1.19
v0.1.19: protocol + animus-config-protocol moved into animus-protocol
v0.1.18
v0.1.18: restore provider_main/provider_main_with_capabilities on trunk The provider-protocol entrypoints (run_agent-style) coexist with run_provider so the existing claude/codex/gemini/opencode/oai providers build against trunk and gate via extras.approvals. Approvals forward through AgentRunRequest flatten extras.
v0.1.17
v0.1.17: approval gate complete — provider-runtime approvals forwardi…
v0.1.16
v0.1.16: approval/MCP gate + codex/gemini/opencode P1/P2 hardening on…
v0.5.13 — subject/unwatch
animus-subject-protocol 0.1.16: adds METHOD_SUBJECT_UNWATCH + SubjectUnwatchRequest so the daemon can cancel a subject backend's watch() task on drop instead of leaking it. See CHANGELOG.md.
v0.5.12 — restore transport_backend_main
Restores animus-plugin-runtime::transport_backend_main + transport_backend_main_with_capabilities (dropped by the aed9f42 regression), unblocking transport-plugin compilation against current protocol. plugin-runtime 0.2.1. See CHANGELOG.md.
v0.5.11 — remove orphaned agent-runner-protocol
Deletes the unused animus-agent-runner-protocol crate (agent-runner sidecar was removed in v0.5.3; zero fleet consumers). Older tags still contain it, so existing pins are unaffected. See CHANGELOG.md.
v0.5.10 — queue precise-wake
queue-protocol 0.3.2: METHOD_QUEUE_NEXT_DEADLINE + QueueNextDeadlineResponse for precise daemon wake on deferred entries. See CHANGELOG.md.
v0.5.9 — deferred queue dispatch
queue-protocol 0.3.1 (additive, backward compatible): QueueEnqueueRequest.run_at + expire_after_secs, QueueEnqueueResponse.warning, QueueEntry deferral fields, QueueStats.deferred. See CHANGELOG.md.
v0.1.13.5
feat(protocol): human-in-the-loop surface for v0.1.13.5 — claude appr…