Skip to content

Releases: ProAgentStore/platform

v2026.06.11.3

Choose a tag to compare

@serge-ivo serge-ivo released this 11 Jun 00:03

Console Ops hardening release.\n\n- Sanitizes Ops deploy and run links before rendering them in the Console.\n- Renders malformed deploy run URLs as inert text instead of clickable links.\n- Adds authenticated Playwright coverage for session headers, malicious Ops payloads, and canceled confirmation dialogs.\n- Runs Console Playwright tests against a local static server by default, with E2E_BASE_URL retained for live verification.

v2026.06.11.2

Choose a tag to compare

@serge-ivo serge-ivo released this 10 Jun 22:08

Fixed

  • Cloudflare Workers AI upstream failures now throw typed provider errors instead of being treated as successful empty model responses.
  • Agent chat and direct run endpoints now surface user AI provider failures with explicit HTTP errors.
  • Cloudflare key verification now reports provider failures as verification failures.
  • GitHub deploy workflow dispatch now sends an explicit JSON content type.

Tests Added

  • Unit coverage for Cloudflare credential encoding/parsing.
  • Unit coverage for user-owned Workers AI calls, REST result unwrapping, missing credentials, and upstream failure handling.
  • Route coverage for owner-only /v1/agents/:id/ops access.

Deployed

  • proagentstore-api: 65269e65-ecac-44cf-8dc4-72e689d9549d

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm test (258 tests)
  • Live API health passed.
  • Unauthenticated Cloudflare verify route returns 401 as expected.

v2026.06.11.1

Choose a tag to compare

@serge-ivo serge-ivo released this 10 Jun 22:03

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.

v2026.06.11

Choose a tag to compare

@serge-ivo serge-ivo released this 10 Jun 21:30

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.

v2026.06.10.1

Choose a tag to compare

@serge-ivo serge-ivo released this 10 Jun 13:10

Highlights

  • scaffold_agent now accepts auto_deploy and defaults it on.
  • Generated agent workflows no longer require a pnpm lockfile for setup-node cache.
  • MCP trigger status handles GitHub's initial workflow-indexing window by reporting existing queued/running deploys instead of a false failure.

Verification

  • pnpm lint
  • pnpm -r typecheck
  • pnpm test
  • Fresh MCP scaffold smoke agent deployed successfully and responded on its Worker route.
  • Production MCP agent_deploy_status reports the smoke deploy as successful.

v2026.06.10

Choose a tag to compare

@serge-ivo serge-ivo released this 10 Jun 11:53

Highlights

  • Added browser-sign-in MCP auth for ProAgentStore.
  • Added repo-backed MCP project tools for scaffolding and editing agents.
  • Added generated-agent auto deploy workflow support and MCP deploy trigger/status tools.
  • Replaced the agent detail page with a reusable standard dashboard.
  • Added Biome lint baseline and fixed lint/test issues.

Verification

  • pnpm lint
  • pnpm -r typecheck
  • pnpm test
  • Production MCP/host deploys completed.
  • MCP-created demo agent deployed and responded successfully.