Skip to content

v2026.06.11

Choose a tag to compare

@serge-ivo serge-ivo released this 10 Jun 21:30
· 1900 commits to main since this release

Fixes

  • Require user-owned Cloudflare Workers AI credentials for hosted agent runs and chat.
  • Remove the ProAgentStore Workers AI binding from the production API worker.
  • Add Cloudflare Workers AI to the encrypted user key vault with accountId + token storage.
  • Update MCP scaffold, CLI fallback scaffold, and reusable templates so generated agents do not include [ai] binding = "AI" by default.
  • Make generated/caller-billed agents return 402 caller_ai_credentials_required when caller AI credentials are missing.

Deployed

  • proagentstore-api: a367ed69-b0d0-453f-81a2-884ff1be05b6
  • proagentstore-mcp: 8b4da09c-880e-4122-be30-0da3cc7cb760

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm test (249 tests)
  • Live API health check passed.
  • /v1/keys/providers includes cloudflare.
  • Research MCP agent returns HTTP 402 without caller AI credentials, confirming it does not spend the ProAgentStore Workers AI account.