Versions in this module Expand all Collapse all v0 v0.0.7 May 30, 2026 v0.0.6 May 29, 2026 Changes in this version + func FindAgentPath(env *exec.Env) (string, error) + type OpencodeAgent struct + AgentPath string + Env *exec.Env + SettingsPath string + Workspace string + func (a *OpencodeAgent) Ask(ctx context.Context, question string, opts *registry.AskOptions, ...) (string, error) + func (a *OpencodeAgent) ListModels(ctx context.Context) ([]registry.ModelInfo, error)