@felan-ai/ext-codex 0.1.1 → 0.1.3

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.
Files changed (2) hide show
  1. package/NOTICE +5 -4
  2. package/package.json +3 -3
package/NOTICE CHANGED
@@ -1,8 +1,9 @@
1
1
  @felan-ai/ext-codex
2
2
 
3
3
  Includes selected code and behavior adapted from
4
- @howaboua/pi-codex-conversion 3.0.8,
5
- https://github.com/IgorWarzocha/howaboua-pi-stuff/tree/main/packages/pi-codex-conversion.
4
+ @howaboua/pi-codex-conversion 3.0.8 at npm gitHead
5
+ 62d1501ac0c6acb39c4b4d225a9e9056a7ba3b91,
6
+ https://github.com/IgorWarzocha/howaboua-pi-stuff/tree/62d1501ac0c6acb39c4b4d225a9e9056a7ba3b91/packages/pi-codex-conversion.
6
7
 
7
8
  Copyright (c) 2026 Umberto B.
8
9
  Licensed under the MIT License included in this package.
@@ -11,10 +12,10 @@ Adapted portions include structured tool schemas and output conventions,
11
12
  patch parsing and matching, model activation policy, OpenAI request options,
12
13
  cached WebSocket transport selection, and local TUI tool labels. Felan
13
14
  implements process and file operations against AgentRuntime and uses Pi
14
- 0.84.0's native OpenAI Codex transport for connection reuse and cached
15
+ 0.84.1's native OpenAI Codex transport for connection reuse and cached
15
16
  continuation.
16
17
 
17
- This package uses @earendil-works/pi-tui 0.84.0 from
18
+ This package uses @earendil-works/pi-tui 0.84.1 from
18
19
  https://github.com/earendil-works/pi, licensed under the MIT License.
19
20
  Copyright (c) 2025 Mario Zechner.
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/ext-codex",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
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.0",
28
+ "@earendil-works/pi-tui": "0.84.1",
29
29
  "typebox": "1.1.38"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@felan-ai/agent-core": "^0.4.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@felan-ai/agent-core": "0.4.1"
35
+ "@felan-ai/agent-core": "0.4.6"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",