@panerelay/agent-browser
Advanced tools
+5
-4
| { | ||
| "name": "@panerelay/agent-browser", | ||
| "version": "0.8.0", | ||
| "version": "0.9.0", | ||
| "description": "Use agent-browser with current-tab or all-supported-tabs authorization in your existing browser through Panerelay.", | ||
@@ -35,4 +35,4 @@ "type": "module", | ||
| "dependencies": { | ||
| "@panerelay/browser-registry": "0.8.0", | ||
| "@panerelay/protocol": "0.8.0" | ||
| "@panerelay/browser-registry": "0.9.0", | ||
| "@panerelay/protocol": "0.9.0" | ||
| }, | ||
@@ -42,4 +42,5 @@ "scripts": { | ||
| "typecheck": "tsc -p tsconfig.json --noEmit", | ||
| "test": "pnpm run build && node ../../../scripts/run-compiled-tests.mjs dist" | ||
| "test": "pnpm run build && pnpm run test:compiled", | ||
| "test:compiled": "node ../../../scripts/run-compiled-tests.mjs dist" | ||
| } | ||
| } |
+2
-2
@@ -20,3 +20,3 @@ # `@panerelay/agent-browser` | ||
| ```bash | ||
| npx skills add F-loat/panerelay --skill panerelay-browser | ||
| npx skills add F-loat/panerelay --skill panerelay | ||
| ``` | ||
@@ -45,3 +45,3 @@ | ||
| `@panerelay/setup --agent-browser` installs the Panerelay Provider and registers the exact compatible integration. The independently managed `panerelay-browser` Skill tells Agents how to use it; this package remains a setup-managed runtime and is not intended to be invoked directly by Agents. | ||
| `@panerelay/setup --agent-browser` installs the Panerelay Provider and registers the exact compatible integration. The independently managed `panerelay` Skill tells Agents how to use it; this package remains a setup-managed runtime and is not intended to be invoked directly by Agents. | ||
@@ -48,0 +48,0 @@ ## Daily use and defaults |
13842
0.22%+ Added
+ Added
- Removed
- Removed
Updated