@mystilleef/pi-subagent 0.10.1 → 0.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mystilleef/pi-subagent",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Pi subagent for the SPAE Framework",
5
5
  "author": "Lateef Alabi-Oki <mystilleef@gmail.com>",
6
6
  "license": "MIT",
@@ -65,13 +65,13 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@biomejs/biome": "^2.5.0",
68
- "@earendil-works/pi-agent-core": "^0.79.3",
69
- "@earendil-works/pi-ai": "^0.79.3",
70
- "@earendil-works/pi-coding-agent": "^0.79.3",
71
- "@earendil-works/pi-tui": "^0.79.3",
68
+ "@earendil-works/pi-agent-core": "^0.79.4",
69
+ "@earendil-works/pi-ai": "^0.79.4",
70
+ "@earendil-works/pi-coding-agent": "^0.79.4",
71
+ "@earendil-works/pi-tui": "^0.79.4",
72
72
  "@types/bun": "^1.3.14",
73
73
  "@types/node": "^25.9.3",
74
- "typebox": "^1.2.9",
74
+ "typebox": "^1.2.11",
75
75
  "typescript": "^6.0.3"
76
76
  }
77
77
  }
@@ -739,7 +739,7 @@ function buildPiArgs(
739
739
  resolvedSkills: { args: string[] },
740
740
  tmpPrompt: { filePath: string } | null,
741
741
  ): string[] {
742
- const args: string[] = ["--mode", "json", "-p", "--no-session"];
742
+ const args: string[] = ["--mode", "json", "-p", "--no-session", "--approve"];
743
743
  if (effectiveModel.provider && effectiveModel.id)
744
744
  args.push("--provider", effectiveModel.provider);
745
745
  if (effectiveModel.id) args.push("--model", effectiveModel.id);