@oh-my-pi/pi-coding-agent 10.6.1 → 10.6.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": "@oh-my-pi/pi-coding-agent",
|
|
3
|
-
"version": "10.6.
|
|
3
|
+
"version": "10.6.2",
|
|
4
4
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"ompConfig": {
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@mozilla/readability": "0.6.0",
|
|
83
|
-
"@oh-my-pi/omp-stats": "10.6.
|
|
84
|
-
"@oh-my-pi/pi-agent-core": "10.6.
|
|
85
|
-
"@oh-my-pi/pi-ai": "10.6.
|
|
86
|
-
"@oh-my-pi/pi-natives": "10.6.
|
|
87
|
-
"@oh-my-pi/pi-tui": "10.6.
|
|
88
|
-
"@oh-my-pi/pi-utils": "10.6.
|
|
83
|
+
"@oh-my-pi/omp-stats": "10.6.2",
|
|
84
|
+
"@oh-my-pi/pi-agent-core": "10.6.2",
|
|
85
|
+
"@oh-my-pi/pi-ai": "10.6.2",
|
|
86
|
+
"@oh-my-pi/pi-natives": "10.6.2",
|
|
87
|
+
"@oh-my-pi/pi-tui": "10.6.2",
|
|
88
|
+
"@oh-my-pi/pi-utils": "10.6.2",
|
|
89
89
|
"@openai/agents": "^0.4.5",
|
|
90
90
|
"@sinclair/typebox": "^0.34.48",
|
|
91
91
|
"ajv": "^8.17.1",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: explore
|
|
3
3
|
description: Fast read-only codebase scout returning compressed context for handoff
|
|
4
4
|
tools: read, grep, find, ls, bash
|
|
5
|
-
model: pi/smol, haiku, flash, mini
|
|
5
|
+
model: pi/smol, haiku-4.5, haiku-4-5, gemini-flash-latest, gemini-3-flash, zai-glm-4.7, glm-4.7-flash, glm-4.5-flash, gpt-5.1-codex-mini, haiku, flash, mini
|
|
6
6
|
output:
|
|
7
7
|
properties:
|
|
8
8
|
query:
|
|
@@ -108,4 +108,4 @@ Infer from task; default medium:
|
|
|
108
108
|
|
|
109
109
|
<critical>
|
|
110
110
|
Call `submit_result` with findings when done.
|
|
111
|
-
</critical>
|
|
111
|
+
</critical>
|