Releases: activadee/godex
Releases · activadee/godex
v0.0.8
v0.0.7
Improved streaming extensibility and cancellation reliability.
- Add optional typed streaming callbacks for structured stream handling.
- Ensure context cancellation reliably terminates spawned Codex process.
v0.0.6
Enhances Codex Go SDK with new helpers for image inputs and structured JSON responses.
- Add convenience constructors for Codex image input segments.
- Provide typed RunJSON and RunStreamedJSON helpers for structured output.
v0.0.5
Add programmatic profile selection and config overrides to CodexOptions.
- Support programmatic Codex profile selection and config overrides.
v0.0.4
Adds an image prompt example to guide Codex CLI usage.
- Add an image prompt example for the Codex CLI wrapper
v0.0.3
Improved Codex CLI handling and streaming error reporting.
- Automatically download and manage Codex CLI binaries for SDK users.
- Surface streaming failures via new
ThreadStreamError.
v0.0.2
Expands structured I/O support and guidance in the Go SDK.
- Support structured input segments and image forwarding.
- Add streaming and structured output examples for developers.
v0.0.1
Initial public release of the Go SDK for Codex CLI.
- Ship initial Codex Go SDK wrapping the Codex CLI