Skip to content

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 01 Aug 23:21
· 432 commits to main since this release
8bf3b3f

Ghostlight v0.7.3 makes its 25 browser tools easier for agents to choose and keeps service updates independent from Chrome Web Store review.

Ghostlight gives compatible AI agents a visible, local workspace in the Chromium profile you already use. Signed-in sessions stay in the browser, and you can pause, take over, or add policy and audit when the job calls for them.

What's changed

  • All 25 tools now publish clear display titles and conservative behavior hints for read-only, destructive, idempotent, and open-world actions.
  • Focused descriptions distinguish overlapping tools and name the exact tab helpers an agent should call.
  • update_plan is now a truthful service-local informational echo. It changes no permissions and needs no Chrome adapter update.
  • Service and Chrome adapter versions now move independently through an explicit compatibility map, so a service-only release does not restart store review.
  • Conventional root license discovery now sits alongside the detailed open-core boundary in LICENSING.md.

Install

  1. Install Ghostlight and register the MCP clients it finds:

    npx -y ghostlight install
  2. Add Ghostlight in Browser from the Chrome Web Store.

  3. Restart an MCP client if it does not reload tools automatically.

  4. Verify the complete local chain:

    npx -y ghostlight doctor

The full walkthrough and recovery guide are at https://sylin.org/ghostlight/.

Compatibility

Chrome adapter v0.7.1 is the public browser component for this release and covers Ghostlight service versions v0.7.1 through v0.7.3. Windows and Linux are verified end to end against live browsers. macOS builds and passes the full test suite in CI; live-browser verification there is still owed.

Downloads

Platform Architecture Archive
Windows x86_64 ghostlight-v0.7.3-x86_64-pc-windows-msvc.zip
macOS Apple Silicon ghostlight-v0.7.3-aarch64-apple-darwin.tar.gz
macOS Intel ghostlight-v0.7.3-x86_64-apple-darwin.tar.gz
Linux x86_64 ghostlight-v0.7.3-x86_64-unknown-linux-gnu.tar.gz

Ordinary browser installation uses the Chrome Web Store. The attached extension archive is retained for source review and development.

Verify downloads

Every archive has a signed GitHub Artifact Attestation. Verify one with:

gh attestation verify <archive> --repo sylin-org/ghostlight

The attached SHA256SUMS file covers every release asset. The signed attestation is the stronger provenance check.