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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -45,7 +45,7 @@ You should see a session URL like `https://glance.sh/s/<id>`.

```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).
Expand All @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion pi/glance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion pi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down