tpmjs/docs
Ajax Davis 2c2c891ce0 fix: reduce maxDuration to 60s for Vercel Hobby plan compatibility
Routes with maxDuration=300 were silently failing on Vercel's edge
routing layer - requests never reached the serverless function (no
logs appeared). Vercel Hobby plan has a 60s max function duration.

Affected routes:
- /api/agents/[id]/conversation/[conversationId]
- /api/agents/[username]/[uid]/conversation/[conversationId]
- /api/mcp/[username]/[slug]/[transport]

The issue caused these routes to hang indefinitely until client timeout.
2026-01-09 07:06:54 +10:00
..
debug-reports fix: reduce maxDuration to 60s for Vercel Hobby plan compatibility 2026-01-09 07:06:54 +10:00
AI_SDK_TOOL_EXECUTION.md feat: add npm-like features to tool detail page and update keyword to tpmjs 2025-12-29 21:30:42 +10:00
BROKEN_TOOLS_INVESTIGATION.md fix(sdk): update code example to use AI SDK v6 streamText API 2025-12-12 09:12:20 +10:00
building-dynamic-tool-systems.md feat: add npm-like features to tool detail page and update keyword to tpmjs 2025-12-29 21:30:42 +10:00
CASCADING_COMPLEXITY_AND_FRAGILITY.md feat(ui): reimagine Spinner as brutalist grid-based loader 2025-12-11 08:19:44 +10:00
DYNAMIC_TOOL_ORCHESTRATION.md feat(ui): reimagine Spinner as brutalist grid-based loader 2025-12-11 08:19:44 +10:00
HIERARCHICAL_CONTEXT_LOADING.md feat(ui): reimagine Spinner as brutalist grid-based loader 2025-12-11 08:19:44 +10:00
NEON_COMPUTE_OPTIMIZATION.md perf: reduce Neon compute usage with cron + caching optimizations 2025-12-31 12:14:00 +10:00
OVERRIDING_NPM_TOOL_EXECUTE.md docs: add guide for overriding execute functions in npm tools 2025-12-14 12:48:06 +10:00
PLANNER_TYPE_DEFINITIONS.ts feat(ui): reimagine Spinner as brutalist grid-based loader 2025-12-11 08:19:44 +10:00
prd-dynamic-og-images.md docs: add PRD for AI-generated OG images 2025-12-17 11:06:57 +10:00
REGISTRY_SDK_DESIGN.md feat: add npm-like features to tool detail page and update keyword to tpmjs 2025-12-29 21:30:42 +10:00
SCALING_TO_1M_TOOLS.md feat: add 55 new business tools and improve existing implementations 2026-01-01 19:23:32 +10:00
TODO.md feat: add 5 research tools and blocks framework setup 2025-12-31 19:47:02 +10:00
TOOL_HEALTH_SYSTEM.md docs: update health system docs with packageName fix pattern 2025-12-12 06:15:12 +10:00
TPMJS_PLANNER_TUTORIAL.md feat(ui): reimagine Spinner as brutalist grid-based loader 2025-12-11 08:19:44 +10:00
vercel-registry-sync.md feat: add automated Vercel AI registry sync with OpenAI 2025-12-04 17:43:17 +10:00
vercel-sandbox-api-question.md fix: use sync rate limiter for conversation routes 2026-01-09 05:23:18 +10:00