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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user