Skip to content

Latest commit

 

History

History
378 lines (195 loc) · 18.6 KB

File metadata and controls

378 lines (195 loc) · 18.6 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

0.12.3 (2026-04-24)

Bug Fixes

  • improve installer auth recovery (#128) (64928cf)
  • prevent SDK "Not logged in" error before reaching gateway (#127) (69c2d7d)

0.12.2 (2026-04-23)

Bug Fixes

  • 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)

Bug Fixes

  • skip device auth when unclaimed environment is active (#115) (3c95642)

0.12.0 (2026-03-31)

Features

  • full WorkOS API emulator (emulate, dev, RBAC, webhooks, events, 84% API coverage) (#100) (55371a9)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • full WorkOS API emulator (emulate, dev, RBAC, webhooks, events, 84% API coverage) (#100) (55371a9)

Bug Fixes

  • use prerelease versioning strategy for beta releases (#104) (8385201)

0.11.2 (2026-03-17)

Bug Fixes

  • add workos seed --init to scaffold example seed file (#97) (a8ea743)

0.11.1 (2026-03-16)

Bug Fixes

  • auto-install skills to coding agents after install (#94) (ae5e5cd)

0.11.0 (2026-03-13)

Features

  • add zero-auth install flow with claim command (#91) (d1b0039)

0.10.1 (2026-03-10)

Bug Fixes

  • auth: auto-provision staging environment after login (#89) (19b34e2)

0.10.0 (2026-03-09)

⚠ BREAKING CHANGES

  • workos install-skill and workos uninstall-skill are replaced by workos skills install, workos skills uninstall, and workos skills list.

Features

  • add workos skills subcommand group (install, uninstall, list) (#86) (c008b72)
  • consume skills from @workos/skills package (#88) (2ec4c18)

Bug Fixes

  • only load authkit-base reference for JavaScript integrations (fc95a09)

0.9.0 (2026-03-05)

⚠ BREAKING CHANGES

  • workos login and workos logout are now workos auth login and workos auth logout.

Features

  • move login/logout to auth subcommand, add auth status (#84) (b86c39b)

0.8.2 (2026-03-05)

Bug Fixes

  • 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)

Bug Fixes

  • correct skills directory path resolution in getSkillsDir (#79) (732bcaa)

0.8.0 (2026-03-04)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

0.7.1 (2026-02-18)

Bug Fixes

  • ground AI analysis in SDK documentation (#64) (db8d6e3)

0.7.0 (2026-02-18)

Features

  • add environment, organization, and user management commands (#59) (cc590b0)
  • major workos doctor overhaul — visual refresh, multi-language, AI analysis (#62) (014fbbc)

Bug Fixes

  • 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)

Features

  • agent self-correction via validation feedback loop (#57) (920fc87)

0.5.4 (2026-02-13)

Bug Fixes

  • restore workflow_call and remove registry-url for OIDC (1025e57)

0.5.3 (2026-02-13)

Bug Fixes

  • 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)

Bug Fixes

  • use npm publish for OIDC trusted publishing support (40fbbf9)

0.5.1 (2026-02-13)

Bug Fixes

  • 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)

Features

  • add workos doctor command for diagnosing integration issues (#50) (8c3e093)
  • multi-SDK expansion with auto-discovery registry (#49) (0316fe8)

0.4.5 (2026-02-04)

Bug Fixes

  • use correct npmrc path from NPM_CONFIG_USERCONFIG (50322b8)

0.4.4 (2026-02-04)

Bug Fixes

  • strip _authToken from npmrc to force OIDC auth (8b11ceb)

0.4.3 (2026-02-04)

Bug Fixes

  • remove environment to prevent org secret injection (4c3e673)

0.4.2 (2026-02-04)

Bug Fixes

  • remove registry-url to enable OIDC trusted publishing (efdbd80)

Reverts

  • remove empty NODE_AUTH_TOKEN override (9aca30a)

0.4.1 (2026-02-04)

Bug Fixes

  • override org NODE_AUTH_TOKEN to enable trusted publishing (dd31ec5)

0.4.0 (2026-02-04)

Features

  • secure keyring credential storage (#41) (7d33735)

Bug Fixes

  • remove bump-patch-for-minor-pre-major so feat: bumps minor (654cb75)

0.3.3 (2026-02-03)

Features

  • add startup version check to warn users of outdated CLI (#35) (dd90280)

Bug Fixes

  • nextjs: improve skill guidance for middleware composition (#39) (7121b63)

0.3.2 (2026-01-31)

⚠ BREAKING CHANGES

  • Environment variables, analytics keys, and CLI messages renamed.
    • WIZARD_DEVINSTALLER_DEV
    • WIZARD_DISABLE_PROXYINSTALLER_DISABLE_PROXY
    • WORKOS_WIZARD_*WORKOS_INSTALLER_*
    • Analytics keys renamed from wizard.* to installer.*
    • CLI messages now reference "installer" instead of "wizard"

Features

  • 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)

Bug Fixes

  • 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)

Code Refactoring

0.2.1 - 2026-01-28

Fixed

  • 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]

Added

  • 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

Fixed

  • Next.js 15+ async cookies guards in skill

0.1.1 - 2026-01-23

Fixed

  • Dynamic import @statelyai/inspect to prevent npm runtime error

0.1.0 - 2026-01-23

Added

  • 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