4c696643328c6c5c1ea4c544e466bca67b740293
Some checks failed
CI / Typecheck & Lint (pull_request) Failing after 0s
Implements the clear-history endpoint required by issue #3. All other pieces (session_messages table, getSessionHistory, context injection, frontend clear button) were already in place — this adds the missing backend route that the frontend's _clearHistory function calls. - DELETE /sessions/:id/history requires valid macaroon (Bearer auth) - Returns 404 if session not found, 401 on bad macaroon, 410 if expired - Deletes all session_messages rows for the session on success Fixes #3 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
Timmy Tower World — sovereign AI agent economy
Languages
TypeScript
68.9%
JavaScript
15.5%
Shell
10.6%
HTML
4.5%
CSS
0.4%