MCPcopy Create free account

hub / github.com/0x0funky/TermHive / functions

Functions428 in github.com/0x0funky/TermHive

↓ 1 callersFunctionparseArgs
()
src/mcp-server.ts:30
↓ 1 callersFunctionparseArgs
()
src/hive-mcp-server.ts:26
↓ 1 callersFunctionpcmToWav
Wrap raw PCM bytes in a minimal WAV (RIFF) container.
src/voice/gemini.ts:90
↓ 1 callersFunctionpick
(mimes: string[])
client/src/hooks/useSpeechInput.ts:131
↓ 1 callersFunctionpickIcon
(name: string)
client/src/components/ProjectWiki.tsx:46
↓ 1 callersFunctionplayApi
(text: string)
client/src/components/JarvisHud.tsx:127
↓ 1 callersFunctionplayBrowser
(text: string)
client/src/components/JarvisHud.tsx:164
↓ 1 callersFunctionpoll
()
src/usage.ts:125
↓ 1 callersFunctionprocessTtsQueue
()
client/src/components/JarvisHud.tsx:103
↓ 1 callersFunctionprojectOverview
(projectRef: string)
src/daemon/hive.ts:538
↓ 1 callersFunctionreadClaudeReply
* Read the reply a Claude agent produced for our injected message. * * Branch-safe: it locates our exact injected turn in the transcript, then * fo
src/daemon/hive.ts:201
↓ 1 callersFunctionreadShared
(projectRef: string, file?: string)
src/daemon/hive.ts:571
↓ 1 callersFunctionreadWiki
(projectRef: string, page?: string)
src/daemon/hive.ts:520
↓ 1 callersFunctionreloadKeys
()
client/src/components/SettingsModal.tsx:61
↓ 1 callersFunctionremoveClaudeHookConfig
(agentId: string)
src/hook-config.ts:88
↓ 1 callersFunctionremoveClaudeMcpConfig
(agentId: string)
src/mcp-config.ts:136
↓ 1 callersFunctionremoveCodexMcpConfig
(agentId: string)
src/mcp-config.ts:143
↓ 1 callersFunctionrenderMd
(text: string)
client/src/components/JarvisHud.tsx:17
↓ 1 callersFunctionrenderMd
(text: string)
client/src/components/CommandPanel.tsx:22
↓ 1 callersMethodrequest
Send a JSON-RPC request; resolves with `result` or rejects on error.
src/daemon/codex-server.ts:176
↓ 1 callersMethodresizeTerminal
(agentId: string, cols: number, rows: number)
src/daemon/client.ts:166
↓ 1 callersMethodrunCodexTurn
(conv: Conversation, prompt: string)
src/daemon/orchestrator.ts:307
↓ 1 callersFunctionsaveApiKeys
(partial: ApiKeys)
src/voice/config.ts:82
↓ 1 callersMethodscheduleReconnect
()
src/daemon/client.ts:83
↓ 1 callersFunctionscheduleSave
Debounced persist — called on every item change.
src/daemon/codex-agents.ts:151
↓ 1 callersMethodsendBrain
Send a user message to the orchestrator brain (fire-and-forget).
src/daemon/client.ts:196
↓ 1 callersFunctionsetStatus
(s: CodexSession, status: string)
src/daemon/codex-agents.ts:202
↓ 1 callersFunctionsetSttProvider
(id: VoiceConfig['stt']['provider'])
client/src/components/SettingsModal.tsx:122
↓ 1 callersFunctionsetTtsProvider
(id: VoiceConfig['tts']['provider'])
client/src/components/SettingsModal.tsx:129
↓ 1 callersFunctionsortRec
(nodes: TreeNode[])
client/src/components/SharedContent.tsx:75
↓ 1 callersMethodspawnAndHandshake
()
src/daemon/codex-server.ts:83
↓ 1 callersFunctionspeakReply
(text: string, cfg: TtsCfg)
client/src/components/JarvisHud.tsx:88
↓ 1 callersFunctionstartAgentDispatch
( projectRef: string, agentRef: string, doStart: (agent: Agent) => boolean | Promise<boolean>, )
src/daemon/hive.ts:442
↓ 1 callersFunctionstartDrag
(id: string)
client/src/components/AgentGrid.tsx:641
↓ 1 callersFunctionstartResize
(id: string, dir: string)
client/src/components/AgentGrid.tsx:666
↓ 1 callersFunctionstatusLabel
Human-friendly label for an agent status.
client/src/components/AgentGrid.tsx:25
↓ 1 callersFunctionstopAgentDispatch
(projectRef: string, agentRef: string)
src/daemon/hive.ts:483
↓ 1 callersFunctionsubmit
()
client/src/components/CodexAgentView.tsx:104
↓ 1 callersFunctionswapLeaves
(tree: TreeNode, idA: string, idB: string)
client/src/components/AgentGrid.tsx:78
↓ 1 callersMethodswitchBrainConversation
Switch the active brain conversation.
src/daemon/client.ts:208
↓ 1 callersMethodswitchConversation
Switch the active conversation.
src/daemon/orchestrator.ts:200
↓ 1 callersFunctionswitchTo
(id: string)
client/src/components/CommandPanel.tsx:187
↓ 1 callersFunctiontimeAgo
(timestamp: string)
client/src/components/ActivityFeed.tsx:29
↓ 1 callersFunctiontimeAgo
(ts: string)
client/src/components/CommandPanel.tsx:66
↓ 1 callersFunctiontoggle
()
client/src/components/NotificationCenter.tsx:40
↓ 1 callersFunctiontomlStr
TOML basic-string literal with proper escaping (Windows paths included).
src/daemon/orchestrator.ts:141
↓ 1 callersFunctiontranscribeGemini
( audio: Buffer, mime: string, model: string, language?: string, )
src/voice/gemini.ts:19
↓ 1 callersFunctiontranscribeOpenAI
( audio: Buffer, mime: string, model: string, language?: string, )
src/voice/openai.ts:5
↓ 1 callersMethodtrimConversations
Drop the oldest conversations beyond the cap.
src/daemon/orchestrator.ts:535
↓ 1 callersFunctionttsGemini
( text: string, model: string, voice: string, )
src/voice/gemini.ts:54
↓ 1 callersFunctionttsOpenAI
( text: string, model: string, voice: string, speed = 1.0, )
src/voice/openai.ts:30
↓ 1 callersFunctionunsubscribeAll
(ws: WebSocket)
src/server.ts:286
↓ 1 callersFunctionupdateRatio
(tree: TreeNode, path: ('a' | 'b')[], ratio: number)
client/src/components/AgentGrid.tsx:90
↓ 1 callersFunctionuseVoiceConfig
()
client/src/hooks/useVoiceConfig.ts:32
↓ 1 callersFunctionuseWakeWord
({ enabled, phrase, onWake, onCommand }: WakeOptions)
client/src/hooks/useWakeWord.ts:25
↓ 1 callersFunctionuseWebSocket
(onMessage: MessageHandler)
client/src/hooks/useWebSocket.ts:14
↓ 1 callersMethoduserCodexModelConfig
Inherit `model` / `service_tier` from the user's Codex config, if set.
src/daemon/orchestrator.ts:501
↓ 1 callersFunctionvalidateTree
(t: TreeNode | null, ids: Set<string>)
client/src/components/AgentGrid.tsx:41
↓ 1 callersFunctionwaitForAgentReady
* Wait until a freshly-started agent can accept injected input. * Claude keys off its SessionStart lifecycle hook plus a settle buffer (the * TUI an
src/daemon/hive.ts:411
↓ 1 callersFunctionwaitForTurnEnd
* Resolve the daemon-owned hooks for a Claude agent into a turn boundary. * * After we inject a prompt the agent fires `UserPromptSubmit` (turn star
src/daemon/hive.ts:140
↓ 1 callersFunctionwalk
(dir: string)
src/pty-manager.ts:84
↓ 1 callersFunctionwriteClaudeHookConfig
(agentId: string, hookBaseUrl: string)
src/hook-config.ts:60
↓ 1 callersFunctionwriteClaudeMcpConfig
(ctx: McpWriteContext)
src/mcp-config.ts:67
↓ 1 callersFunctionwriteCodexMcpConfig
(ctx: McpWriteContext)
src/mcp-config.ts:91
↓ 1 callersMethodwriteTerminal
(agentId: string, data: string)
src/daemon/client.ts:163
FunctionActivityFeed
({ projectId, wsRef }: Props)
client/src/components/ActivityFeed.tsx:81
FunctionAgentGrid
({ agents, layout, focusedId, onFocus, onStart, onStop, onRestart, onDelete, send, wsRef, projectId, }:
client/src/components/AgentGrid.tsx:788
FunctionAgentPane
({ agent, focused, onFocus, onStart, onStop, onRestart, onDelete, dragHandlers, headMouseDown, isDraggin
client/src/components/AgentGrid.tsx:136
FunctionApp
()
client/src/App.tsx:36
FunctionBrainRow
({ m }: { m: BrainMessage })
client/src/components/CommandPanel.tsx:333
FunctionCanvasLayout
({ agents, focusedId, onFocus, projectId, onStart, onStop, onRestart, onDelete, send, wsRef, }: { agents
client/src/components/AgentGrid.tsx:577
FunctionCodexAgentView
({ agentId, send, wsRef, onFocus, focused }: Props)
client/src/components/CodexAgentView.tsx:45
FunctionCodexItemRow
({ item, open, onToggle }: { item: CodexItem; open: boolean; onToggle: () => void; })
client/src/components/CodexAgentView.tsx:190
FunctionCommandPalette
({ open, onClose, agents, onSelectAgent, onLayout, onTheme, onNewProject, onNewAgent, onStartAll, onStop
client/src/components/CommandPalette.tsx:35
FunctionCommandPanel
({ open, onClose, wsRef, sttCfg }: Props)
client/src/components/CommandPanel.tsx:76
FunctionCreateAgentModal
({ projectCwd, onClose, onCreate }: Props)
client/src/components/CreateAgentModal.tsx:14
FunctionCreateProjectModal
({ onClose, onCreate }: Props)
client/src/components/CreateProjectModal.tsx:8
FunctionDraggableRow
({ items, focusedId, onFocus, onReorder, sizes, onResize, onStart, onStop, onRestart, onDelete, send, wsRe
client/src/components/AgentGrid.tsx:269
FunctionGridTmuxLayout
({ agents, focusedId, onFocus, projectId, onStart, onStop, onRestart, onDelete, send, wsRef, }: { agents
client/src/components/AgentGrid.tsx:469
FunctionJarvisHud
({ send, working, lastReply, onClearReply, sttCfg, ttsCfg, headerListening, wake, awaiting, running, idle, o
client/src/components/JarvisHud.tsx:212
FunctionMessagesPanel
({ projectId, agents, wsRef }: Props)
client/src/components/MessagesPanel.tsx:41
FunctionNotificationCenter
({ notifs, unread, onOpen, onSelect }: Props)
client/src/components/NotificationCenter.tsx:26
FunctionProjectWiki
({ projectId }: Props)
client/src/components/ProjectWiki.tsx:54
FunctionResizer
({ onDrag }: { onDrag: (dx: number, dy: number) => void })
client/src/components/AgentGrid.tsx:233
FunctionRow
({ label, children }: { label: string; children: React.ReactNode })
client/src/components/SettingsModal.tsx:360
FunctionSettingsModal
({ open, onClose, onSaved }: Props)
client/src/components/SettingsModal.tsx:52
FunctionSharedContentView
({ projectId, refreshTrigger }: Props)
client/src/components/SharedContent.tsx:164
FunctionSidebar
({ projects, agents, selectedProjectId, selectedAgentId, onSelectProject, onSelectAgent, onNewProject, onN
client/src/components/Sidebar.tsx:69
FunctionTerminal
({ agentId, send, wsRef, onFocus, focused }: Props)
client/src/components/Terminal.tsx:15
FunctionTmuxNode
({ node, agents, focusedId, onFocus, onSplit, onClose, onRatio, onSwap, dragState, setDragState, path =
client/src/components/AgentGrid.tsx:349
FunctionTreeNodeView
({ node, depth, selectedPath, onSelect, }: { node: TreeNode; depth: number; selectedPath: string | nul
client/src/components/SharedContent.tsx:112
FunctionUsageRow
({ label, pct, color, resetsAt, }: { label: string; pct: number | null; color: string; resetsAt?: string | n
client/src/components/Sidebar.tsx:39
FunctionUsageTitle
({ icon, label }: { icon: string; label: string })
client/src/components/Sidebar.tsx:60
FunctionaddOutputListener
(agentId: string, listener: (data: string) => void)
src/pty-manager.ts:474
FunctionaskAgent
(agentId: string, message: string)
src/daemon/codex-agents.ts:632
FunctionaskCodexAgent
(agentId: string, message: string)
src/daemon/runtime.ts:84
Functionattach
( agentId: string, handlers: { onText: (data: string) => void; onItem: (item: CodexItem) => void }, )
src/daemon/runtime.ts:54
FunctionbroadcastBrainEvent
(ev: BrainEvent)
src/daemon/daemon.ts:118
FunctioncleanupMcpConfig
(agent: Agent)
src/pty-manager.ts:455
FunctioncleanupMcpConfig
(agent: Agent)
src/daemon/runtime.ts:79
← previousnext →201–300 of 428, ranked by callers