Skip to content

Releases: activadee/godex

v0.0.8

07 Nov 17:42

Choose a tag to compare

Default Codex CLI bundle updated to v0.55.0.

  • Default Codex CLI release tag now set to v0.55.0.

v0.0.7

06 Nov 20:32
6b8933e

Choose a tag to compare

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

06 Nov 19:45
d7e9d37

Choose a tag to compare

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

05 Nov 19:59
6194259

Choose a tag to compare

Add programmatic profile selection and config overrides to CodexOptions.

  • Support programmatic Codex profile selection and config overrides.

v0.0.4

30 Oct 21:04

Choose a tag to compare

Adds an image prompt example to guide Codex CLI usage.

  • Add an image prompt example for the Codex CLI wrapper

v0.0.3

30 Oct 12:38
9ce3853

Choose a tag to compare

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

27 Oct 18:01
ab02e58

Choose a tag to compare

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

15 Oct 09:57

Choose a tag to compare

Initial public release of the Go SDK for Codex CLI.

  • Ship initial Codex Go SDK wrapping the Codex CLI