Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + type TerminalContext struct + func NewTerminalContext() *TerminalContext + func (tc *TerminalContext) BuildContext(query string) string + func (tc *TerminalContext) MarkCommand(cmd string) + func (tc *TerminalContext) MarkExitCode(code int) + func (tc *TerminalContext) Reset() + type TraceControl struct + ProjectDir string + func NewTraceControl(projectDir string) *TraceControl + func (tc *TraceControl) Disable() (string, error) + func (tc *TraceControl) Enable() (string, error) + func (tc *TraceControl) IsEnabled() bool + func (tc *TraceControl) IsInstalled() bool + func (tc *TraceControl) Status() string v0.1.0 May 12, 2026 Changes in this version + type Bridge struct + func NewBridge() *Bridge + func (b *Bridge) Disable(ctx context.Context, dir string) error + func (b *Bridge) Enable(ctx context.Context, dir string) error + func (b *Bridge) GetStatus(ctx context.Context, dir string) (*Status, error) + func (b *Bridge) ListCheckpoints(ctx context.Context, dir string) ([]Checkpoint, error) + func (b *Bridge) Ready() bool + func (b *Bridge) Rewind(ctx context.Context, dir string, checkpointID string) error + type Checkpoint struct + CreatedAt string + ID string + Prompt string + SessionID string + type Status struct + Agent string + Enabled bool + Phase string + SessionID string