Skip to content

Releases: ZSeven-W/agent

v0.4.0

17 Apr 11:05

Choose a tag to compare

v0.4.0 — MiniMax Anthropic-compat placeholder quirk

v0.3.0

14 Apr 13:07

Choose a tag to compare

v0.3.0 — openai-compat tool_calls, content-block translation, reasoni…

v0.2.0

13 Apr 13:07

Choose a tag to compare

Key changes since v0.1.0:

- fix(agent): reset StreamingToolExecutor between turns to prevent stale
  tool_use IDs from being reused in the assistant message
- feat: improve HTTP error diagnostics — log response body on non-2xx
- test: add 54 unit tests across 16 modules (104 → 158 total)
- feat(provider): surface upstream HTTP error body via new lastError()
  VTable method so the query loop can attach the actual error JSON
  (e.g. Anthropic 403 'Request not allowed') to the result event

v0.1.0

11 Apr 14:50

Choose a tag to compare

v0.1.0 — prebuilt NAPI binaries (darwin-arm64/x64, linux-x64, windows…