CheddahBot/cheddahbot/tools
PeninsulaInd 082ca6ba44 Fix PR task flow: add ClickUp status updates, comments, and attachments
The press release tool now handles its own ClickUp sync lifecycle when
a clickup_task_id is provided — sets status to "in progress" with a
starting comment, uploads docx attachments after creation, then sets
status to "internal review" with a completion comment. The scheduler
now passes clickup_task_id to tools and defers to tool-level sync when
detected, falling back to scheduler-level sync for other tools.
ToolRegistry.execute() now filters args to accepted params to prevent
TypeError when extra keys (like clickup_task_id) are passed to tools
that don't accept them.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 16:36:45 -06:00
..
__init__.py Fix PR task flow: add ClickUp status updates, comments, and attachments 2026-02-17 16:36:45 -06:00
calendar_tool.py 1.1: Delete dead code and fix all lint errors 2026-02-17 09:56:36 -06:00
clickup_tool.py 1.1: Delete dead code and fix all lint errors 2026-02-17 09:56:36 -06:00
code_exec.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
data_proc.py 1.1: Delete dead code and fix all lint errors 2026-02-17 09:56:36 -06:00
delegate.py 3.6: Add delegate_to_agent tool for cross-agent delegation 2026-02-17 10:13:32 -06:00
email_tool.py Add document export (.docx) and email delivery feature 2026-02-16 17:00:54 -06:00
file_ops.py 1.1: Delete dead code and fix all lint errors 2026-02-17 09:56:36 -06:00
image.py 1.1: Delete dead code and fix all lint errors 2026-02-17 09:56:36 -06:00
press_release.py Fix PR task flow: add ClickUp status updates, comments, and attachments 2026-02-17 16:36:45 -06:00
shell.py 1.4: Wire require_approval check for shell commands 2026-02-17 09:59:27 -06:00
web.py 1.1: Delete dead code and fix all lint errors 2026-02-17 09:56:36 -06:00