Some checks failed
CI / Typecheck & Lint (pull_request) Failing after 0s
Add a session_messages table that stores the full user/assistant conversation history within a session. Each session request now persists both the user message and assistant response atomically alongside the session_request and balance update. - New schema: session_messages (id, session_id, role, content, session_request_id, created_at) with index on session_id - New migration: 0008_session_messages.sql - New endpoint: GET /sessions/:id/messages (macaroon-authed) - Messages inserted transactionally during POST /sessions/:id/request Fixes #37 Co-Authored-By: Claude Opus 4.6 (1M context) <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%