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
workos auth login and workos install no longer auto-install skills. Skills + MCP are installed only through the consented setup flow (workos setup, or the post-login/install offer on a human TTY). Agent / CI / non-TTY / JSON runs write nothing.
Features
add env provision + verify-login commands, fix non-interactive installs (agent/CI), Vite port detection, and misleading command hints (#192) (dd20929)
consent-gated agent setup and flat CLI output (#200) (9b0deb8)
Bug Fixes
deps: bump @workos/openapi-spec to drop tree-sitter chain (#204) (7b03394), closes #202
Extract emulator to @workos/emulate (#171) (d20c0ca)
WORKOS_LLM_GATEWAY_URL and WORKOS_TELEMETRY_URL are removed (derived from WORKOS_API_URL); WORKOS_NO_PROMPT is removed (use WORKOS_MODE=agent); INSTALLER_DEV is renamed to WORKOS_DEV and INSTALLER_DISABLE_PROXY to WORKOS_DISABLE_PROXY.
Features
add MCP server install for coding agents (workos mcp) (#184) (f040f72)
consolidate and rename CLI environment variables (#180) (2e0e3ca)
Bug Fixes
deps: update minor and patch updates (#178) (496b473)