refactor: remove legacy chat/agent implementations, keep transcript-debug

Remove FloatingTerminal (#1), AgentBar/FloatBubble (#2), and all related
components, composables, types, handlers, routes, and CSS. Clean up orphaned
references in ToolsDropdown, whisperSocket, and claude-hook comments.
Transcript-debug is now the sole chat/agent system.

Deleted: 15 files (~3500 lines)
Edited: 12 files (-717 lines net)
This commit is contained in:
2026-02-20 13:41:19 -06:00
parent c6197694b5
commit abe6766a85
11 changed files with 35 additions and 716 deletions

View File

@@ -1,6 +1,6 @@
/**
* Singleton Whisper WebSocket Service
* One shared connection used by all voice components (FloatingVoice, useVoiceCapture, etc.)
* One shared connection used by all voice components (FloatingVoice, useVoiceInput, etc.)
*/
import { ref } from 'vue'