MCPcopy Create free account

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

Functions428 in github.com/0x0funky/TermHive

↓ 30 callersFunctionerr
(t: string)
src/hive-mcp-server.ts:176
↓ 28 callersFunctiontext
(t: string)
src/hive-mcp-server.ts:173
↓ 23 callersFunctionsendJson
(res: ServerResponse, status: number, obj: unknown)
src/daemon/daemon.ts:279
↓ 21 callersFunctionrequest
(path: string, options?: RequestInit)
client/src/api.ts:3
↓ 19 callersFunctiongetProjectData
(projectId: string)
src/storage.ts:51
↓ 18 callersMethodrequest
RPC call — resolves with the typed result or rejects on daemon error.
src/daemon/client.ts:133
↓ 17 callersFunctiononClose
(leafId: string)
client/src/components/AgentGrid.tsx:534
↓ 15 callersFunctionsend
(textArg?: string)
client/src/components/CommandPanel.tsx:173
↓ 14 callersFunctionnow
()
src/daemon/codex-agents.ts:91
↓ 13 callersMethodappend
(conv: Conversation, m: Omit<BrainMessage, 'id' | 'ts'>)
src/daemon/orchestrator.ts:541
↓ 13 callersFunctionupsert
(s: CodexSession, item: CodexItem)
src/daemon/codex-agents.ts:183
↓ 11 callersMethodcommand
Fire-and-forget command (no reply expected).
src/daemon/client.ts:153
↓ 11 callersFunctionreply
(result: unknown)
src/daemon/daemon.ts:194
↓ 10 callersFunctiondaemonFetch
Plain fetch with an upper-bound timeout so a dead daemon never hangs us.
src/hive-mcp-server.ts:133
↓ 10 callersMethodsend
Run one brain turn for a user message.
src/daemon/orchestrator.ts:225
↓ 9 callersFunctionensureDir
(dir: string)
src/storage.ts:9
↓ 8 callersFunctionresolveProject
(ref: string)
src/daemon/hive.ts:109
↓ 7 callersFunctionsetStatus
(agentId: string, status: string)
src/daemon/daemon.ts:74
↓ 7 callersFunctionsharedDir
(projectName: string)
src/storage.ts:24
↓ 6 callersFunctionbroadcast
(msg: WSServerMessage)
src/server.ts:39
↓ 6 callersMethodcurrent
()
src/daemon/orchestrator.ts:518
↓ 6 callersFunctionisCodex
True once this agent id is a live Codex (app-server) agent.
src/daemon/runtime.ts:19
↓ 6 callersFunctiononStatus
()
src/daemon/codex-agents.ts:89
↓ 6 callersFunctionreadBody
Collect a request body (capped to guard against runaway uploads).
src/daemon/daemon.ts:267
↓ 6 callersFunctionsend
(ws: WebSocket, msg: DaemonMessage)
src/daemon/daemon.ts:52
↓ 6 callersMethodstop
Kill the app-server process.
src/daemon/codex-server.ts:198
↓ 6 callersFunctionwikiDir
(projectName: string)
src/storage.ts:28
↓ 5 callersFunctionbroadcast
(msg: DaemonMessage)
src/daemon/daemon.ts:56
↓ 5 callersMethodconnect
()
src/daemon/client.ts:47
↓ 5 callersFunctionitemById
(s: CodexSession, id: unknown)
src/daemon/codex-agents.ts:197
↓ 5 callersFunctionleafIds
(t: TreeNode | null)
client/src/components/AgentGrid.tsx:49
↓ 5 callersMethodsave
()
src/daemon/orchestrator.ts:592
↓ 5 callersFunctionsaveProjectData
(data: ProjectData)
src/storage.ts:57
↓ 5 callersFunctionstopSpeaking
()
client/src/components/JarvisHud.tsx:52
↓ 5 callersFunctionwsSend
(obj: object)
client/src/components/CommandPanel.tsx:166
↓ 4 callersMethodemitState
()
src/daemon/orchestrator.ts:557
↓ 4 callersFunctionfail
(error: string)
src/daemon/daemon.ts:195
↓ 4 callersFunctiongetApiKey
(provider: 'openai' | 'gemini')
src/voice/config.ts:98
↓ 4 callersFunctiongetArg
(name: string)
src/mcp-server.ts:32
↓ 4 callersFunctiongracefulShutdown
(signal: string)
src/server.ts:274
↓ 4 callersMethodmakeConversation
()
src/daemon/orchestrator.ts:522
↓ 4 callersFunctionrenderSection
(title: string, items: api.SharedContent[])
client/src/components/ProjectWiki.tsx:147
↓ 4 callersFunctionsetArmedState
(v: boolean)
client/src/hooks/useWakeWord.ts:50
↓ 4 callersFunctionshutdown
(signal: string)
src/daemon/daemon.ts:566
↓ 4 callersFunctionupdateAgent
(projectId: string, agentId: string, updates: Partial<Pick<Agent, 'name' | 'role' | 'cli' | 'cwd' | 'status' |
src/storage.ts:132
↓ 4 callersFunctionwalk
(n: TreeNode)
client/src/components/AgentGrid.tsx:43
↓ 3 callersFunctionbringFront
(id: string)
client/src/components/AgentGrid.tsx:633
↓ 3 callersFunctionbroadcastContentUpdate
(projectId: string, filename: string)
src/server.ts:50
↓ 3 callersFunctionbuildTiledTree
(agents: Agent[], dir: 'h' | 'v' = 'h')
client/src/components/AgentGrid.tsx:100
↓ 3 callersFunctionclearArmTimer
()
client/src/hooks/useWakeWord.ts:51
↓ 3 callersFunctionexpandHome
Expand a leading ~ to the user's home directory.
src/daemon/hive.ts:103
↓ 3 callersFunctionfireQuickCmd
(textArg?: string)
client/src/App.tsx:359
↓ 3 callersFunctionflushSave
Persist immediately, cancelling any pending debounced save.
src/daemon/codex-agents.ts:161
↓ 3 callersFunctiongetSnapshot
(args: Args)
src/hive-mcp-server.ts:147
↓ 3 callersFunctionisHidden
(relPath: string)
src/activity.ts:56
↓ 3 callersFunctionloadApiKeys
()
src/voice/config.ts:65
↓ 3 callersFunctionnormalizeItem
Map one app-server thread item to a normalized CodexItem (or null to skip).
src/daemon/codex-agents.ts:257
↓ 3 callersFunctionprojectDir
(projectId: string)
src/storage.ts:13
↓ 3 callersFunctionpushEvent
(event: Omit<ActivityEvent, 'id' | 'timestamp'>)
src/activity.ts:18
↓ 3 callersMethodraw
(json: string)
src/daemon/client.ts:123
↓ 3 callersFunctionreload
()
client/src/components/SharedContent.tsx:171
↓ 3 callersFunctionresolveAgent
(projectId: string, ref: string)
src/daemon/hive.ts:120
↓ 3 callersMethodsend
(obj: Record<string, unknown>)
src/daemon/codex-server.ts:166
↓ 3 callersFunctionstringify
(v: unknown, cap = 4000)
src/daemon/codex-agents.ts:248
↓ 3 callersFunctionsubmit
(textArg?: string)
client/src/components/JarvisHud.tsx:222
↓ 3 callersFunctionsubmitTurn
(s: CodexSession, text: string, model?: string, effort?: string)
src/daemon/codex-agents.ts:406
↓ 3 callersFunctiontoRelative
(filePath: string)
src/activity.ts:52
↓ 3 callersFunctionuseSpeechInput
(onText: SpeechResultHandler, options: SpeechOptions = {})
client/src/hooks/useSpeechInput.ts:45
↓ 2 callersFunctionagentHue
(name: string)
client/src/utils/agentIdentity.ts:31
↓ 2 callersFunctionagentStatuses
Fetch the fine-grained agent status map from the daemon. * If the daemon is unreachable, nothing is running (it owns every PTY).
src/routes.ts:19
↓ 2 callersFunctionaskAgentDispatch
( projectRef: string, agentRef: string, message: string, )
src/daemon/hive.ts:296
↓ 2 callersFunctionassistantText
Pull the text blocks out of an assistant transcript record.
src/daemon/hive.ts:179
↓ 2 callersFunctionbroadcastStatus
(agentId: string, status: string)
src/server.ts:46
↓ 2 callersFunctionbuildAgentEnv
* Build a Codex agent's Termhive environment: the `developerInstructions` * (so it knows about its project wiki, shared content, and teammates) and t
src/daemon/codex-agents.ts:41
↓ 2 callersFunctionbuildInvocation
* Build the command + args array used by both Claude and Codex configs.
src/mcp-config.ts:48
↓ 2 callersFunctionclearKey
(provider: 'openai' | 'gemini')
client/src/components/SettingsModal.tsx:68
↓ 2 callersMethoddetachTerminal
(agentId: string)
src/daemon/client.ts:160
↓ 2 callersFunctionemitAgentDispatch
Announce an orchestrator→agent dispatch so the web server can log it.
src/daemon/daemon.ts:124
↓ 2 callersMethodensureStarted
Ensure the app-server is running and handshaked. Safe to call often.
src/daemon/codex-server.ts:76
↓ 2 callersFunctionescapeRegex
(s: string)
src/mcp-config.ts:205
↓ 2 callersFunctionexpandHome
Expand a leading ~ to the user's home directory.
src/daemon/codex-agents.ts:94
↓ 2 callersFunctionexplainError
(code: string, secure: boolean)
client/src/hooks/useSpeechInput.ts:23
↓ 2 callersFunctionfetchClaudeUsage
()
src/usage.ts:34
↓ 2 callersFunctionfetchCodexUsage
()
src/usage.ts:79
↓ 2 callersFunctionfindProject
Resolve a project by id or case-insensitive name.
src/hive-mcp-server.ts:154
↓ 2 callersFunctionfinish
(outcome: 'ended' | 'timeout')
src/daemon/hive.ts:145
↓ 2 callersFunctionfinish
(timedOut: boolean)
src/daemon/codex-agents.ts:652
↓ 2 callersFunctiongetClaudeMcpConfigDir
()
src/mcp-config.ts:21
↓ 2 callersFunctiongetClaudeMcpConfigPath
(agentId: string)
src/mcp-config.ts:26
↓ 2 callersFunctiongetHookConfigPath
(agentId: string)
src/hook-config.ts:52
↓ 2 callersMethodgetState
()
src/daemon/orchestrator.ts:171
↓ 2 callersFunctionhandleStartAll
(projectId?: string)
client/src/App.tsx:338
↓ 2 callersFunctionhandleStopAll
(projectId?: string)
client/src/App.tsx:347
↓ 2 callersFunctionhasKey
(provider: 'browser' | 'openai' | 'gemini')
src/voice/config.ts:114
↓ 2 callersFunctionhistoryFile
(agentId: string)
src/daemon/codex-agents.ts:127
↓ 2 callersFunctionhookConfigDir
()
src/hook-config.ts:48
↓ 2 callersFunctionhubFetch
(args: Args, path: string, init?: RequestInit)
src/mcp-server.ts:44
↓ 2 callersMethodisConnected
()
src/daemon/client.ts:216
↓ 2 callersFunctionkey
()
src/voice/gemini.ts:13
↓ 2 callersFunctionkeyOK
(id: 'browser' | 'openai' | 'gemini')
client/src/components/SettingsModal.tsx:112
next →1–100 of 428, ranked by callers