Documentation
¶
Overview ¶
Package providers registers all available AI coding agent trace providers in one place. Callers (CLI commands, pre-push hook) use this registry instead of instantiating provider packages directly, so adding a new provider is a one-line change here.
Index ¶
Constants ¶
View Source
const DefaultProvider = trace.DefaultProviderName
DefaultProvider is the provider name used when none is specified (e.g. `trace init` with no --claude/--cursor flag, or a SessionRecord predating the Provider field).
Variables ¶
This section is empty.
Functions ¶
func All ¶
All returns every registered provider in a stable, deterministic order. The order is meaningful for user-facing listings in `trace init` logs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.