pi-interactive-shell 0.6.0 → 0.6.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.
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.6.1] - 2026-01-27
8
+
9
+ ### Added
10
+ - **Banner image** - Added fancy banner to README for consistent branding with other pi extensions
11
+
7
12
  ## [0.6.0] - 2026-01-27
8
13
 
9
14
  ### Added
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <p>
2
+ <img src="banner.png" alt="pi-interactive-shell" width="1100">
3
+ </p>
4
+
1
5
  # Pi Interactive Shell
2
6
 
3
7
  An extension for [Pi coding agent](https://github.com/badlogic/pi-mono/) that lets Pi autonomously run interactive CLIs in an observable TUI overlay. Pi controls the subprocess while you watch - take over anytime.
package/banner.png ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-interactive-shell",
3
- "version": "0.6.0",
3
+ "version": "0.6.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": {
@@ -17,6 +17,7 @@
17
17
  "tool-schema.ts",
18
18
  "types.ts",
19
19
  "scripts/",
20
+ "banner.png",
20
21
  "README.md",
21
22
  "SKILL.md",
22
23
  "CHANGELOG.md"