Commit 0fa93ef
committed
fix: add missing taskCommandExecuted event to RooCodeAPIEvents interface
The integration tests were failing because the taskCommandExecuted event was added to ClineEvents but not to RooCodeAPIEvents. This commit adds the missing event definition to maintain consistency between the interfaces.1 parent cf491fc commit 0fa93ef
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
24 | 34 | | |
25 | 35 | | |
26 | 36 | | |
| |||
0 commit comments