@felan-ai/ext-codex 0.2.1 → 0.2.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/NOTICE +2 -2
- package/package.json +3 -3
package/NOTICE
CHANGED
|
@@ -18,10 +18,10 @@ Adapted portions include structured tool schemas and output conventions,
|
|
|
18
18
|
patch parsing and matching, model activation policy, structured skill-prompt
|
|
19
19
|
preservation, OpenAI request options, cached WebSocket transport selection,
|
|
20
20
|
and local TUI tool labels. Felan implements process and file operations against
|
|
21
|
-
AgentRuntime and uses Pi 0.84.
|
|
21
|
+
AgentRuntime and uses Pi 0.84.4's native OpenAI Codex transport for connection
|
|
22
22
|
reuse and cached continuation.
|
|
23
23
|
|
|
24
|
-
This package uses @earendil-works/pi-tui 0.84.
|
|
24
|
+
This package uses @earendil-works/pi-tui 0.84.4 from
|
|
25
25
|
https://github.com/earendil-works/pi, licensed under the MIT License.
|
|
26
26
|
Copyright (c) 2025 Mario Zechner.
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@felan-ai/ext-codex",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
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.84.
|
|
28
|
+
"@earendil-works/pi-tui": "0.84.4",
|
|
29
29
|
"typebox": "1.1.38"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@felan-ai/agent-core": "^0.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@felan-ai/agent-core": "0.5.
|
|
35
|
+
"@felan-ai/agent-core": "0.5.6"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public",
|