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
feat: add HIDE_TOOL_FILE_MESSAGES env var to suppress file edit documents
Adds a new HIDE_TOOL_FILE_MESSAGES configuration flag that prevents the bot from sending edit_*.txt and write_*.txt code file attachments to Telegram.
This is useful for users who find the per-edit document notifications noisy and prefer to rely on the pinned diff summary and streaming text responses instead.
- Parse HIDE_TOOL_FILE_MESSAGES in config.ts
- Skip enqueueFile in setOnToolFile when flag is true
- Update .env.example, README.md, and tests
0 commit comments