CheddahBot/cheddahbot
PeninsulaInd 9de9fdb39a Fix AutoCora last-month tag crash on 31-day months
now.replace(month=now.month-1) crashes on e.g. Mar 31 -> Feb 31.
Use first-of-current-month minus one day instead, which always
lands on a valid date in the previous month.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 09:16:27 -05:00
..
static Replace Gradio UI with HTMX + FastAPI frontend 2026-03-25 15:30:03 -05:00
templates Replace Gradio UI with HTMX + FastAPI frontend 2026-03-25 15:30:03 -05:00
tools Fix AutoCora last-month tag crash on 31-day months 2026-04-21 09:16:27 -05:00
web Replace Gradio UI with HTMX + FastAPI frontend 2026-03-25 15:30:03 -05:00
__init__.py Initial implementation of CheddahBot personal AI assistant 2026-02-13 20:20:39 -06:00
__main__.py Replace Gradio UI with HTMX + FastAPI frontend 2026-03-25 15:30:03 -05:00
agent.py Add configurable per-task timeouts (env vars, config.yaml, defaults) 2026-03-20 12:52:04 -05:00
agent_registry.py 3.2: Create AgentRegistry 2026-02-17 10:06:56 -06:00
api.py Migrate ClickUp Customer field to space-level Client field 2026-03-09 12:23:14 -05:00
clickup.py Add task set creation skill + ClickUp dependency support 2026-04-01 15:23:53 -05:00
config.py Add client delivery pipeline: Google Drive upload + Gmail drafts + reply tracking 2026-04-09 10:26:17 -05:00
contacts.py Add client delivery pipeline: Google Drive upload + Gmail drafts + reply tracking 2026-04-09 10:26:17 -05:00
db.py Add API cost tracking and switch planner to Grok 4.1 Fast 2026-02-23 18:00:11 -06:00
delivery.py Add client delivery pipeline: Google Drive upload + Gmail drafts + reply tracking 2026-04-09 10:26:17 -05: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
email_templates.py Add client delivery pipeline: Google Drive upload + Gmail drafts + reply tracking 2026-04-09 10:26:17 -05:00
gmail_draft.py Add client delivery pipeline: Google Drive upload + Gmail drafts + reply tracking 2026-04-09 10:26:17 -05:00
google_auth.py Add client delivery pipeline: Google Drive upload + Gmail drafts + reply tracking 2026-04-09 10:26:17 -05:00
google_drive.py Add client delivery pipeline: Google Drive upload + Gmail drafts + reply tracking 2026-04-09 10:26:17 -05:00
llm.py Add configurable per-task timeouts (env vars, config.yaml, defaults) 2026-03-20 12:52:04 -05:00
media.py 1.1: Delete dead code and fix all lint errors 2026-02-17 09:56:36 -06:00
memory.py 3.4: Add per-agent memory scoping 2026-02-17 10:09:31 -06:00
notifications.py 1.1: Delete dead code and fix all lint errors 2026-02-17 09:56:36 -06:00
ntfy.py Fix ntfy dedup: make duplicate suppression permanent for process lifetime 2026-03-08 14:22:27 -05: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 UI errors, message formatting, scheduler auto_execute, and LLM retry 2026-02-19 21:34:02 -06:00
scheduler.py Fix NoneType crash in LLM plural check when OpenRouter returns null content 2026-03-25 15:30:36 -05:00
skills.py Reformat code and update ClickUp tools to reset pattern 2026-02-19 20:44:40 -06:00
ui.py Steps 7-8: Eliminate KV store from task pipelines and update tests 2026-02-27 16:26:44 -06:00