@velum-labs/routekit-tool-codex 0.9.0 → 0.9.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.
- package/dist/test/launch.test.js +1 -0
- package/package.json +5 -5
package/dist/test/launch.test.js
CHANGED
|
@@ -53,6 +53,7 @@ test("Codex launcher serializes namespaced models without interpreting provider
|
|
|
53
53
|
// Codex rejects the whole catalog file when any entry omits this field, so
|
|
54
54
|
// undiscovered models must serialize an explicit empty list.
|
|
55
55
|
assert.deepEqual(entries[2]?.supported_reasoning_levels, []);
|
|
56
|
+
assert.equal(entries[2]?.default_reasoning_level, undefined);
|
|
56
57
|
assert.ok(entries
|
|
57
58
|
.slice(0, 3)
|
|
58
59
|
.every((entry) => Array.isArray(entry.supported_reasoning_levels)), "every gateway-routed entry carries supported_reasoning_levels");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velum-labs/routekit-tool-codex",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.3",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/velum-labs/handoffkit.git",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@openai/codex-sdk": "0.145.0",
|
|
30
30
|
"smol-toml": "1.7.0",
|
|
31
31
|
"zod": "4.4.3",
|
|
32
|
-
"@velum-labs/routekit-
|
|
33
|
-
"@velum-labs/routekit-
|
|
34
|
-
"@velum-labs/routekit-
|
|
35
|
-
"@velum-labs/routekit-tools": "0.9.
|
|
32
|
+
"@velum-labs/routekit-registry": "0.9.3",
|
|
33
|
+
"@velum-labs/routekit-harness-core": "0.9.3",
|
|
34
|
+
"@velum-labs/routekit-runtime": "0.9.3",
|
|
35
|
+
"@velum-labs/routekit-tools": "0.9.3"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"llm",
|