Skip to content

llm-wiki-chrome 0.1.0

Latest

Choose a tag to compare

@nvk nvk released this 20 Aug 11:44
388382d

llm-wiki-chrome 0.1.0

First public release of LLM Wiki for Chrome: a local, content-free connector for working with Chrome tabs the user explicitly shares.

Install

brew install nvk/tap/llm-wiki-chrome
llm-wiki-chrome install
llm-wiki-chrome doctor
llm-wiki-chrome extension-path

Load the path returned by extension-path from chrome://extensions. See the installation and security guide for the complete setup.

Highlights

  • Click-to-collaborate grants for exact HTTPS tabs, with bounded multi-tab and multi-Chrome routing.
  • Fixed MCP tools for accessibility reads, screenshots, semantic interaction, scrolling, diagnostics, and registered-root file transfer.
  • Versioned typed jobs with strict Python and Manifest V3 validation.
  • One governed mutation boundary, exact-target checks, cancellation, drift detection, and bounded private results.
  • Reliability fixes for delayed Chrome focus, delayed accessibility values, and oversized viewport captures.
  • Provider-driver support while keeping provider semantics, revision checks, journals, idempotency, and final verification in targeted adapters.

Security boundary

The extension controls only tabs explicitly shared by the user. It does not accept arbitrary JavaScript, raw CDP commands, natural-language jobs, <all_urls>, ambient browsing, or persistent host permissions. Browser grants, page data, credentials, private results, and runtime sockets stay local.

This is an execution substrate, not a replacement for provider-specific authorization or verification. This release is not published in the Chrome Web Store.

Verification

  • 92 Python tests plus executor and service-worker JavaScript suites.
  • Deterministic extension packaging and syntax/compile checks.
  • Isolated install, doctor, uninstall, upgrade, and rollback checks.
  • Sensitive-value and tracked-file audit.
  • Stable Homebrew formula validated on Apple Silicon macOS, Intel macOS, and Ubuntu.

Extension artifact

llm-wiki-for-chrome-0.1.0.zip
SHA-256: d529afed578b588e9de4355121485d6f0ea5a2d8ab1b1772050750582d768de0

Changes