CheddahBot/cheddahbot
PeninsulaInd 712829a610 Optimize NotificationBus subscribe cursor and update CLAUDE.md
Replace inefficient two-query approach (fetch up to 10k rows to find max ID)
with a single SELECT MAX(id) query. Update CLAUDE.md test count (51 → 118)
and add 3 missing test file descriptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 18:01:18 -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 submit_press_release tool with Press Advantage API integration 2026-02-16 17:37: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 ClickUp config and REST API client 2026-02-15 22:26:16 -06:00
config.py Add document export (.docx) and email delivery feature 2026-02-16 17:00:54 -06:00
db.py Optimize NotificationBus subscribe cursor and update CLAUDE.md 2026-02-16 18:01:18 -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 Fix chat memory persistence, duplicate tool calls, and heartbeat log noise 2026-02-14 14:23:33 -06:00
scheduler.py Add ClickUp polling loop to scheduler 2026-02-15 22:28:35 -06:00
ui.py Add pipeline status box to show PR tool progress in the UI 2026-02-16 16:41:33 -06:00