Back to Kilocode

Dedicated Output Channel

packages/kilo-vscode/docs/infrastructure/dedicated-output-channel.md

7.2.40453 B
Original Source

Dedicated Output Channel

Priority: P2

Agent Manager has its own output channel. No general "Kilo Code" output channel exists.

Remaining Work

  • Create vscode.window.createOutputChannel("Kilo Code") during activation
  • Centralized logging utility with log levels (debug, info, warn, error)
  • Route all [Kilo New] log messages to this channel
  • Dispose on deactivation
  • Migrate existing console.log("[Kilo New] ...") calls to the logger