@xl0/pi-lovely-web 0.1.3 → 0.1.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 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -42,14 +42,14 @@ The plain-text tool output looks likes this:
42
42
  - `web_fetch` - The single web page in markdown format
43
43
  - `web_image` - The single image, returned as media content. Respects the Pi image resizing settings:
44
44
 
45
- ![web_image](assets/web_image.png)
45
+ ![web_image](https://raw.githubusercontent.com/xl0/pi-lovely-web/master/assets/web_image.png)
46
46
 
47
47
 
48
48
  ## Configuration
49
49
 
50
50
  Run `/lovely-web` in Pi to configure providers interactively:
51
51
 
52
- ![alt text](assets/settings.png)
52
+ ![settings](https://raw.githubusercontent.com/xl0/pi-lovely-web/master/assets/settings.png)
53
53
 
54
54
  The settings are stored in `~/.pi/agent/xl0-pi-lovely-web.json` (global) or `.pi/xl0-pi-lovely-web.json` (project):
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xl0/pi-lovely-web",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "keywords": [
5
5
  "pi-package",
6
6
  "firecrawl",
@@ -49,6 +49,7 @@
49
49
  "pi": {
50
50
  "extensions": [
51
51
  "./extensions"
52
- ]
52
+ ],
53
+ "image": "https://raw.githubusercontent.com/xl0/pi-lovely-web/master/assets/web_image.png"
53
54
  }
54
55
  }