pi-interactive-shell 0.10.0 → 0.10.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
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to the `pi-interactive-shell` extension will be documented in this file.
4
4
 
5
+ ## [0.10.1] - 2026-03-13
6
+
7
+ ### Fixed
8
+ - **Skill name mismatch** - SKILL.md declared `name: interactive-shell` but pi expects it to match the parent directory `pi-interactive-shell`. Fixed skill name to match package name.
9
+
5
10
  ## [0.10.0] - 2026-03-13
6
11
 
7
12
  ### Added
package/SKILL.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: interactive-shell
2
+ name: pi-interactive-shell
3
3
  description: Cheat sheet + workflow for launching interactive coding-agent CLIs (Claude Code, Gemini CLI, Codex CLI, Cursor CLI, and pi itself) via the interactive_shell overlay or headless dispatch. Use for TUI agents and long-running processes that need supervision, fire-and-forget delegation, or headless background execution. Regular bash commands should use the bash tool instead.
4
4
  ---
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-interactive-shell",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Run AI coding agents in pi TUI overlays with interactive, hands-free, and dispatch supervision",
5
5
  "type": "module",
6
6
  "bin": {