From 3e4331d3c605826cfc9c9e34e86d05b66358fd0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:47:01 +0000 Subject: [PATCH] chore(main): release 0.18.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b05f59a8..5e39b941 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.1" + ".": "0.18.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8132bae1..41d36e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.18.0](https://github.com/workos/cli/compare/v0.17.1...v0.18.0) (2026-07-06) + + +### ⚠ BREAKING CHANGES + +* 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](https://github.com/workos/cli/issues/184)) ([f040f72](https://github.com/workos/cli/commit/f040f726f5b9ae2077b391596014939482f7dae1)) +* consolidate and rename CLI environment variables ([#180](https://github.com/workos/cli/issues/180)) ([2e0e3ca](https://github.com/workos/cli/commit/2e0e3ca70a7842b4744f6618679e192a62d6f801)) + + +### Bug Fixes + +* **deps:** update minor and patch updates ([#178](https://github.com/workos/cli/issues/178)) ([496b473](https://github.com/workos/cli/commit/496b473d5bc24e12bc55efe8d9269e122d4b658b)) + ## [0.17.1](https://github.com/workos/cli/compare/v0.17.0...v0.17.1) (2026-06-08) diff --git a/package.json b/package.json index 97eb8ed7..b0dda2df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.17.1", + "version": "0.18.0", "type": "module", "description": "The Official Workos CLI", "repository": {