@jiangshengdev/codex-sdk 0.150.1-cdx.1 → 0.153.0-cdx.0
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/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -241,7 +241,7 @@ type CodexOptions = {
|
|
|
241
241
|
|
|
242
242
|
type ApprovalMode = "never" | "on-request" | "on-failure" | "untrusted";
|
|
243
243
|
type SandboxMode = "read-only" | "workspace-write" | "danger-full-access";
|
|
244
|
-
type ModelReasoningEffort = "minimal" | "low" | "medium" | "high" | "xhigh" | "max" | "ultra";
|
|
244
|
+
type ModelReasoningEffort = "minimal" | "low" | "medium" | "high" | "xhigh" | "max" | "ultra" | "persistent";
|
|
245
245
|
type WebSearchMode = "disabled" | "cached" | "live";
|
|
246
246
|
type ThreadOptions = {
|
|
247
247
|
model?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jiangshengdev/codex-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.153.0-cdx.0",
|
|
4
4
|
"description": "TypeScript SDK for Codex APIs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
},
|
|
69
69
|
"packageManager": "pnpm@10.34.5+sha512.a4ee05f2f73658255bd6a89859c065a45c28a57daefae2c893a168ee2b73168c37b91e83e57ea67654ad03f03031746430e8bce38e362e042605fb8abc80192e",
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@jiangshengdev/codex": "0.
|
|
71
|
+
"@jiangshengdev/codex": "0.153.0-cdx.0"
|
|
72
72
|
}
|
|
73
73
|
}
|