pi-vscode-sr 1.1.5 → 1.1.8

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Secure code review bridge between **Pi coding agent** and **VS Code**. Every file mutation proposed by Pi opens a diff editor — you preview, edit, and approve or reject before anything touches disk.
4
4
 
5
- <img width="800" alt="Pi Defender" src="https://raw.githubusercontent.com/Serhioromano/pi-vscode/refs/heads/master/images/pi-vscode.png">
5
+ <img width="800" alt="Pi Defender" src="https://raw.githubusercontent.com/Serhioromano/pi-vscode/refs/heads/main/images/pi-vscode.png">
6
6
 
7
7
 
8
8
  ## ✨ How it works
@@ -41,4 +41,4 @@ Install from marketplace:
41
41
 
42
42
  **`serhioromano.vscode-pi-sr`** — Pi Agent Companion
43
43
 
44
- Or search `Pi Companion` in the VS Code Extensions panel.
44
+ Or search `Pi Agent Companion` in the VS Code Extensions panel.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-vscode-sr",
3
- "version": "1.1.5",
3
+ "version": "1.1.8",
4
4
  "description": "Code diff assistant for VS Code.",
5
5
  "license": "MIT",
6
6
  "author": "Serhioromano",
@@ -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.3",
5
+ "version": "1.1.5",
6
6
  "publisher": "Serhioromano",
7
7
  "icon": "icon.jpg",
8
8
  "license": "MIT",