All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.12.2 (2026-04-23)
- detect service unavailability and fail fast with clear error (#118) (524c709)
- unbreak non-JS integration install flow (Django, .NET, Kotlin + others) (#125) (bd9e068)
0.12.1 (2026-04-01)
0.12.0 (2026-03-31)
- add NextjsGrader check for getSignInUrl in Server Components (#110) (f2a6ec2)
- add tag_name input to workflow_dispatch trigger (0924a4b)
- enforce OIDC-only beta publish path (f8e74d6)
- prevent registerSubcommand from injecting false positional args (#111) (effe187)
- remove environment to prevent org secret injection breaking OIDC (28f0564)
- restore OIDC auth setup for npm trusted publishing (d0f8b53)
- set release-please manifest to last stable tag (v0.11.2) (850eee3)
- stop reading WORKOS_CLIENT_ID for CLI auth (#113) (7bdd851)
- use pnpm publish to match working auth setup (d79cf16)
- use prerelease versioning strategy for beta releases (#104) (8385201)
0.12.0-beta.1 (2026-03-26)
- add tag_name input to workflow_dispatch trigger (0924a4b)
- enforce OIDC-only beta publish path (f8e74d6)
- remove environment to prevent org secret injection breaking OIDC (28f0564)
- restore OIDC auth setup for npm trusted publishing (d0f8b53)
- use pnpm publish to match working auth setup (d79cf16)
0.12.0-beta (2026-03-26)
0.11.2 (2026-03-17)
0.11.1 (2026-03-16)
0.11.0 (2026-03-13)
0.10.1 (2026-03-10)
0.10.0 (2026-03-09)
workos install-skillandworkos uninstall-skillare replaced byworkos skills install,workos skills uninstall, andworkos skills list.
- add
workos skillssubcommand group (install, uninstall, list) (#86) (c008b72) - consume skills from @workos/skills package (#88) (2ec4c18)
- only load authkit-base reference for JavaScript integrations (fc95a09)
0.9.0 (2026-03-05)
workos loginandworkos logoutare nowworkos auth loginandworkos auth logout.
0.8.2 (2026-03-05)
- auth credential storage and transient error handling (#81) (ac7922d)
- improve TanStack Start skill to reduce first-attempt build failures (#83) (6b935ce)
- TanStack Start friction log fixes for middleware and doctor checks (#77) (7b857f9)
0.8.1 (2026-03-05)
0.8.0 (2026-03-04)
- CLI management commands for all WorkOS resources (#76) (7c05f87)
- non-TTY mode for agent-friendly CLI (#75) (df09d1e)
- upgrade @anthropic-ai/claude-agent-sdk from 0.2.19 to 0.2.62 (44fc4c2)
0.7.3 (2026-02-24)
- doctor: warn when AuthKitProvider missing apiHostname prop (#68) (3dfb3ca)
- ensure .env.local is added to .gitignore during install (#69) (a21bfdc)
- redact sensitive info in logs and fix strict type violations (#70) (707193b)
0.7.2 (2026-02-19)
0.7.1 (2026-02-18)
0.7.0 (2026-02-18)
- add environment, organization, and user management commands (#59) (cc590b0)
- major workos doctor overhaul — visual refresh, multi-language, AI analysis (#62) (014fbbc)
- improve installer skill and remove shell: true from spawn calls (#63) (92ff704)
- replace dotenv devDependency with inline env parser in doctor (#61) (4c7553f)
0.6.0 (2026-02-14)
0.5.4 (2026-02-13)
- restore workflow_call and remove registry-url for OIDC (1025e57)
0.5.3 (2026-02-13)
- remove registry-url from setup-node to unblock OIDC auth (75a94bb)
- trigger release.yml directly via release event for OIDC match (b7e737d)
0.5.2 (2026-02-13)
- use npm publish for OIDC trusted publishing support (40fbbf9)
0.5.1 (2026-02-13)
- prefer existing middleware.ts over proxy.ts for Next.js 16+ (#52) (83f3ef0)
- remove duplicate release trigger causing publish race condition (b0935d8)
0.5.0 (2026-02-11)
- add
workos doctorcommand for diagnosing integration issues (#50) (8c3e093) - multi-SDK expansion with auto-discovery registry (#49) (0316fe8)
0.4.5 (2026-02-04)
- use correct npmrc path from NPM_CONFIG_USERCONFIG (50322b8)
0.4.4 (2026-02-04)
- strip _authToken from npmrc to force OIDC auth (8b11ceb)
0.4.3 (2026-02-04)
- remove environment to prevent org secret injection (4c3e673)
0.4.2 (2026-02-04)
- remove registry-url to enable OIDC trusted publishing (efdbd80)
- remove empty NODE_AUTH_TOKEN override (9aca30a)
0.4.1 (2026-02-04)
- override org NODE_AUTH_TOKEN to enable trusted publishing (dd31ec5)
0.4.0 (2026-02-04)
- remove bump-patch-for-minor-pre-major so feat: bumps minor (654cb75)
0.3.3 (2026-02-03)
0.3.2 (2026-01-31)
- Environment variables, analytics keys, and CLI messages renamed.
WIZARD_DEV→INSTALLER_DEVWIZARD_DISABLE_PROXY→INSTALLER_DISABLE_PROXYWORKOS_WIZARD_*→WORKOS_INSTALLER_*- Analytics keys renamed from
wizard.*toinstaller.* - CLI messages now reference "installer" instead of "wizard"
- add --direct flag to bypass llm-gateway (#22) (dee8330)
- add credential proxy with token refresh for extended sessions (#23) (def14c7)
- add release-please for automated changelog and releases (#27) (574cc42)
- add startup auth guard with automatic token refresh (#24) (45f8f71)
- add repository URL for npm provenance publishing (#33) (e02d6d5)
- trigger npm publish when release-please creates a release (#31) (c68f990)
- use v0.x.x tag format instead of workos-v0.x.x (#30) (67b21ba)
0.2.1 - 2026-01-28
- Generate version at build time instead of importing package.json (fixes ERR_MODULE_NOT_FOUND)
- Auto-commit and PR creation after installer completion (#21)
- Auto-fetch WorkOS credentials via device auth (#20)
- Branch protection detection in installer flow
0.2.0 - 2026-01-28 [DEPRECATED]
- Auto-commit and PR creation after installer completion (#21)
- Auto-fetch WorkOS credentials via device auth (#20)
- Branch protection detection in installer flow
0.1.2 - 2026-01-23
- Next.js 15+ async cookies guards in skill
0.1.1 - 2026-01-23
- Dynamic import @statelyai/inspect to prevent npm runtime error
0.1.0 - 2026-01-23
- Initial release
- AI-powered CLI installer for installing WorkOS AuthKit
- Support for Next.js, React SPA, React Router, TanStack Start, and Vanilla JS
- Interactive TUI dashboard with real-time progress
- Claude Agent SDK integration for intelligent code generation
- Framework auto-detection
- Skill-based architecture for framework-specific installation