Skip to content

v2026.06.11.1

Choose a tag to compare

@serge-ivo serge-ivo released this 10 Jun 22:03
· 1898 commits to main since this release

Added

  • Agent Ops tab in Console.
  • Owner-only /v1/agents/:id/ops endpoint for billing status, deploy runs, runtime metadata, and recent executions.
  • Owner-only /v1/agents/:id/deploy endpoint to trigger the agent GitHub Actions deploy workflow.
  • /v1/keys/cloudflare/verify to test the stored user-owned Cloudflare Workers AI key.
  • Console subdomain routing so https://console.proagentstore.online/ opens the Console directly.

Deployed

  • proagentstore-api: 92f6f31e-8bb7-462d-8cc2-c88216aa0353
  • proagentstore-host: aebcab2b-6653-45e6-a501-759739bd13fa

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm test (249 tests)
  • Live Console contains Ops tab controls.
  • Live API health check passed.
  • /v1/agents/:id/ops is owner-only and returns 401 without auth.