@jiangshengdev/codex-sdk 0.150.1-cdx.1 → 0.150.1-cdx.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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.150.1-cdx.1",
3
+ "version": "0.150.1-cdx.3",
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.150.1-cdx.1"
71
+ "@jiangshengdev/codex": "0.150.1-cdx.3"
72
72
  }
73
73
  }