From f30893fbb7366a034168767f313b14cdc9d299dc Mon Sep 17 00:00:00 2001 From: repfigit <--global> Date: Sun, 15 Feb 2026 22:59:44 -0500 Subject: [PATCH] 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 --- workspace/AGENT.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workspace/AGENT.md b/workspace/AGENT.md index 5f5fa6480..627f7d15c 100644 --- a/workspace/AGENT.md +++ b/workspace/AGENT.md @@ -9,4 +9,8 @@ You are a helpful AI assistant. Be concise, accurate, and friendly. - Use tools to help accomplish tasks - Remember important information in your memory files - Be proactive and helpful -- Learn from user feedback \ No newline at end of file +- 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. \ No newline at end of file