cc-dashboard/src
Vadym Samoilenko 70a6b5e6ef
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
fix(ai): strip markdown code block from Anthropic response before JSON parse
Claude Haiku wraps JSON in ```json ... ``` blocks, causing json.loads to fail
silently. The except clause swallowed the error, leaving ai_title empty for all
303 sessions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 17:25:14 +01:00
..
middleware feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
routers fix(auth): set refresh cookie path to "/" for proxy compatibility 2026-05-13 13:20:25 +01:00
services fix(ai): strip markdown code block from Anthropic response before JSON parse 2026-05-18 17:25:14 +01:00
static fix(auth): rebuild frontend with session-restore-before-router fix 2026-05-18 09:52:04 +01:00
tests feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
__init__.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
auth.py feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00
config.py feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00
database.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
main.py feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
models.py feat(cost): track Claude Code token usage and cost per project 2026-05-13 12:47:26 +01:00
schemas.py feat(cost): track Claude Code token usage and cost per project 2026-05-13 12:47:26 +01:00
sso.py feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00