Skip to content

[Bug]: opencli-extension-v1.0.12.zip works well with 1.7.19, but opencli-extension-v1.0.15.zip do not work with 1.7.21 #1582

@zhudy

Description

@zhudy

Description

opencli-extension-v1.0.12.zip show: Connected to daemon, while opencli-extension-v1.0.15.zip show: Checking... there is warning: Service worker registration failed. Status code: 2
{
"manifest_version": 3,
"name": "OpenCLI",
"version": "1.0.15",
"description": "Browser automation bridge for the OpenCLI CLI tool. Executes commands in Chrome tab leases via a local daemon.",
"permissions": [
"debugger",
"tabs",
"cookies",
"activeTab",
"alarms",
"storage",
"tabGroups",
"downloads"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "dist/background.js",
"type": "module"
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",

Steps to Reproduce

  1. Run opencli ...
  2. ...
  3. See error

Expected Behavior

please fix bug

OpenCLI Version

1.7.19

Node.js Version

22.x

Operating System

Linux

Logs / Screenshots

opencli doctor
opencli v1.7.19 doctor (node v24.14.1)

[OK] Daemon: running on port 19825 (v1.7.19)
[OK] Extension: connected (v1.0.12)

Profiles:
  • 4uqfv54e: connected v1.0.12
[OK] Connectivity: connected in 0.2s

Everything looks good!

  Update available: v1.7.19 → v1.7.21
  Run: npm install -g @jackwener/opencli
-------
opencli doctor
⏳ Waiting for Chrome/Chromium extension to connect...
   Make sure Chrome or Chromium is open and the OpenCLI extension is enabled.
opencli v1.7.21 doctor (node v22.22.2)

[OK] Daemon: running on port 19825 (v1.7.21)
[MISSING] Extension: not connected
[FAIL] Connectivity: failed (Browser Bridge extension not connected)

Issues:
  • Daemon is running but the Chrome/Chromium extension is not connected.
If the extension is already installed, try: opencli daemon restart
If the extension is not installed:
  1. Download from https://github.com/jackwener/opencli/releases
  2. Open chrome://extensions/ → Enable Developer Mode
  3. Click "Load unpacked"select the extension folder
  • Browser connectivity test failed: Browser Bridge extension not connected

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions