@browser-annotations/pi 1.6.2 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -6
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -1,9 +1,5 @@
1
1
  # @browser-annotations/pi
2
2
 
3
- A pi extension that listens to the Browser Annotations Chrome DevTools extension.
3
+ [Browser Annotations](https://browser-annotations.dev/) is a Chrome DevTools extension to send feedback to your agent.
4
4
 
5
- ## Install
6
-
7
- 1. `pi install npm:@browser-annotations/pi`
8
- 2. Start pi with `pi`
9
- 3. Run `/browser-annotations`
5
+ Select an element, add feedback, and send it to your pi session.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@browser-annotations/pi",
3
- "version": "1.6.2",
4
- "description": "Receive feedback from the Browser Annotations Chrome extension.",
3
+ "version": "1.6.4",
4
+ "description": "Select an element, add feedback, and send it to pi.",
5
5
  "keywords": [
6
6
  "annotations",
7
7
  "browser",
@@ -9,10 +9,14 @@
9
9
  "chrome",
10
10
  "pi-package"
11
11
  ],
12
- "homepage": "https://browser-annotations.dev/",
12
+ "homepage": "https://browser-annotations.dev",
13
13
  "author": {
14
14
  "name": "Wiebe Kaai"
15
15
  },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/wiebekaai/browser-annotations.git"
19
+ },
16
20
  "files": [
17
21
  "src",
18
22
  "README.md",