Files
Kilo-Org_kilo/packages/kilo-vscode/docs/chat-ui-features/task-header.md
T
Mark IJbema 3a07f45e15 docs: rewrite migration plan as feature parity tracker, add feature docs from GitHub project issues
- Rewrite opencode-migration-plan.md as a comprehensive feature parity tracker
- Add new chat-ui-features: kilo-themed-chat-session, task-header, toggle-thinking
- Add new non-agent-features: cloud-task-support, kilo-gateway, mode-switcher,
  model-switcher, provider-configuration, repository-initialization,
  rules-and-workflows, settings-ui, task-history
- Format existing feature docs with prettier
2026-02-10 13:56:19 +01:00

903 B

Task Header

GitHub Issue: #166 Priority: P0 Status: Not started

Description

A task header displayed at the top of the chat session that provides key context about the current task.

Requirements

  • Display the initial prompt/task description
  • Show cost so far (token usage / monetary cost)
  • Show context size (tokens in context window)
  • Include a button to manually trigger context compaction
  • Update in real-time as the task progresses

Current State

No task header exists. The chat view starts directly with the message list.

Gaps

  • No task header component
  • No cost tracking displayed in the UI (cost data may be available from CLI)
  • No context size indicator
  • No context compaction trigger (CLI may support this via an endpoint)
  • Need to determine what SSE events or HTTP endpoints provide cost/context data