@oai404iao/pi-codex-minimal-tools 2.1.0 → 3.0.0
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/README.md +2 -2
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Codex-specific Responses support for Pi, driven by an exact per-model JSON
|
|
4
4
|
catalog instead of model-name heuristics.
|
|
5
5
|
|
|
6
|
-
Peer floor: Pi 0.
|
|
6
|
+
Peer floor: Pi 0.86.1; tested against 0.86.1.
|
|
7
7
|
|
|
8
8
|
> npm identity stays `@oai404iao/pi-codex-minimal-tools`. This checkout composes
|
|
9
9
|
> core, web-search and imagegen through a shared runtime. The four new packages
|
|
@@ -323,7 +323,7 @@ The pre-Astra entries include equivalent `openai/...` and
|
|
|
323
323
|
ChatGPT subscription route. A public-API or proxy Astra deployment requires an
|
|
324
324
|
explicit user profile for that endpoint.
|
|
325
325
|
|
|
326
|
-
Pi 0.
|
|
326
|
+
Pi 0.86.1 provides the Astra model descriptor; it is now the package peer
|
|
327
327
|
floor. The extension composes its stream shim over that provider and does not
|
|
328
328
|
replace authentication, streams, or the model catalog.
|
|
329
329
|
The descriptor keeps the production default at 272,000 context tokens and
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oai404iao/pi-codex-minimal-tools",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Model-profiled Codex Responses tools for Pi: WebSocket, Lite, web search, images, compaction, and apply_patch",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@earendil-works/pi-ai": ">=0.
|
|
41
|
-
"@earendil-works/pi-coding-agent": ">=0.
|
|
42
|
-
"@earendil-works/pi-tui": ">=0.
|
|
40
|
+
"@earendil-works/pi-ai": ">=0.86.1",
|
|
41
|
+
"@earendil-works/pi-coding-agent": ">=0.86.1",
|
|
42
|
+
"@earendil-works/pi-tui": ">=0.86.1",
|
|
43
43
|
"typebox": "*"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@oai404iao/pi-codex-runtime": "0.
|
|
47
|
-
"@oai404iao/pi-codex-core": "0.
|
|
48
|
-
"@oai404iao/pi-codex-web-search": "0.
|
|
49
|
-
"@oai404iao/pi-codex-imagegen": "0.
|
|
46
|
+
"@oai404iao/pi-codex-runtime": "0.3.0",
|
|
47
|
+
"@oai404iao/pi-codex-core": "0.3.0",
|
|
48
|
+
"@oai404iao/pi-codex-web-search": "0.2.0",
|
|
49
|
+
"@oai404iao/pi-codex-imagegen": "0.2.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@earendil-works/pi-ai": "0.
|
|
53
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
54
|
-
"@earendil-works/pi-tui": "0.
|
|
52
|
+
"@earendil-works/pi-ai": "0.86.1",
|
|
53
|
+
"@earendil-works/pi-coding-agent": "0.86.1",
|
|
54
|
+
"@earendil-works/pi-tui": "0.86.1",
|
|
55
55
|
"@types/node": "^26.2.0",
|
|
56
56
|
"tsx": "^4.20.6",
|
|
57
57
|
"typebox": "^1.1.24",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"optional": true
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "b02484cecad9081886797bf9b4438135aaae1e07"
|
|
92
92
|
}
|