pi-extensions 0.1.15 → 0.1.16

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-extensions",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "pi-package"
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.3 - 2026-01-26
4
+ - Added note clarifying this is a flat version without subagents.
5
+
3
6
  ## 0.1.1 - 2026-01-25
4
7
  - Clarified that agents must write the task file themselves (tool does not auto-create it).
5
8
 
@@ -8,6 +8,7 @@ This one is cool because:
8
8
 
9
9
  <img width="432" height="357" alt="Screenshot 2026-01-07 at 17 16 24" src="https://github.com/user-attachments/assets/68cdab11-76c6-4aed-9ea1-558cbb267ea6" />
10
10
 
11
+ **Note: This is a flat version without subagents, similar to the [Anthropic plugins implementation](https://github.com/anthropics/claude-code-plugins/tree/main/ralph-loop).**
11
12
 
12
13
  ## Install
13
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmustier/pi-ralph-wiggum",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Long-running agent loops for iterative development in Pi.",
5
5
  "license": "MIT",
6
6
  "author": "Thomas Mustier",
@@ -1,4 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.2 - 2026-01-26
4
+ - Added note clarifying one active session per tab is tracked.
5
+
3
6
  ## 0.1.0 - 2026-01-13
4
7
  - Initial release.
@@ -8,7 +8,7 @@ Adds little modifiable indicators to tab titles:
8
8
  - 🛑 means the agent is blocked (no messages or tool calls for 180s while running) or stopped due to an error
9
9
  - `running...` means agent turn in progress - you can check back later
10
10
 
11
- The more tabs you have open, the better it is.
11
+ The more tabs you have open, the better it is. **Currently tracks one active session per tab.**
12
12
 
13
13
  ![tab-status](assets/tab-status.png)
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmustier/pi-tab-status",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Terminal tab status indicators for Pi sessions.",
5
5
  "license": "MIT",
6
6
  "author": "Thomas Mustier",