Commit 2a4b401
Fix Cursor notifications, sub-agent toggle, Codex events, rename Channels
- AgentTrackingManager: Skip isQuitInitiatedEnd check for IDE agents
(cursor, vscode, windsurf). Cursor launches dc-hook via a transient
shell subprocess whose PPID exits immediately, causing false
isQuitInitiatedEnd=true and suppressing all notifications.
- ChannelStore: Unify sub-agent toggle — 'subagentEnd' now reads the
same subagentStart flag so one UI toggle covers both start and end.
- AgentInstallerV2: Add PreCompact and PostCompact to Codex CLI event
list (now 8 events, matching openai/codex source).
- AgentEventNormalizer: Map PreCompact/PostCompact → .other for Codex.
- ConfigureAgentsWindowV2: Rename sidebar label 'Channels' →
'Notification Channels' for clearer UX.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bcfec64 commit 2a4b401
5 files changed
Lines changed: 19 additions & 4 deletions
File tree
- DoomCoder/AgentTracking
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| 470 | + | |
| 471 | + | |
470 | 472 | | |
471 | 473 | | |
472 | 474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
571 | 574 | | |
572 | 575 | | |
573 | | - | |
| 576 | + | |
| 577 | + | |
574 | 578 | | |
575 | 579 | | |
576 | 580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
247 | 255 | | |
| 256 | + | |
248 | 257 | | |
249 | 258 | | |
250 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments