pi-interactive-shell 0.7.0 → 0.7.1

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/CHANGELOG.md +5 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to the `pi-interactive-shell` extension will be documented i
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.7.1] - 2026-02-03
8
+
9
+ ### Changed
10
+ - Added demo video and `pi.video` field to package.json for pi package browser.
11
+
7
12
  ## [0.7.0] - 2026-02-03
8
13
 
9
14
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-interactive-shell",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Run AI coding agents as foreground subagents in pi TUI overlays with hands-free monitoring",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,7 +26,8 @@
26
26
  "pi": {
27
27
  "extensions": [
28
28
  "./index.ts"
29
- ]
29
+ ],
30
+ "video": "https://github.com/nicobailon/pi-interactive-shell/raw/refs/heads/main/pi-interactive-shell-extension.mp4"
30
31
  },
31
32
  "dependencies": {
32
33
  "node-pty": "^1.1.0",