Skip to content

Commit f7351ec

Browse files
chore(main): release 0.13.0
1 parent aa4dc7c commit f7351ec

3 files changed

Lines changed: 112 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.13.0"
33
}

CHANGELOG.md

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,116 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.13.0](https://github.com/workos/cli/compare/v0.12.0...v0.13.0) (2026-03-31)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* `workos install-skill` and `workos uninstall-skill` are replaced by `workos skills install`, `workos skills uninstall`, and `workos skills list`.
13+
* `workos login` and `workos logout` are now `workos auth login` and `workos auth logout`.
14+
* Environment variables, analytics keys, and CLI messages renamed.
15+
16+
### Features
17+
18+
* add --direct flag to bypass llm-gateway ([#22](https://github.com/workos/cli/issues/22)) ([dee8330](https://github.com/workos/cli/commit/dee8330cadd0d2a6db2a0aad216e480687a41ed8))
19+
* add `workos doctor` command for diagnosing integration issues ([#50](https://github.com/workos/cli/issues/50)) ([8c3e093](https://github.com/workos/cli/commit/8c3e09301d358ab6844fa0a55e06bcaf9276b050))
20+
* add `workos skills` subcommand group (install, uninstall, list) ([#86](https://github.com/workos/cli/issues/86)) ([c008b72](https://github.com/workos/cli/commit/c008b724b035e57d857f32b998c0e240cffa73da))
21+
* add credential proxy with token refresh for extended sessions ([#23](https://github.com/workos/cli/issues/23)) ([def14c7](https://github.com/workos/cli/commit/def14c7f57d3e572667fd930374f5657a186ee36))
22+
* add environment, organization, and user management commands ([#59](https://github.com/workos/cli/issues/59)) ([cc590b0](https://github.com/workos/cli/commit/cc590b019831c9d57b17bb64d6b7f31de71a1510))
23+
* add install subcommand and CLI restructure ([#18](https://github.com/workos/cli/issues/18)) ([9e096ae](https://github.com/workos/cli/commit/9e096aef3bc7fe9b48711fd3e3166940418a7e14))
24+
* add OpenTelemetry telemetry for wizard sessions ([#8](https://github.com/workos/cli/issues/8)) ([5bbcfad](https://github.com/workos/cli/commit/5bbcfada0f4801512f3890322fa8421f25d89975))
25+
* add post-installation validation for wizard ([#12](https://github.com/workos/cli/issues/12)) ([7c67e6d](https://github.com/workos/cli/commit/7c67e6df86f1cd57e741bd982757efff9e552ae6))
26+
* add release-please for automated changelog and releases ([#27](https://github.com/workos/cli/issues/27)) ([574cc42](https://github.com/workos/cli/commit/574cc42ca9c06c6d619d03b9fce904997b0d69d6))
27+
* add startup auth guard with automatic token refresh ([#24](https://github.com/workos/cli/issues/24)) ([45f8f71](https://github.com/workos/cli/commit/45f8f711db43622954541d86d0531c2fd311eacd))
28+
* add startup version check to warn users of outdated CLI ([#35](https://github.com/workos/cli/issues/35)) ([dd90280](https://github.com/workos/cli/commit/dd902809f98cb1fb456881e0deaa0868fb78ff97))
29+
* add zero-auth install flow with claim command ([#91](https://github.com/workos/cli/issues/91)) ([d1b0039](https://github.com/workos/cli/commit/d1b0039c051cd8fccb2a655aa97ad7017998ff2e))
30+
* agent self-correction via validation feedback loop ([#57](https://github.com/workos/cli/issues/57)) ([920fc87](https://github.com/workos/cli/commit/920fc87874511550d193fc3a903c845baaf1ad0d))
31+
* **agent:** implement agent-skill architecture (Phases 1-3) ([#3](https://github.com/workos/cli/issues/3)) ([1146ff9](https://github.com/workos/cli/commit/1146ff9e63f70968d362bb3f734c034dca3b6bfd))
32+
* **auth:** add --skip-auth flag and LOCAL_MODE for local development ([083e3ce](https://github.com/workos/cli/commit/083e3cecde116fa9f2b21bb01fd004735e158275))
33+
* auto-commit and PR creation after wizard completion ([#21](https://github.com/workos/cli/issues/21)) ([e4569d5](https://github.com/workos/cli/commit/e4569d5463941c706c917329eb656b2ce91dc4f0))
34+
* auto-configure WorkOS dashboard settings via API ([1798039](https://github.com/workos/cli/commit/1798039cd12fb9722bdc6385f518952ca1557b98))
35+
* auto-fetch WorkOS credentials via device auth ([#20](https://github.com/workos/cli/issues/20)) ([a1e44b0](https://github.com/workos/cli/commit/a1e44b01bcfc39248e29909d8b7155785d5c2fe9))
36+
* CLI authentication with WorkOS ([#5](https://github.com/workos/cli/issues/5)) ([01f0283](https://github.com/workos/cli/commit/01f028373e2b6a6aa85d6c2901d3b89f4a8e5209))
37+
* CLI management commands for all WorkOS resources ([#76](https://github.com/workos/cli/issues/76)) ([7c05f87](https://github.com/workos/cli/commit/7c05f87953084f91bb88a92cdf35092c15de0d60))
38+
* CLI UI redesign - cleaner output and simplified flags ([#15](https://github.com/workos/cli/issues/15)) ([9e9fbb3](https://github.com/workos/cli/commit/9e9fbb3f29b654771bb476ff2e3febf19103a192))
39+
* **cli:** add dashboard foundation with event-based architecture ([7865cf1](https://github.com/workos/cli/commit/7865cf19f0c799df588825ea2a700e4d571cf7e4))
40+
* **cli:** add dashboard TUI with diff viewer and event system ([90375b9](https://github.com/workos/cli/commit/90375b92eb32833210077f8f3f13ac7ad5e74e3b))
41+
* **cli:** add install-skill command ([#6](https://github.com/workos/cli/issues/6)) ([a23f5dc](https://github.com/workos/cli/commit/a23f5dcd7ae42e6f189e2ddc7ceba108b470c5bb))
42+
* **cli:** implement Phase 2 dashboard panels and logo animation ([458f00a](https://github.com/workos/cli/commit/458f00a9f0101334930bd43c6961fd385961a8bb))
43+
* consume skills from @workos/skills package ([#88](https://github.com/workos/cli/issues/88)) ([2ec4c18](https://github.com/workos/cli/commit/2ec4c18b1eeb3bc44d18868f56bf6e7f4ce0cac2))
44+
* full WorkOS API emulator (emulate, dev, RBAC, webhooks, events, 84% API coverage) ([#100](https://github.com/workos/cli/issues/100)) ([55371a9](https://github.com/workos/cli/commit/55371a9a2121b91dd48189752efc3c96681e1dee))
45+
* improve debug logging with session-based log files ([#16](https://github.com/workos/cli/issues/16)) ([8542c17](https://github.com/workos/cli/commit/8542c17e1b2f41b013de3108efb5c0f4c2a6b75f))
46+
* **llm-gateway:** add OTel metrics for token usage tracking ([#11](https://github.com/workos/cli/issues/11)) ([eb3d6ab](https://github.com/workos/cli/commit/eb3d6ab3a368d7efdb634d623f699fb3549d3d62))
47+
* major workos doctor overhaul — visual refresh, multi-language, AI analysis ([#62](https://github.com/workos/cli/issues/62)) ([014fbbc](https://github.com/workos/cli/commit/014fbbcfe63959df379f59309caf73adae32f585))
48+
* migrate CLI auth from User Management to Connect OAuth ([#10](https://github.com/workos/cli/issues/10)) ([10bdb28](https://github.com/workos/cli/commit/10bdb28862b69c81c9d4a4d78be564c30546275b))
49+
* move login/logout to auth subcommand, add auth status ([#84](https://github.com/workos/cli/issues/84)) ([b86c39b](https://github.com/workos/cli/commit/b86c39bfe6724b9a8e56a710426074127eedd6de))
50+
* multi-SDK expansion with auto-discovery registry ([#49](https://github.com/workos/cli/issues/49)) ([0316fe8](https://github.com/workos/cli/commit/0316fe87177e12072c3f78dce7d9ac8dfdc20319))
51+
* non-TTY mode for agent-friendly CLI ([#75](https://github.com/workos/cli/issues/75)) ([df09d1e](https://github.com/workos/cli/commit/df09d1ec2151a11d0af289f6dbe1e59f766b0a6e))
52+
* secure keyring credential storage ([#41](https://github.com/workos/cli/issues/41)) ([7d33735](https://github.com/workos/cli/commit/7d337357a791f840ecb68602db05fc6356f62aac))
53+
* upgrade @anthropic-ai/claude-agent-sdk from 0.2.19 to 0.2.62 ([44fc4c2](https://github.com/workos/cli/commit/44fc4c2fbcc68c5ef8a6a18f6ce22987e8b54d4a))
54+
55+
56+
### Bug Fixes
57+
58+
* add `workos seed --init` to scaffold example seed file ([#97](https://github.com/workos/cli/issues/97)) ([a8ea743](https://github.com/workos/cli/commit/a8ea74372d5a627e5b876df2222a57549431fec0))
59+
* add Next.js 15+ async cookies guards to skill ([33244a2](https://github.com/workos/cli/commit/33244a2f50e7a36abe6cc543b9ae7ff616d97041))
60+
* add NextjsGrader check for getSignInUrl in Server Components ([#110](https://github.com/workos/cli/issues/110)) ([f2a6ec2](https://github.com/workos/cli/commit/f2a6ec29a88c4a769de57e879dfb4dbd0cbc6978))
61+
* add repository URL for npm provenance publishing ([#33](https://github.com/workos/cli/issues/33)) ([e02d6d5](https://github.com/workos/cli/commit/e02d6d59c52be1a39308d6380eae625a4240705f))
62+
* add tag_name input to workflow_dispatch trigger ([0924a4b](https://github.com/workos/cli/commit/0924a4bd7f3d6ebe44762e78273bcfa65933a3fe))
63+
* auth credential storage and transient error handling ([#81](https://github.com/workos/cli/issues/81)) ([ac7922d](https://github.com/workos/cli/commit/ac7922da33ac613b9794b9a8b0bd304d9b95c497))
64+
* **auth:** auto-provision staging environment after login ([#89](https://github.com/workos/cli/issues/89)) ([19b34e2](https://github.com/workos/cli/commit/19b34e27d5c516e0439904da9bc8b0a9b33ea892))
65+
* auto-install skills to coding agents after install ([#94](https://github.com/workos/cli/issues/94)) ([ae5e5cd](https://github.com/workos/cli/commit/ae5e5cd46e96081d3960462292b13cfe0563de26))
66+
* Correct issue submission links ([#66](https://github.com/workos/cli/issues/66)) ([8c3e026](https://github.com/workos/cli/commit/8c3e0267afcb78afa15df3ffd2ce1c5b2984a3cd))
67+
* correct SDK APIs and make README fetch blocking ([#17](https://github.com/workos/cli/issues/17)) ([0321e20](https://github.com/workos/cli/commit/0321e20a0b48bf87d485d300e6e3bb1c1ee7988b))
68+
* correct skills directory path resolution in getSkillsDir ([#79](https://github.com/workos/cli/issues/79)) ([732bcaa](https://github.com/workos/cli/commit/732bcaa98ffd911c478e067528d6db483a0cfa14))
69+
* **dashboard:** proper error handling and post-TUI summary ([f6da2b8](https://github.com/workos/cli/commit/f6da2b81a27af907d28ace9159af70f36632c927))
70+
* **doctor:** warn when AuthKitProvider missing apiHostname prop ([#68](https://github.com/workos/cli/issues/68)) ([3dfb3ca](https://github.com/workos/cli/commit/3dfb3cad73193f36fc4bac244c3f73ca2a49ee65))
71+
* dynamic import @statelyai/inspect to prevent npm runtime error ([a3d2a5f](https://github.com/workos/cli/commit/a3d2a5f974ee4dfca27e31d934c4fb091caf7422))
72+
* enforce OIDC-only beta publish path ([f8e74d6](https://github.com/workos/cli/commit/f8e74d61d2eade4af13b91db33837382dedb7da7))
73+
* ensure .env.local is added to .gitignore during install ([#69](https://github.com/workos/cli/issues/69)) ([a21bfdc](https://github.com/workos/cli/commit/a21bfdc32b9eef9e1095c9d1a6c4ac47a7f7f2a5))
74+
* generate version at build time instead of importing package.json ([5acadef](https://github.com/workos/cli/commit/5acadef4efe2f6d63f3fe6f74ad92c551b7b4b6c))
75+
* ground AI analysis in SDK documentation ([#64](https://github.com/workos/cli/issues/64)) ([db8d6e3](https://github.com/workos/cli/commit/db8d6e32c56f7467c0a041a4de26d24fea50efd1))
76+
* improve installer skill and remove shell: true from spawn calls ([#63](https://github.com/workos/cli/issues/63)) ([92ff704](https://github.com/workos/cli/commit/92ff7042409435483e0aab9c861bd99c144d6a04))
77+
* improve TanStack Start skill to reduce first-attempt build failures ([#83](https://github.com/workos/cli/issues/83)) ([6b935ce](https://github.com/workos/cli/commit/6b935ce7b880f3f82b17e86a082206464d16154a))
78+
* **nextjs:** improve skill guidance for middleware composition ([#39](https://github.com/workos/cli/issues/39)) ([7121b63](https://github.com/workos/cli/commit/7121b63d48a505eab7b366292078745f23313d7b))
79+
* only load authkit-base reference for JavaScript integrations ([fc95a09](https://github.com/workos/cli/commit/fc95a09f0522f18bc9251b9f6cef64a6e26ea49b))
80+
* override org NODE_AUTH_TOKEN to enable trusted publishing ([dd31ec5](https://github.com/workos/cli/commit/dd31ec598de03f477ea7a11593b57696089a3b4f))
81+
* prefer existing middleware.ts over proxy.ts for Next.js 16+ ([#52](https://github.com/workos/cli/issues/52)) ([83f3ef0](https://github.com/workos/cli/commit/83f3ef0b2c060647475bd073dc1ed99ec14e48e8))
82+
* prevent registerSubcommand from injecting false positional args ([#111](https://github.com/workos/cli/issues/111)) ([effe187](https://github.com/workos/cli/commit/effe187629eecaf166542002115457c6933cf0eb))
83+
* properly configure and run prettier ([ab14f75](https://github.com/workos/cli/commit/ab14f754ba26ed851a83310e554101ab4689ae1c))
84+
* redact sensitive info in logs and fix strict type violations ([#70](https://github.com/workos/cli/issues/70)) ([707193b](https://github.com/workos/cli/commit/707193bc079e725ebf695f400e749f1c9d5c28cd))
85+
* remove bump-patch-for-minor-pre-major so feat: bumps minor ([654cb75](https://github.com/workos/cli/commit/654cb75dfb2dcdcd9bf7ebd8c759e4cc6e8e2720))
86+
* remove duplicate release trigger causing publish race condition ([b0935d8](https://github.com/workos/cli/commit/b0935d87460628028b71c29584e7b023db894da8))
87+
* remove environment to prevent org secret injection ([4c3e673](https://github.com/workos/cli/commit/4c3e6735d834cb93dc2293d3bc6b39c7a604873d))
88+
* remove environment to prevent org secret injection breaking OIDC ([28f0564](https://github.com/workos/cli/commit/28f05649b1a3df3b926830d4e885dfa6b80def83))
89+
* remove registry-url from setup-node to unblock OIDC auth ([75a94bb](https://github.com/workos/cli/commit/75a94bb575c338fa4714f81103cff775e615cd05))
90+
* remove registry-url to enable OIDC trusted publishing ([efdbd80](https://github.com/workos/cli/commit/efdbd804e2a96f5ff79ca4747e557af57102a56e))
91+
* replace dotenv devDependency with inline env parser in doctor ([#61](https://github.com/workos/cli/issues/61)) ([4c7553f](https://github.com/workos/cli/commit/4c7553fa8a2adff859c3e2bac63e59352a83bc8f))
92+
* restore OIDC auth setup for npm trusted publishing ([d0f8b53](https://github.com/workos/cli/commit/d0f8b537d9a473adb65e3d4d60659457fa25fc32))
93+
* restore workflow_call and remove registry-url for OIDC ([1025e57](https://github.com/workos/cli/commit/1025e57bdd4f647d3a7fb054eae11b3fc18016db))
94+
* run prettier from root to respect .prettierignore ([#7](https://github.com/workos/cli/issues/7)) ([09dc0ce](https://github.com/workos/cli/commit/09dc0cef98d6bc744d01f4d004af07542545ee13))
95+
* stop reading WORKOS_CLIENT_ID for CLI auth ([#113](https://github.com/workos/cli/issues/113)) ([7bdd851](https://github.com/workos/cli/commit/7bdd851ab202173438f330522a2a32b743cf8708))
96+
* strip _authToken from npmrc to force OIDC auth ([8b11ceb](https://github.com/workos/cli/commit/8b11ceb49cc0fce09b98198366e43c694b557df8))
97+
* TanStack Start friction log fixes for middleware and doctor checks ([#77](https://github.com/workos/cli/issues/77)) ([7b857f9](https://github.com/workos/cli/commit/7b857f9c06a79fdbfb50a4b57eec97860876461b))
98+
* trigger npm publish when release-please creates a release ([#31](https://github.com/workos/cli/issues/31)) ([c68f990](https://github.com/workos/cli/commit/c68f99015009d100b27b4905150ec22de4af6776))
99+
* trigger release.yml directly via release event for OIDC match ([b7e737d](https://github.com/workos/cli/commit/b7e737d9fb4df9924951203bc2c6939e673a6ddb))
100+
* unset NODE_AUTH_TOKEN env var to force OIDC auth ([a419fbb](https://github.com/workos/cli/commit/a419fbbe27360679f5f9993fd5226229746eb03b))
101+
* use correct npmrc path from NPM_CONFIG_USERCONFIG ([50322b8](https://github.com/workos/cli/commit/50322b810062cd8f57543384fffffb25c976e08b))
102+
* use npm publish for OIDC trusted publishing support ([40fbbf9](https://github.com/workos/cli/commit/40fbbf995d75a3a34e39dcee714153dd2b84511e))
103+
* use pnpm publish to match working auth setup ([d79cf16](https://github.com/workos/cli/commit/d79cf163cabee593f21c8cf9030c46f7348a4657))
104+
* use prerelease versioning strategy for beta releases ([#104](https://github.com/workos/cli/issues/104)) ([8385201](https://github.com/workos/cli/commit/8385201ef25472be950e8ca1d4570fee0b7b31ea))
105+
* use v0.x.x tag format instead of workos-v0.x.x ([#30](https://github.com/workos/cli/issues/30)) ([67b21ba](https://github.com/workos/cli/commit/67b21ba4bb435335369492413a0af4bbd71db4ac))
106+
107+
108+
### Reverts
109+
110+
* remove empty NODE_AUTH_TOKEN override ([9aca30a](https://github.com/workos/cli/commit/9aca30a83aa1910ad4e19300762f9dca432f5f78))
111+
112+
113+
### Code Refactoring
114+
115+
* rename Wizard to Installer ([#26](https://github.com/workos/cli/issues/26)) ([fcef664](https://github.com/workos/cli/commit/fcef6648da50ed478f4d44885f85d1f75e721c54))
116+
7117
## [0.12.0-beta.1](https://github.com/workos/cli/compare/v0.12.0-beta...v0.12.0-beta.1) (2026-03-26)
8118

9119

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workos",
3-
"version": "0.12.0-beta.1",
3+
"version": "0.13.0",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)