Skip to content

chore(main): release 0.19.0 - #193

Merged
nicknisi merged 1 commit into
mainfrom
release-please--branches--main--components--workos
Jul 24, 2026
Merged

chore(main): release 0.19.0#193
nicknisi merged 1 commit into
mainfrom
release-please--branches--main--components--workos

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beepboop

0.19.0 (2026-07-24)

⚠ BREAKING CHANGES

  • workos auth login and workos install no longer auto-install skills. Skills + MCP are installed only through the consented setup flow (workos setup, or the post-login/install offer on a human TTY). Agent / CI / non-TTY / JSON runs write nothing.

Features

  • add env provision + verify-login commands, fix non-interactive installs (agent/CI), Vite port detection, and misleading command hints (#192) (dd20929)
  • consent-gated agent setup and flat CLI output (#200) (9b0deb8)

Bug Fixes

  • deps: bump @workos/openapi-spec to drop tree-sitter chain (#204) (7b03394), closes#202
  • Extract emulator to @workos/emulate (#171) (d20c0ca)

This PR was generated with Release Please. See documentation.

@greptile-apps

greptile-appsBot commented Jul 14, 2026

Copy link
Copy Markdown

Greptile Summary

This is an automated Release Please PR bumping the WorkOS CLI from 0.18.0 to 0.19.0. All three file changes are mechanical: version strings in package.json and .release-please-manifest.json, and a new CHANGELOG entry.

  • package.json: version field updated from 0.18.00.19.0.
  • .release-please-manifest.json: manifest version updated to match 0.19.0.
  • CHANGELOG.md: new section documenting the breaking change (skills no longer auto-installed), two new features (env provision/verify-login, consent-gated agent setup), and two bug fixes (openapi-spec dep bump, emulator extraction).

Confidence Score: 5/5

Safe to merge — all three changes are purely mechanical version-bump and changelog updates generated by Release Please.

The diff contains only version string updates in package.json and .release-please-manifest.json, plus an auto-generated CHANGELOG entry. No logic, no configuration, no behavior changes are introduced in this PR itself.

No files require special attention.

Important Files Changed

FilenameOverview
package.jsonVersion bumped from 0.18.0 to 0.19.0; no other changes.
.release-please-manifest.jsonManifest version updated to 0.19.0 to match package.json.
CHANGELOG.mdNew 0.19.0 changelog entry added with breaking changes, features, and bug fixes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Please Bot] -->|detects merged PRs| B[Bump version 0.18.0 → 0.19.0]
B --> C[Update package.json]
B --> D[Update .release-please-manifest.json]
B --> E[Append CHANGELOG.md entry]
C & D & E --> F[PR #193 merged]
F --> G[Tag v0.19.0 published]
Loading

Reviews (4): Last reviewed commit: "chore(main): release 0.19.0" | Re-trigger Greptile

@github-actionsgithub-actionsBot changed the title chore(main): release 0.18.1chore(main): release 0.19.0Jul 20, 2026
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--workos branch 2 times, most recently from c6e6342 to d8cd3ddCompareJuly 23, 2026 14:55
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--workos branch from d8cd3dd to 702c91bCompareJuly 24, 2026 15:45
@nicknisi
nicknisi merged commit 88a65d2 into mainJul 24, 2026
5 checks passed
@nicknisi
nicknisi deleted the release-please--branches--main--components--workos branch July 24, 2026 15:51
@github-actions

Copy link
Copy Markdown
ContributorAuthor

🤖 Created releases:

🌻

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Unused @workos/oagen transitive dependency causes installation failures

1 participant

@nicknisi