@felan-ai/ext-codex 0.5.0 → 0.6.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/NOTICE +2 -2
- package/README.md +1 -1
- package/package.json +4 -4
package/NOTICE
CHANGED
|
@@ -21,10 +21,10 @@ Licensed under the MIT License included in this package.
|
|
|
21
21
|
Adapted portions include structured tool schemas and output conventions, patch parsing and matching,
|
|
22
22
|
model activation policy, OpenAI request options, cached WebSocket transport
|
|
23
23
|
selection, and local TUI tool labels. Felan applies patches through AgentRuntime
|
|
24
|
-
and uses Pi 0.
|
|
24
|
+
and uses Pi 0.86.1's native OpenAI Codex transport for connection reuse and
|
|
25
25
|
cached continuation.
|
|
26
26
|
|
|
27
|
-
This package uses @earendil-works/pi-tui 0.
|
|
27
|
+
This package uses @earendil-works/pi-tui 0.86.1 from
|
|
28
28
|
https://github.com/earendil-works/pi, licensed under the MIT License.
|
|
29
29
|
Copyright (c) 2025 Mario Zechner.
|
|
30
30
|
|
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ function-tool `strict` value to `false` so optional arguments remain optional.
|
|
|
22
22
|
Explicit `true` or `false` values, absent values, and non-function tools are
|
|
23
23
|
left unchanged.
|
|
24
24
|
|
|
25
|
-
Pi 0.
|
|
25
|
+
Pi 0.86.1 includes GPT-6 Astra in its built-in OpenAI and OpenAI Codex catalogs.
|
|
26
26
|
The existing GPT policy enables this extension's structured tools and native
|
|
27
27
|
Responses controls without a custom `models.json` entry.
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@felan-ai/ext-codex",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Codex-compatible structured tools and OpenAI request controls for Felan",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@earendil-works/pi-tui": "0.
|
|
28
|
+
"@earendil-works/pi-tui": "0.86.1",
|
|
29
29
|
"typebox": "1.1.38"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@felan-ai/agent-core": "^0.
|
|
32
|
+
"@felan-ai/agent-core": "^0.8.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@felan-ai/agent-core": "0.
|
|
35
|
+
"@felan-ai/agent-core": "0.8.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public",
|