From 8fd8b8b92f13be5b0f5c501b9b6efa2fa906a4f1 Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Sat, 7 Mar 2026 21:40:32 -0500 Subject: [PATCH] Use @modemdev npm scope for pi package --- README.md | 2 +- pi/README.md | 6 +++--- pi/glance.ts | 2 +- pi/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 459fc2f..0e48fed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Paste a screenshot in your browser, your agent gets the URL instantly. | Agent | Directory | npm package | Install | |---|---|---|---| -| [pi](https://github.com/mariozechner/pi) | [`pi/`](pi/) | `@modem-dev/glance-pi` | `pi install npm:@modem-dev/glance-pi` | +| [pi](https://github.com/mariozechner/pi) | [`pi/`](pi/) | `@modemdev/glance-pi` | `pi install npm:@modemdev/glance-pi` | | [OpenCode](https://github.com/anomalyco/opencode) | [`opencode/`](opencode/) | — | See [`opencode/README.md`](opencode/README.md) | ## How it works diff --git a/pi/README.md b/pi/README.md index da2d78d..881a7a3 100644 --- a/pi/README.md +++ b/pi/README.md @@ -16,7 +16,7 @@ Maintains a **persistent background session** on glance.sh. Paste an image anyti Recommended (npm package): ```bash -pi install npm:@modem-dev/glance-pi +pi install npm:@modemdev/glance-pi ``` If you are working from a local checkout instead: @@ -45,7 +45,7 @@ You should see a session URL like `https://glance.sh/s/`. ```bash pi update -pi remove npm:@modem-dev/glance-pi +pi remove npm:@modemdev/glance-pi ``` For a local path install, remove that path from your pi settings (or run `pi remove` with the same path you installed). @@ -54,7 +54,7 @@ For a local path install, remove that path from your pi settings (or run `pi rem Releases are automated via GitHub Actions. -Prerequisite: configure `NPM_TOKEN` in the `glance-agent-plugins` repository with publish access to `@modem-dev/glance-pi`. +Prerequisite: configure `NPM_TOKEN` in the `glance-agent-plugins` repository with publish access to `@modemdev/glance-pi`. 1. Bump `version` in `pi/package.json`. 2. Commit and push to `main`. diff --git a/pi/glance.ts b/pi/glance.ts index 004db9b..e1df83f 100644 --- a/pi/glance.ts +++ b/pi/glance.ts @@ -11,7 +11,7 @@ * it surfaces the existing session URL and waits for a paste. * * Install: - * - Recommended: `pi install npm:@modem-dev/glance-pi` + * - Recommended: `pi install npm:@modemdev/glance-pi` * - Local checkout: `pi install /path/to/glance-agent-plugins/pi` * - Manual fallback: symlink/copy into ~/.pi/agent/extensions/glance.ts */ diff --git a/pi/package.json b/pi/package.json index 0bed5e7..369e867 100644 --- a/pi/package.json +++ b/pi/package.json @@ -1,5 +1,5 @@ { - "name": "@modem-dev/glance-pi", + "name": "@modemdev/glance-pi", "version": "0.1.0", "description": "glance.sh extension package for pi", "license": "MIT",