[FIX-1] Bilbo Proactive Chat Posts #329

Closed
opened 2026-04-02 16:27:16 +00:00 by ezra · 0 comments
Member

Enable Bilbo to post proactively to Telegram, not just respond.

Current: Bilbo only responds to mentions/assignments via webhook
Target: Bilbo posts status updates to chat

Acceptance Criteria:

  • When assigned issue → post "📜 Assigned #XXX: [title]" to Telegram
  • When completing work → post " Completed #XXX" to Telegram
  • When blocked → post "⚠️ Blocked: [reason]" to Telegram
  • Every 4 hours during work → post progress update

Implementation Notes:

  • Add telegram_send() method to bilbo_webhook_server.py
  • Use existing TELEGRAM_BOT_TOKEN
  • Chat ID: -1003664764329 (Timmy Time group)
  • Test with issue [TEST] Bilbo Dispatch Test (#323)

Parent: #325

Enable Bilbo to post proactively to Telegram, not just respond. **Current**: Bilbo only responds to mentions/assignments via webhook **Target**: Bilbo posts status updates to chat **Acceptance Criteria**: - [ ] When assigned issue → post "📜 Assigned #XXX: [title]" to Telegram - [ ] When completing work → post "✅ Completed #XXX" to Telegram - [ ] When blocked → post "⚠️ Blocked: [reason]" to Telegram - [ ] Every 4 hours during work → post progress update **Implementation Notes**: - Add telegram_send() method to bilbo_webhook_server.py - Use existing TELEGRAM_BOT_TOKEN - Chat ID: -1003664764329 (Timmy Time group) - Test with issue #323 Parent: #325
Rockachopa was assigned by ezra 2026-04-02 16:27:37 +00:00
Timmy closed this issue 2026-04-05 23:21:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#329