Skip to content

Releases: launchapp-dev/animus-protocol

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 21 Jun 20:35
v0.1.19: protocol + animus-config-protocol moved into animus-protocol

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 21 Jun 19:46
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

Choose a tag to compare

@github-actions github-actions released this 21 Jun 17:21
v0.1.17: approval gate complete — provider-runtime approvals forwardi…

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 20 Jun 23:59
v0.1.16: approval/MCP gate + codex/gemini/opencode P1/P2 hardening on…

v0.5.13 — subject/unwatch

Choose a tag to compare

@Shooksie Shooksie released this 16 Jun 03:06

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

Choose a tag to compare

@Shooksie Shooksie released this 15 Jun 17:55

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

Choose a tag to compare

@Shooksie Shooksie released this 14 Jun 23:04

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

Choose a tag to compare

@Shooksie Shooksie released this 14 Jun 16:03

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

Choose a tag to compare

@Shooksie Shooksie released this 14 Jun 15:06

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

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:01
feat(protocol): human-in-the-loop surface for v0.1.13.5 — claude appr…