Versions in this module Expand all Collapse all v0 v0.6.3 May 3, 2026 Changes in this version + type Bridge struct + func Setup(ctx context.Context, workingDir string, manager *mgr.Manager) *Bridge + func (b *Bridge) Close() + func (b *Bridge) GetContext() string + func (b *Bridge) GetDiagnostics(ctx context.Context, path string) (string, error) + func (b *Bridge) GetInstructions() string + func (b *Bridge) IsConnected() bool + func (b *Bridge) NotifyFileUpdated(ctx context.Context, path string)