(ctx context.Context)
| 365 | GetChatDebugRunsByChatID(ctx context.Context, arg GetChatDebugRunsByChatIDParams) ([]ChatDebugRun, error) |
| 366 | GetChatDebugStepsByRunID(ctx context.Context, runID uuid.UUID) ([]ChatDebugStep, error) |
| 367 | GetChatDesktopEnabled(ctx context.Context) (bool, error) |
| 368 | GetChatDiffStatusByChatID(ctx context.Context, chatID uuid.UUID) (ChatDiffStatus, error) |
| 369 | // Returns aggregate PR counts across all agent chats for telemetry. |
| 370 | // Deduplicates by PR URL so forked chats referencing the same pull |
no outgoing calls