CheddahBot/cheddahbot
PeninsulaInd a7171673fc Add clickup_task_id param to write_press_releases for chat-triggered sync
When a press release is triggered via chat with a ClickUp task ID, the
tool now uploads .docx attachments, posts a result comment, and updates
task status — matching what the scheduler does automatically. ClickUp
sync is wrapped in try/except so failures don't lose PR results.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 21:42:41 -06:00
..
providers Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
skills Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
tools Add clickup_task_id param to write_press_releases for chat-triggered sync 2026-02-16 21:42:41 -06:00
__init__.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
__main__.py Wire NotificationBus into main and Gradio UI 2026-02-15 22:29:33 -06:00
agent.py Add autonomous press release pipeline tool 2026-02-15 18:04:29 -06:00
clickup.py Add retry logic to ClickUp API writes and fix review status 2026-02-16 20:52:39 -06:00
config.py Add retry logic to ClickUp API writes and fix review status 2026-02-16 20:52:39 -06:00
db.py Fix scheduler breaking DB encapsulation for one-time task disabling 2026-02-16 18:09:38 -06:00
docx_export.py Add document export (.docx) and email delivery feature 2026-02-16 17:00:54 -06:00
email.py Add document export (.docx) and email delivery feature 2026-02-16 17:00:54 -06:00
llm.py Fix execution brain tool permissions in non-interactive mode 2026-02-16 17:39:21 -06:00
media.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
memory.py Fix chat memory persistence, duplicate tool calls, and heartbeat log noise 2026-02-14 14:23:33 -06:00
notifications.py Optimize NotificationBus subscribe cursor and update CLAUDE.md 2026-02-16 18:01:18 -06:00
press_advantage.py Add submit_press_release tool with Press Advantage API integration 2026-02-16 17:37:41 -06:00
router.py Route specialized tools directly instead of delegating to execution brain 2026-02-16 18:18:00 -06:00
scheduler.py Fix scheduler breaking DB encapsulation for one-time task disabling 2026-02-16 18:09:38 -06:00
ui.py Remove voice chat, conversation history, and settings UI sections 2026-02-16 18:01:57 -06:00