Show token bar at bottom of chat input (#33)
This commit is contained in:
@@ -10,6 +10,7 @@ import { registerProposalHandlers } from "./handlers/proposal_handlers";
|
||||
import { registerDebugHandlers } from "./handlers/debug_handlers";
|
||||
import { registerSupabaseHandlers } from "./handlers/supabase_handlers";
|
||||
import { registerLocalModelHandlers } from "./handlers/local_model_handlers";
|
||||
import { registerTokenCountHandlers } from "./handlers/token_count_handlers";
|
||||
|
||||
export function registerIpcHandlers() {
|
||||
// Register all IPC handlers by category
|
||||
@@ -25,4 +26,5 @@ export function registerIpcHandlers() {
|
||||
registerDebugHandlers();
|
||||
registerSupabaseHandlers();
|
||||
registerLocalModelHandlers();
|
||||
registerTokenCountHandlers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user