Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 18:03
· 504 commits to main since this release

Added

  • πŸŒ‰ OpenAI-compatible gateway. Expose cptr workspaces through /v1/models and /v1/chat/completions, so Open WebUI and other OpenAI-compatible clients can use each workspace as a model with the full cptr agent loop.
  • πŸ”‘ Gateway API keys. New Gateway admin settings tab for creating, copying, listing, and deleting API keys. Keys are stored hashed and newly generated keys are only shown once.

Changed

  • πŸ”„ Gateway streaming support. Chat tasks can now stream assistant deltas into an OpenAI-style SSE response while still updating cptr chats and sidebar state.
  • 🧭 Frontend dev proxy. The Vite dev server now proxies /v1 gateway requests to the backend during local development.