Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/calm-spiders-connect.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @opencode-ai/browser-control

## 0.3.1

### Patch Changes

- abfcabb: Prepare an unlisted Chrome Web Store extension with protocol-based relay
compatibility, deterministic packaging, and more reliable cold-start target
creation. Session reset and delete now recover relay-owned targets whose
debugger attachment was permanently lost during an extension update.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencode-ai/browser-control",
"version": "0.3.0",
"version": "0.3.1",
"description": "Local browser driver for trusted agents: control your existing Chromium-family browser through a small extension and a local relay.",
"license": "MIT",
"packageManager": "pnpm@11.13.0",
Expand Down