- Add AbortController timeout (120s) to Railway fetch requests - Gracefully handle timeout errors and report to health check system - Increase /api/chat maxDuration from 60s to 300s (5 minutes) - Prevents entire chat from timing out when one tool has large dependencies - Tools that timeout are logged and skipped, allowing others to load Fixes issue where tools like ctx-zip with many dependencies would cause the entire chat request to timeout after 60 seconds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .env.local.example | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| tailwind.config.ts | ||
| tsconfig.json | ||