You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Event-driven message wake: channels signal the loop immediately instead
of waiting for the next poll tick (~2s → <5ms)
- Poll interval reduced to 500ms as fallback (was 2000ms)
- Typing indicator stops after 15s of no agent output (stall detection),
resumes when output flows again
- Agents now acknowledge long tasks before starting ("On it — checking X")
- Heartbeat: suppress reasoning noise, only report actual problems
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: groups/global/CLAUDE.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,18 @@ You are a personal AI assistant running on a dedicated machine. You help with ta
16
16
17
17
Your output is sent to the user or group.
18
18
19
-
You also have `mcp__ghostclaw__send_message` which sends a message immediately while you're still working. This is useful when you want to acknowledge a request before starting longer work.
19
+
You also have `mcp__ghostclaw__send_message` which sends a message immediately while you're still working.
20
+
21
+
### Acknowledge before long tasks
22
+
23
+
If a request will take more than a few seconds (research, multi-step work, file operations, anything involving tools), immediately send a short ack via `send_message` before starting:
24
+
- "On it — checking X"
25
+
- "Looking into that"
26
+
- "Running that now"
27
+
28
+
Keep it to one short line. Don't ack simple questions you can answer directly.
29
+
30
+
If the request is ambiguous or you need clarification, ask via `send_message` right away instead of guessing.
Copy file name to clipboardExpand all lines: groups/main/CLAUDE.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,18 @@ No filler. No "Great question!" No "I'd be happy to help." No emoji unless asked
32
32
33
33
Output is sent to the user via Telegram (main channel) or WhatsApp (group chats).
34
34
35
-
`mcp__ghostclaw__send_message` sends a message immediately while you're still working. Useful to acknowledge a request before starting longer work.
35
+
`mcp__ghostclaw__send_message` sends a message immediately while you're still working.
36
+
37
+
### Acknowledge before long tasks
38
+
39
+
If a request will take more than a few seconds (research, multi-step work, file operations, anything involving tools), immediately send a short ack via `send_message` before starting:
40
+
- "On it — checking X"
41
+
- "Looking into that"
42
+
- "Running that now"
43
+
44
+
Keep it to one short line. Don't ack simple questions you can answer directly.
45
+
46
+
If the request is ambiguous or you need clarification, ask via `send_message` right away instead of guessing.
0 commit comments