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
package/ralph-wiggum/README.md
CHANGED
|
@@ -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
|
|
package/tab-status/CHANGELOG.md
CHANGED
package/tab-status/README.md
CHANGED
|
@@ -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
|

|
|
14
14
|
|