Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 21:24
0667f5e
  • Merge pull request #228 from ObjectiveAI/release-2-2-0
  • release: bump all packages to 2.2.0
  • api agent: forward a failed tool call as an error tool-response
  • mcp: double default connect/call timeout to 60s
  • agents logs: group tool responses by tool_call_id; drop the Container
  • cli logs: key tool-call rows by the wire index, not the Vec position
  • cli logs: persist rows from the cumulative aggregate, not a per-batch slice
  • viewer: validate JS build in test.sh
  • viewer: reconcile to PR 227
  • sdk-go: reconcile to PR 227
  • sdk-py: reconcile to PR 227
  • sdk-js: reconcile to PR 227
  • sdk-rs, json-schema: rename relocated cli get Response types; regen schema
  • snapshots: drop retry_token from execution snapshots
  • api: drop list-API mock tests
  • Merge remote-tracking branch 'origin/main' into no-api-filesystem
  • refactor: rename Filesystem remote -> Client; resolve it over the websocket
  • ci: build-cli-leg stages the binary from .objectiveai/bin/
  • cli: agents/swarms get return the base definition, not the converted full form
  • api+sdk: remove the 14 retrieval endpoints; relocate Get*Response into CLI get modules
  • Merge remote-tracking branch 'origin/main' into no-api-filesystem
  • cli: resolve agents/swarms/functions/profiles get+list locally, not via API
  • sdk: add http::github — fetch agent/swarm/function/profile from GitHub
  • api+sdk+cli: remove dead write/publish code and all commit-author plumbing
  • Merge remote-tracking branch 'origin/main' into no-api-filesystem
  • api+sdk: remove vector completions cache and vote-reuse/retry