@oh-my-pi/pi-catalog 18.2.9 → 18.2.10
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/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
export declare const CODEX_BASE_URL = "https://chatgpt.com/backend-api";
|
|
5
5
|
/**
|
|
6
6
|
* Pinned OpenAI Codex client version (corresponds to @openai/codex package version).
|
|
7
|
+
* Updated from npm by `bun run check-spoofed-versions --update`.
|
|
7
8
|
*
|
|
8
9
|
* The backend version-gates model availability against this value on both
|
|
9
|
-
* `/models?client_version=` and `/responses
|
|
10
|
-
*
|
|
10
|
+
* `/models?client_version=` and `/responses`; 0.155.1 exposes GPT-6 Sol and Luna.
|
|
11
|
+
* An older pin silently hides newer SKUs from discovery.
|
|
11
12
|
*/
|
|
12
|
-
export declare const CODEX_CLIENT_VERSION = "0.
|
|
13
|
+
export declare const CODEX_CLIENT_VERSION = "0.155.1";
|
|
13
14
|
export declare const OPENAI_HEADERS: {
|
|
14
15
|
readonly BETA: "OpenAI-Beta";
|
|
15
16
|
/** Codex feature-negotiation header; values identify opt-in wire protocols. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oh-my-pi/pi-catalog",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.10",
|
|
4
4
|
"description": "Model catalog for omp: bundled model database, provider discovery descriptors, model identity, classification, and equivalence",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"gen:proto": "bun scripts/generate-protocols.ts"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@oh-my-pi/omptype": "18.2.
|
|
94
|
-
"@oh-my-pi/pi-utils": "18.2.
|
|
93
|
+
"@oh-my-pi/omptype": "18.2.10",
|
|
94
|
+
"@oh-my-pi/pi-utils": "18.2.10"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@bgotink/kdl": "0.4.0",
|
|
98
|
-
"@oh-my-pi/pi-ai": "18.2.
|
|
98
|
+
"@oh-my-pi/pi-ai": "18.2.10",
|
|
99
99
|
"@types/bun": "^1.3.14"
|
|
100
100
|
},
|
|
101
101
|
"engines": {
|