Releases: launchapp-dev/animus-provider-oai
Releases · launchapp-dev/animus-provider-oai
Release list
v0.2.5
v0.2.4
feat(v0.2.4): strict:true on json_schema response_format — ENFORCE th…
v0.2.3
feat(v0.2.3): strip openrouter/ model prefix so OpenRouter base accep…
v0.2.2
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
v0.2.1: ToolCall streaming notifications
v0.2.0
feat: bump protocol to v0.1.8 + implement streaming notifications via…
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 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.