MCPcopy Create free account

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

Functions428 in github.com/0x0funky/TermHive

↓ 2 callersFunctionloadFiles
()
client/src/components/ProjectWiki.tsx:76
↓ 2 callersFunctionmakeTitle
Make a short conversation title from the first user message.
src/daemon/orchestrator.ts:605
↓ 2 callersFunctionmcpServerKeyForCodex
(agentId: string)
src/mcp-config.ts:41
↓ 2 callersFunctionnormalizePath
Normalize for path equality — case-insensitive + forward slashes on Windows.
src/pty-manager.ts:44
↓ 2 callersMethodonExit
Subscribe to app-server process exits (so threads can be re-resumed).
src/daemon/codex-server.ts:66
↓ 2 callersMethodonNotification
Subscribe to app-server notifications (turn/thread/item events).
src/daemon/codex-server.ts:60
↓ 2 callersFunctiononSplit
(leafId: string, dir: 'h' | 'v')
client/src/components/AgentGrid.tsx:529
↓ 2 callersFunctionparseLog
(content: string)
client/src/components/ProjectWiki.tsx:28
↓ 2 callersFunctionprojectFile
(projectId: string)
src/storage.ts:17
↓ 2 callersFunctionreadDir
(d: string, prefix: string)
src/storage.ts:162
↓ 2 callersFunctionremoveLeaf
(tree: TreeNode, leafId: string)
client/src/components/AgentGrid.tsx:70
↓ 2 callersFunctionrenderMd
(text: string)
client/src/components/CodexAgentView.tsx:40
↓ 2 callersFunctionresizeRow
(setter: React.Dispatch<React.SetStateAction<number[]>>)
client/src/components/AgentGrid.tsx:846
↓ 2 callersFunctionsaveHistory
(s: CodexSession)
src/daemon/codex-agents.ts:131
↓ 2 callersFunctionscheduleRestart
()
client/src/hooks/useWakeWord.ts:82
↓ 2 callersMethodsetStatus
(status: BrainStatus)
src/daemon/orchestrator.ts:551
↓ 2 callersFunctionsleep
(ms: number)
src/daemon/hive.ts:290
↓ 2 callersFunctionsplitLeaf
(tree: TreeNode, leafId: string, dir: 'h' | 'v', newAgentId: string)
client/src/components/AgentGrid.tsx:54
↓ 2 callersFunctionstart
()
client/src/hooks/useWakeWord.ts:87
↓ 2 callersFunctiontimeAgo
(ts: string | undefined)
client/src/components/SharedContent.tsx:89
↓ 2 callersFunctiontimeAgo
(timestamp: string)
client/src/components/ProjectWiki.tsx:17
↓ 2 callersFunctiontimeAgo
(ts: string)
client/src/components/MessagesPanel.tsx:30
↓ 2 callersFunctiontomlString
(s: string)
src/mcp-config.ts:194
↓ 1 callersMethodabortBrain
Cancel the in-flight Keeper turn (kill the Codex child process).
src/daemon/client.ts:204
↓ 1 callersMethodabortTurn
* Cancel the in-flight Keeper turn. Kills the running codex child; its * `close` handler then resolves runCodexTurn, send()'s finally block runs,
src/daemon/orchestrator.ts:268
↓ 1 callersFunctionagentInitials
(name: string)
client/src/utils/agentIdentity.ts:39
↓ 1 callersFunctionattachTerminal
(ws: WebSocket, agentId: string)
src/daemon/daemon.ts:140
↓ 1 callersMethodattachTerminal
(agentId: string)
src/daemon/client.ts:157
↓ 1 callersFunctionbroadcastDispatch
( projectRef: string | undefined, message: string, )
src/daemon/hive.ts:608
↓ 1 callersFunctionbuildTermhiveSection
* Build the Termhive instruction section content.
src/pty-manager.ts:175
↓ 1 callersFunctionbuildTree
(items: api.SharedContent[])
client/src/components/SharedContent.tsx:25
↓ 1 callersFunctionclaudeTranscriptDir
* Claude Code stores per-project transcripts at * ~/.claude/projects/<slug>/<sessionId>.jsonl * where <slug> is the cwd with every non-alphanumeri
src/daemon/hive.ts:173
↓ 1 callersFunctioncleanCommand
* Strip the shell wrapper codex adds so the card shows the real command. * On Windows codex runs everything as `"…\powershell.exe" -Command "ACTUAL"`
src/daemon/codex-agents.ts:229
↓ 1 callersFunctioncleanStaleCodexMcp
()
src/mcp-config.ts:168
↓ 1 callersFunctioncreateAgentDispatch
( projectRef: string, name: string, cli: string, role?: string, cwd?: string, )
src/daemon/hive.ts:739
↓ 1 callersFunctioncreateProjectDispatch
( name: string, cwd: string, description?: string, )
src/daemon/hive.ts:681
↓ 1 callersFunctioncreateRouter
( daemon: DaemonClient, broadcastStatus: (agentId: string, status: string) => void, broadcastContentUpda
src/routes.ts:10
↓ 1 callersFunctiondayGroup
(timestamp: string)
client/src/components/ActivityFeed.tsx:70
↓ 1 callersMethoddeleteBrainConversation
Delete a brain conversation.
src/daemon/client.ts:212
↓ 1 callersFunctiondeleteConversation
(id: string)
client/src/components/CommandPanel.tsx:192
↓ 1 callersMethoddeleteConversation
Delete a conversation. Always keeps at least one.
src/daemon/orchestrator.ts:209
↓ 1 callersFunctiondetachTerminal
(ws: WebSocket, agentId: string)
src/daemon/daemon.ts:154
↓ 1 callersMethoddispatch
(msg: DaemonMessage)
src/daemon/client.ts:91
↓ 1 callersFunctiondone
()
client/src/components/JarvisHud.tsx:148
↓ 1 callersMethodensureBrainEnv
Write the brain's AGENTS.md + dedicated Codex home (config + auth).
src/daemon/orchestrator.ts:473
↓ 1 callersFunctionensureFolder
(fullPath: string, name: string)
client/src/components/SharedContent.tsx:29
↓ 1 callersFunctionensureInstructionFile
* Write Termhive instructions to a markdown file (CLAUDE.md or AGENTS.md).
src/pty-manager.ts:246
↓ 1 callersFunctionensureSharedDir
* Ensure the shared content directory exists with a README.
src/pty-manager.ts:151
↓ 1 callersFunctioneventIcon
(event: string)
client/src/components/ActivityFeed.tsx:40
↓ 1 callersFunctionexpandHome
Expand leading ~ to the user's home directory
src/pty-manager.ts:36
↓ 1 callersFunctionextractReasoning
(item: Record<string, any>)
src/daemon/codex-agents.ts:210
↓ 1 callersFunctionextractSpoken
Distill the speakable line out of a Keeper reply.
client/src/components/JarvisHud.tsx:68
↓ 1 callersFunctionfetchUsage
()
client/src/components/Sidebar.tsx:81
↓ 1 callersFunctionfindAgent
(project: SnapshotProject, ref: string)
src/hive-mcp-server.ts:163
↓ 1 callersFunctionformatDetail
(ev: ActivityEvent)
client/src/components/ActivityFeed.tsx:57
↓ 1 callersFunctionformatResetTime
(resetsAt: string | null)
client/src/components/Sidebar.tsx:25
↓ 1 callersFunctiongetArg
(name: string)
src/hive-mcp-server.ts:28
↓ 1 callersFunctiongetClaudeToken
()
src/usage.ts:26
↓ 1 callersFunctiongetCliCommand
(agent: Agent, sharedPath: string, wikiPath: string, mcpConfigPath: string | null, hookConfigPath: string | nu
src/pty-manager.ts:268
↓ 1 callersFunctiongetCodexAuth
()
src/usage.ts:68
↓ 1 callersFunctiongetHookBaseUrl
Base URL the daemon serves hook callbacks on (HTTP on the daemon's port).
src/pty-manager.ts:15
↓ 1 callersFunctiongetHubUrl
* Hub URL that the spawned MCP server will call back to. Matches the port * that server.ts listens on.
src/pty-manager.ts:31
↓ 1 callersFunctiongetMcpServerPath
* Absolute path to the compiled MCP server entry (dist/mcp-server.js). * tsup builds mcp-server.ts alongside server.ts in the same dist folder.
src/pty-manager.ts:23
↓ 1 callersFunctiongetServer
()
src/daemon/codex-agents.ts:102
↓ 1 callersFunctiongetSharedPath
* Get the shared content directory path for a project.
src/pty-manager.ts:144
↓ 1 callersMethodhandleCodexLine
Parse one Codex `--json` event line. Returns true if it was an answer.
src/daemon/orchestrator.ts:409
↓ 1 callersFunctionhandleHttp
(httpReq: IncomingMessage, res: ServerResponse)
src/daemon/daemon.ts:284
↓ 1 callersMethodhandleLine
(line: string)
src/daemon/codex-server.ts:130
↓ 1 callersFunctionhandleRequest
(ws: WebSocket, req: DaemonRequest)
src/daemon/daemon.ts:165
↓ 1 callersFunctionhandleSave
()
client/src/components/SharedContent.tsx:210
↓ 1 callersFunctionhandleSave
()
client/src/components/ProjectWiki.tsx:105
↓ 1 callersFunctionhandleSelectAgent
(projectId: string, agentId: string)
client/src/components/Sidebar.tsx:109
↓ 1 callersFunctionhandleSelectProject
(id: string)
client/src/components/Sidebar.tsx:104
↓ 1 callersFunctionhasClaudeSessionFor
* Claude Code stores project session transcripts under * ~/.claude/projects/<slug>/<sessionId>.jsonl * where <slug> is cwd with every non-alphanum
src/pty-manager.ts:56
↓ 1 callersFunctionhasCodexSessionFor
* Codex CLI stores session rollout files at * ~/.codex/sessions/YYYY/MM/DD/rollout-<ts>-<uuid>.jsonl * The cwd is embedded inside each file's firs
src/pty-manager.ts:78
↓ 1 callersFunctionhashStr
(s: string)
client/src/utils/agentIdentity.ts:25
↓ 1 callersFunctionhookEventToStatus
(event: string)
src/hook-config.ts:31
↓ 1 callersFunctioninitializeWiki
(projectId: string)
src/storage.ts:355
↓ 1 callersMethodisRunning
()
src/daemon/codex-server.ts:71
↓ 1 callersMethoditemToMessage
Map a Codex turn item to a renderable brain message (or null to skip).
src/daemon/orchestrator.ts:436
↓ 1 callersFunctionliveStatus
Fine-grained status for one agent, with a process-liveness floor.
src/daemon/daemon.ts:108
↓ 1 callersMethodload
()
src/daemon/orchestrator.ts:561
↓ 1 callersFunctionloadHistory
Pull a resumed thread's past turns/items back into the view.
src/daemon/codex-agents.ts:424
↓ 1 callersFunctionloadSavedHistory
Load a previously persisted item log, if it matches the resumed thread.
src/daemon/codex-agents.ts:169
↓ 1 callersFunctionmain
()
src/mcp-server.ts:52
↓ 1 callersFunctionmain
()
src/hive-mcp-server.ts:180
↓ 1 callersFunctionmatchesFilter
(event: string, f: Filter)
client/src/components/ActivityFeed.tsx:49
↓ 1 callersMethodnewBrainConversation
Start a fresh brain conversation.
src/daemon/client.ts:200
↓ 1 callersMethodnewConversation
Start a fresh conversation (keeps the existing ones).
src/daemon/orchestrator.ts:190
↓ 1 callersMethodnotify
Send a fire-and-forget JSON-RPC notification.
src/daemon/codex-server.ts:193
↓ 1 callersMethodonBrain
(listener: BrainListener)
src/daemon/client.ts:178
↓ 1 callersMethodonCodexItem
(listener: CodexItemListener)
src/daemon/client.ts:190
↓ 1 callersMethodonDispatch
(listener: DispatchListener)
src/daemon/client.ts:182
↓ 1 callersMethodonOrgChanged
(listener: OrgChangedListener)
src/daemon/client.ts:186
↓ 1 callersMethodonOutput
(listener: OutputListener)
src/daemon/client.ts:170
↓ 1 callersMethodonServerRequest
Install the handler for server→client requests (approvals etc.).
src/daemon/codex-server.ts:55
↓ 1 callersMethodonStatus
(listener: StatusListener)
src/daemon/client.ts:174
↓ 1 callersMethodonStdout
(chunk: string)
src/daemon/codex-server.ts:120
↓ 1 callersFunctiononSwap
(idA: string, idB: string)
client/src/components/AgentGrid.tsx:536
↓ 1 callersFunctionorgSnapshot
(liveStatus: (agentId: string) => string)
src/daemon/hive.ts:52
← previousnext →101–200 of 428, ranked by callers