Improve cursor logging

This commit is contained in:
Colin McDonnell
2025-12-02 20:18:18 -08:00
parent 3986fe8e40
commit b14bab5ed2
5 changed files with 66 additions and 55 deletions
+4
View File
@@ -135,6 +135,10 @@ export type PayloadEvent =
| {
trigger: "workflow_dispatch";
[key: string]: any;
}
| {
trigger: "unknown";
[key: string]: any;
};
// payload type for agent execution