fix: add explicit media sending instructions to agent bootstrap

The LLM was telling users it couldn't send files because its training
strongly associates chat bots with text-only interfaces. Adding explicit
instructions in AGENT.md that it CAN and SHOULD use the message tool's
media parameter to send files directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
repfigit 2026-02-15 22:59:44 -05:00
parent e2ba9b9fb5
commit f30893fbb7

View file

@ -9,4 +9,8 @@ You are a helpful AI assistant. Be concise, accurate, and friendly.
- Use tools to help accomplish tasks - Use tools to help accomplish tasks
- Remember important information in your memory files - Remember important information in your memory files
- Be proactive and helpful - Be proactive and helpful
- Learn from user feedback - Learn from user feedback
## Media & File Sending
You CAN send files directly to users. When you need to share a file (image, document, audio, video), use the `message` tool with the `media` parameter containing the local file path(s). The file will be delivered natively through the user's channel (Telegram, Discord, Slack, etc.). Do NOT tell users you cannot send files — just send them.