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
Features:
- Add image/GIF upload support for Telegram
- Add loading spinner when starting `afk-code claude`
- Show project directory in Telegram session list (thanks @AnveshJarabani)
Fixes:
- Add `files:write` scope to Slack manifest for image uploads
- Add "Attach Files" permission to Discord setup instructions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
# 2. Get your User ID (enable Developer Mode, right-click your name → Copy User ID)
@@ -75,6 +76,10 @@ npx afk-code claude
75
76
76
77
A new channel is created for each session. Messages relay bidirectionally.
77
78
79
+
## Image Support
80
+
81
+
When Claude references image paths in responses (e.g., `/path/to/screenshot.png`), the bot automatically detects and uploads them to the chat. Supports PNG, JPG, GIF, WebP, and other common formats.
82
+
78
83
## Commands
79
84
80
85
```
@@ -128,7 +133,8 @@ Requires Node.js 18+.
128
133
## Limitations
129
134
130
135
- Does not support plan mode or responding to Claude Code's form-based questions (AskUserQuestion)
131
-
- Does not send tool calls or results
136
+
- You can bypass this using the `/mode` command or by sending any message
137
+
- Does not send tool calls or results (would encounter rate limits)
0 commit comments