> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qredence.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Interactive mode (`packages/coding-agent/src/modes/`)

> Interactive terminal agent (packages/tui is the TUI layer). The AgentConnection seam connects interactive clients to daemon-backed sessions. InteractiveModeLocalSessionHost was deleted...

Interactive terminal agent (`packages/tui` is the TUI layer). The `AgentConnection` seam connects interactive clients to daemon-backed sessions. `InteractiveModeLocalSessionHost` was deleted 2026-08-11 (`docs/adr/0001-kill-interactivemode-localsessionhost.md`); the seam widened with extensions sub-interface, read-only `SessionView`, and `afterReplace` hook. Never add a new daemon command to startup without a protocol/capability gate.

Related: [TUI](/fleet-prime-agent/packages--tui), [Daemon](/fleet-prime-agent/packages--coding-agent--daemon)
