Skip to content

Commit 79bed62

Browse files
chore(release): 0.8.1 (#60)
Bump all nine workspace packages to 0.8.1 (one version line) and date the CHANGELOG [Unreleased] section as [0.8.1] — 2026-06-17. No code changes; workspace:* deps mean no lockfile change. This release line covers: the experimental code-index plugin, the `trace` log tier (#56), and the oauth2/browser concurrency + token fixes (#54, #55, #57). Changelog intro count updated eight → nine for the new package. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a5047eb commit 79bed62

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to the **OpenCode Toolbelt** — the `@vymalo/*` plugin suit
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
All eight workspace packages move on **one version line** and are released together, so a single entry covers the whole suite. Each line is tagged with the package it touches (`oauth2`, `models-info`, `ratelimit`, `browser`, `browser-mcp`, `browser-extension`). PR references link to the change.
7+
All nine workspace packages move on **one version line** and are released together, so a single entry covers the whole suite. Each line is tagged with the package it touches (`oauth2`, `models-info`, `ratelimit`, `browser`, `browser-mcp`, `browser-extension`, `code-index`). PR references link to the change.
88

9-
## [Unreleased]
9+
## [0.8.1] — 2026-06-17
1010

1111
### Added
1212

apps/browser-extension/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-browser-extension",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"description": "Companion Chromium/Firefox extension for @vymalo/opencode-browser — connects to the plugin's localhost bridge and drives real browser tabs (open, click, type, scroll, screenshot) on behalf of an OpenCode agent, organized into named tab groups.",
66
"type": "module",

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.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"description": "OpenCode Toolbelt — the @vymalo plugin suite for OpenCode: OAuth2/OIDC auth, model-metadata enrichment, rate-limit awareness, and browser automation.",
66
"packageManager": "pnpm@11.3.0",

packages/opencode-browser-mcp/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-browser-mcp",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "MCP server for @vymalo/opencode-browser — exposes the browser_* tools (open, click, type, scroll, screenshot, snapshot, …) over the Model Context Protocol so any MCP client (Claude Code, Cursor, Cline, …) can drive the companion browser extension. Hosts the same localhost bridge; screenshots are returned inline as image content.",
55
"license": "MIT",
66
"author": "vymalo contributors",

packages/opencode-browser/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-browser",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "OpenCode plugin that gives the model hands in a real browser: it registers browser_* tools (open, click, type, scroll, screenshot, snapshot, …) and hosts a localhost WebSocket bridge that a companion Chromium/Firefox extension connects to. Tabs are organized into named groups so each task stays isolated and inspectable.",
55
"license": "MIT",
66
"author": "vymalo contributors",

packages/opencode-code-index/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-code-index",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"description": "Personal OpenCode plugin that indexes a repository into an embedded DuckDB store and exposes code_* tools (symbol, callers, callees, references, blast_radius) backed by a tree-sitter symbol graph. Content-addressed by git blob and scoped per branch, so branch/worktree switches re-index only the delta.",
66
"license": "MIT",

packages/opencode-models-info/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-models-info",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "OpenCode plugin that enriches model entries with full metadata (context length, pricing, modalities, capability flags) fetched from a provider-supplied OpenRouter-shaped endpoint.",
55
"license": "MIT",
66
"author": "vymalo contributors",

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.8.0",
3+
"version": "0.8.1",
44
"description": "OpenCode plugin for OAuth2/OIDC-secured, OpenAI-compatible model providers with periodic model sync.",
55
"license": "MIT",
66
"author": "vymalo contributors",

packages/opencode-ratelimit/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-ratelimit",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "OpenCode plugin that makes OpenAI-compatible providers rate-limit aware: it reads Envoy Gateway / IETF draft-03 rate-limit response headers (x-ratelimit-limit/remaining/reset), proactively throttles requests when the quota is exhausted, and backs off and retries on HTTP 429.",
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.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)