Skip to content

Releases: workos/cli

v0.11.1

16 Mar 14:47
5ca581d

Choose a tag to compare

0.11.1 (2026-03-16)

Bug Fixes

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

v0.11.0

13 Mar 16:40
87bade6

Choose a tag to compare

0.11.0 (2026-03-13)

Features

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

v0.10.1

11 Mar 13:37
833422c

Choose a tag to compare

0.10.1 (2026-03-10)

Bug Fixes

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

v0.10.0

09 Mar 17:06
c86c662

Choose a tag to compare

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)

v0.9.0

05 Mar 22:13
95d17f1

Choose a tag to compare

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)

v0.8.2

05 Mar 21:05
4904ae6

Choose a tag to compare

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)

v0.8.1

05 Mar 18:27
6830a9f

Choose a tag to compare

0.8.1 (2026-03-05)

Bug Fixes

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

v0.8.0

04 Mar 00:16
b9f1b3f

Choose a tag to compare

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)

v0.7.3

24 Feb 22:49
f02707f

Choose a tag to compare

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)

v0.7.2

19 Feb 17:11
ef4cbe2

Choose a tag to compare

0.7.2 (2026-02-19)

Bug Fixes