@felan-ai/ext-codex 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/NOTICE +3 -2
  2. package/package.json +2 -2
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.
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.2",
4
4
  "description": "Codex-compatible structured tools and OpenAI request controls for Felan",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
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.5"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",