@openai/codex-sdk 0.57.0 → 0.58.0-alpha.1
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/README.md +1 -1
- package/package.json +1 -1
- package/vendor/aarch64-apple-darwin/codex/codex +0 -0
- package/vendor/aarch64-pc-windows-msvc/codex/codex.exe +0 -0
- package/vendor/aarch64-unknown-linux-musl/codex/codex +0 -0
- package/vendor/x86_64-apple-darwin/codex/codex +0 -0
- package/vendor/x86_64-pc-windows-msvc/codex/codex.exe +0 -0
- package/vendor/x86_64-unknown-linux-musl/codex/codex +0 -0
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ const nextTurn = await thread.run("Implement the fix");
|
|
|
33
33
|
|
|
34
34
|
### Streaming responses
|
|
35
35
|
|
|
36
|
-
`run()` buffers events until the turn finishes. To react to intermediate progress—tool calls, streaming responses, and file
|
|
36
|
+
`run()` buffers events until the turn finishes. To react to intermediate progress—tool calls, streaming responses, and file change notifications—use `runStreamed()` instead, which returns an async generator of structured events.
|
|
37
37
|
|
|
38
38
|
```typescript
|
|
39
39
|
const { events } = await thread.runStreamed("Diagnose the test failure and propose a fix");
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|