Skip to content

Releases: launchapp-dev/animus-provider-oai

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 21 Jun 19:48
v0.2.5 — native approval gate (extras.approvals), animus-protocol v0.…

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 20 Jun 18:26
feat(v0.2.4): strict:true on json_schema response_format — ENFORCE th…

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 20 Jun 12:42
feat(v0.2.3): strip openrouter/ model prefix so OpenRouter base accep…

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 26 May 15:45
feat: advertise $harness/oai-style capability (animus-protocol v0.1.13)

Bump protocol pin v0.1.8 -> v0.1.13 and switch to provider_main_with_capabilities
to advertise $harness/oai-style. This is a stateless OpenAI Chat Completions
wrapper: the host owns tool execution and follow-up turns, so the plugin emits
exactly one ToolCall per turn and never a ToolResult. The harness flag gates
the tool-call-*-oai conformance scenarios to this plugin and skips the generic
scenarios that assert a ToolResult notification.

Deliberately does NOT advertise $harness/cancellation-loop-v2: OAI completions
are synchronous HTTP - cancel_agent returns an error and there is no
mid-flight subprocess to terminate.

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 16:06
v0.2.1: ToolCall streaming notifications

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 May 15:53
feat: bump protocol to v0.1.8 + implement streaming notifications via…

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 May 19:19
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:56
v0.1.0 — first tagged release

OpenAI-compatible HTTP API 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.