@tintinweb/pi-subagents 0.2.2 → 0.2.3

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
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.3] - 2026-03-05
9
+
10
+ ### Added
11
+ - Screenshot in README
12
+
8
13
  ## [0.2.2] - 2026-03-05
9
14
 
10
15
  ### Changed
@@ -77,6 +82,7 @@ Initial release.
77
82
  - **Thinking level** — per-agent extended thinking control
78
83
  - **`/agent` and `/agents` commands**
79
84
 
85
+ [0.2.3]: https://github.com/tintinweb/pi-subagents/compare/v0.2.2...v0.2.3
80
86
  [0.2.2]: https://github.com/tintinweb/pi-subagents/compare/v0.2.1...v0.2.2
81
87
  [0.2.1]: https://github.com/tintinweb/pi-subagents/compare/v0.2.0...v0.2.1
82
88
  [0.2.0]: https://github.com/tintinweb/pi-subagents/compare/v0.1.0...v0.2.0
package/README.md CHANGED
@@ -4,6 +4,8 @@ A [pi](https://pi.dev) extension that brings **Claude Code-style autonomous sub-
4
4
 
5
5
  > **Status:** Early release.
6
6
 
7
+ <img width="600" alt="pi-subagents screenshot" src="https://github.com/tintinweb/pi-subagents/raw/master/media/screenshot.png" />
8
+
7
9
  ## Features
8
10
 
9
11
  - **Claude Code look & feel** — same tool names, calling conventions, and UI patterns (`Agent`, `get_subagent_result`, `steer_subagent`) — feels native
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tintinweb/pi-subagents",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "A pi extension providing autonomous sub-agents with Claude Code-style UI",
5
5
  "author": "tintinweb",
6
6
  "license": "MIT",