pi-subagents 0.12.1 → 0.12.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.12.2] - 2026-04-04
6
+
7
+ ### Changed
8
+ - Bumped pi package devDependencies to `^0.65.0` (`@mariozechner/pi-agent-core`, `@mariozechner/pi-ai`, `@mariozechner/pi-coding-agent`) to stay aligned with current pi SDK/runtime.
9
+
5
10
  ## [0.12.1] - 2026-04-03
6
11
 
7
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-subagents",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "Pi extension for delegating tasks to subagents with chains, parallel execution, and TUI clarification",
5
5
  "author": "Nico Bailon",
6
6
  "license": "MIT",
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@marcfargas/pi-test-harness": "^0.5.0",
51
- "@mariozechner/pi-agent-core": "^0.62.0",
52
- "@mariozechner/pi-ai": "^0.62.0",
53
- "@mariozechner/pi-coding-agent": "^0.62.0"
51
+ "@mariozechner/pi-agent-core": "^0.65.0",
52
+ "@mariozechner/pi-ai": "^0.65.0",
53
+ "@mariozechner/pi-coding-agent": "^0.65.0"
54
54
  }
55
55
  }