Skip to main content

Module context

Module context 

Source

Structs§

AppContext
Shared application context threaded through all command handlers.
StatusBarCounts
Agent status-bar counts — the IDE-style “status bar” surfaced to the agent on every tool result (emit-on-change). errors/warnings are read LIVE from the continuously-drained LSP diagnostics store; the Tier-2 counts (dead_code/unused_exports/duplicates) and todos are last-known, refreshed when aft_inspect runs or a background Tier-2 scan completes. tier2_stale marks the Tier-2 counts as not-yet-reconciled with the latest edits (rendered with a ~ marker so the agent never reads them as live).
StatusEmitter

Enums§

CallgraphStoreAccess
Result of requesting the persisted callgraph store for a store-backed op.
SemanticIndexEvent
SemanticIndexStatus
SemanticRefreshEvent
SemanticRefreshRequest

Type Aliases§

ProgressSender
SemanticRefreshWorkerSlot
SharedProgressSender
SharedStdoutWriter