Versions in this module Expand all Collapse all v0 v0.2.0 Mar 5, 2026 v0.1.0 Feb 28, 2026 Changes in this version + const OptionEphemeral + const OptionOutputSchema + const OptionProfile + const OptionSandbox + const OptionSkipGitCheck + type Backend struct + func New(opts ...Option) *Backend + func (b *Backend) ParseLine(line string) (agentrun.Message, error) + func (b *Backend) ResumeArgs(session agentrun.Session, initialPrompt string) (string, []string, error) + func (b *Backend) SpawnArgs(session agentrun.Session) (string, []string) + func (b *Backend) ThreadID() string + type Option func(*Backend) + func WithBinary(path string) Option + type Sandbox string + const SandboxFullAccess + const SandboxReadOnly + const SandboxWorkspaceWrite