Remove dead code: projectChat.ts and streaming route replaced by AgentCore
Deleted backend/src/routes/projectChat.ts entirely (POST /projects/:projectId/chat streaming handler - frontend calls AgentCore directly). Removed its import and app.use line from app.ts. Removed the POST /chat/ streaming handler from chat.ts and its exclusive imports (chatTools functions and checkCredits). Note: chatTools.ts is retained because tabular.ts still actively uses runLLMStream, TABULAR_TOOLS, ChatMessage, and TabularCellStore from it.
| Repository | dropthejase/louis |
|---|---|
| Author | Jason Lee <12leeejk2@gmail.com> |
| Authored | |
| Parents | dca58634 |
| Stats | 3 files changed , -479 |
| Part of | Migrate database from Supabase to Aurora Serverless v2 (RDS Data API) |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-b035d679.md
from inside the repo you want the change in.