Added
- 🌉 OpenAI-compatible gateway. Expose cptr workspaces through
/v1/modelsand/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
/v1gateway requests to the backend during local development.