Files
kilocode/packages/kilo-vscode/docs/infrastructure/http-request-timeouts.md
T
kiloconnect[bot] b98d92c991 docs: prune migration plan to remaining work only
Remove completed feature docs and strip 'What Exists' / 'Status' sections
from all subplans. 17 features verified as done and removed:
SSE auto-reconnect, connection state UI, markdown syntax highlighting,
terminal output visibility, ask mode no edits, SDK over HTTP,
session turn, copy button, chat input resize, chat background color,
clickable cursors, context compression icon, anonymous sign-in prompts,
subagent visibility, diff jump to changed lines, new task discoverability,
reasoning block styling.

Remaining docs contain only TODO items.
2026-03-16 16:23:14 +01:00

395 B

HTTP Request Timeouts

Priority: P1

Health check has a 3s timeout via AbortController. SSE has a 15s heartbeat timeout. General SDK calls have no timeouts.

Remaining Work

  • Add configurable request timeout (default: 60s) around SDK calls in KiloProvider
  • Add shorter connect timeout where possible (default: 10s)
  • Ensure timeout cleanup on successful response (no leaked timers)