codexcli

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package codexcli invokes the external `codex` CLI to generate text.

Index

Constants

View Source
const DefaultModel = "gpt-5.3-codex-spark"

DefaultModel is used when the caller hasn't set a model. gpt-5.3-codex-spark is used because it has separate (currently unconstrained) usage limits from Codex CLI's built-in default model.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, opts RunOptions) (string, error)

Run invokes `codex exec` as a subprocess with the given prompt on stdin, waits for it to finish (bounded by Timeout), and returns the trimmed, code-fence-stripped content of the file passed to --output-last-message.

Types

type RunOptions

type RunOptions struct {
	Prompt  string
	Model   string // empty means "use DefaultModel"
	Timeout time.Duration
}

RunOptions configures Run.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL