@felan-ai/ext-codex 0.1.3 → 0.1.4

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 +2 -2
  2. package/package.json +3 -3
package/NOTICE CHANGED
@@ -12,10 +12,10 @@ Adapted portions include structured tool schemas and output conventions,
12
12
  patch parsing and matching, model activation policy, OpenAI request options,
13
13
  cached WebSocket transport selection, and local TUI tool labels. Felan
14
14
  implements process and file operations against AgentRuntime and uses Pi
15
- 0.84.1's native OpenAI Codex transport for connection reuse and cached
15
+ 0.84.2's native OpenAI Codex transport for connection reuse and cached
16
16
  continuation.
17
17
 
18
- This package uses @earendil-works/pi-tui 0.84.1 from
18
+ This package uses @earendil-works/pi-tui 0.84.2 from
19
19
  https://github.com/earendil-works/pi, licensed under the MIT License.
20
20
  Copyright (c) 2025 Mario Zechner.
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/ext-codex",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
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.1",
28
+ "@earendil-works/pi-tui": "0.84.2",
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.6"
35
+ "@felan-ai/agent-core": "0.4.7"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",