pi-vscode-sr 1.1.9 → 1.1.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-vscode-sr",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Code diff assistant for VS Code.",
5
5
  "license": "MIT",
6
6
  "author": "Serhioromano",
@@ -25,7 +25,7 @@
25
25
  "extensions": [
26
26
  "./src/index.ts"
27
27
  ],
28
- "image": "https://raw.githubusercontent.com/Serhioromano/pi-vscode/refs/heads/master/images/pi-vscode.png"
28
+ "image": "https://raw.githubusercontent.com/Serhioromano/pi-vscode/refs/heads/main/images/pi-vscode.png"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@earendil-works/pi-coding-agent": "^0.74.0",
@@ -2,7 +2,7 @@
2
2
  "name": "vscode-pi-sr",
3
3
  "displayName": "Pi Agent Companion",
4
4
  "description": "Review and approve file changes proposed by Pi agent",
5
- "version": "1.1.8",
5
+ "version": "1.1.9",
6
6
  "publisher": "Serhioromano",
7
7
  "icon": "icon.jpg",
8
8
  "license": "MIT",