Skip to content

Commit 50b2499

Browse files
chore(release): bump opencode-oauth2 + bundle + workspace to 0.4.0
Minor release for the PKCE-on-device-code feature, the configurable `pkce` opt-out, and the refresh-backed bearer propagation fix landed in #24. - @vymalo/opencode-oauth2: 0.3.0 → 0.4.0 - @vymalo/opencode-oauth2-bundle (private): 0.3.0 → 0.4.0 - workspace root (private): 0.3.0 → 0.4.0 @vymalo/opencode-models-info stays at 0.1.0 — unchanged in #24. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4ccf607 commit 50b2499

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-oauth2-workspace",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "Workspace for @vymalo/opencode-oauth2 — OAuth2/OIDC-secured OpenAI-compatible providers for OpenCode.",
66
"packageManager": "pnpm@11.3.0",

packages/opencode-oauth2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vymalo/opencode-oauth2",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "OpenCode plugin for OAuth2/OIDC-secured, OpenAI-compatible model providers with periodic model sync.",
55
"license": "MIT",
66
"author": "vymalo contributors",

packages/plugin-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vymalo/opencode-oauth2-bundle",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)