Versions in this module Expand all Collapse all v0 v0.8.2 May 28, 2026 Changes in this version + type OpenCodeAgent struct + BinaryPath string + Model string + func New(binaryPath, model string) *OpenCodeAgent + func (o *OpenCodeAgent) Discuss(ctx context.Context, opts agent.DiscussOptions) error + func (o *OpenCodeAgent) Execute(ctx context.Context, task agent.TaskSpec, opts agent.ExecOptions) (*agent.ExecResult, error) + func (o *OpenCodeAgent) Plan(ctx context.Context, initialPrompt string, opts agent.PlanOptions) (*agent.Plan, error) + func (o *OpenCodeAgent) Review(ctx context.Context, diff string, opts agent.ReviewOptions) (*agent.ReviewResult, error)