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
Add /reset command to force-kill stalled agents from Telegram
Type /reset in any registered chat to kill a stuck agent process.
Next message spawns a fresh one. No SSH needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: groups/global/CLAUDE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ Keep it to one short line. Don't ack simple questions you can answer directly.
29
29
30
30
If the request is ambiguous or you need clarification, ask via `send_message` right away instead of guessing.
31
31
32
+
### If you're stalled
33
+
34
+
If the user types `/reset` in Telegram, your process gets force-killed and a fresh agent spawns on the next message. This is normal — don't try to prevent it.
35
+
32
36
### Internal thoughts
33
37
34
38
If part of your output is internal reasoning rather than something for the user, wrap it in `<internal>` tags:
0 commit comments