csharpdeeb25a2 | 1 | namespace CascadeIDE.Features.Agent.Harness; |
| 2 | |
| 3 | public sealed record AgentHarnessTelemetry( |
| 4 | int SessionUserTurnCount, |
| 5 | bool CheckpointDue, |
| 6 | int? NextCheckpointAtTurn, |
| 7 | bool HotContextLoaded, |
| 8 | string? HotContextScope); |
| 9 | |
View only · write via MCP/CIDE