You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π 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.