MCPcopy Create free account

hub / github.com/MagicCube/helixent / functions

Functions222 in github.com/MagicCube/helixent

↓ 1 callersFunctionallDone
(todos?: { status: string }[])
src/cli/tui/app.tsx:21
↓ 1 callersFunctionapplyHunks
(original: string, file: PatchFile)
src/coding/tools/apply-patch.ts:130
↓ 1 callersFunctionapplyTodoWrite
(store: TodoItemView[], input: { merge: boolean; todos: TodoItemView[] })
src/cli/tui/todo-view.ts:145
↓ 1 callersFunctionassistantMessageText
(message: AssistantMessage)
src/cli/tui/message-text.ts:32
↓ 1 callersFunctionblockToContent
* Converts a single accumulated block into its {@link AssistantMessageContent} * representation, or returns null when the block carries no renderable
src/community/anthropic/stream-utils.ts:130
↓ 1 callersFunctionbold
(s: string)
src/cli/tui/message-text.ts:11
↓ 1 callersFunctionbuildInitialFocus
(questions: AskUserQuestionItem[])
src/cli/tui/components/ask-user-question-prompt.tsx:14
↓ 1 callersFunctionbuildInitialSelections
(questions: AskUserQuestionItem[])
src/cli/tui/components/ask-user-question-prompt.tsx:10
↓ 1 callersFunctionbuildPromptSubmission
(text: string, commands: SlashCommand[])
src/cli/tui/command-registry.ts:139
↓ 1 callersFunctioncanSubmit
(questions: AskUserQuestionItem[], selections: string[][])
src/cli/tui/components/ask-user-question-prompt.tsx:18
↓ 1 callersMethodclearMessages
* Clears all messages from the agent's internal context.
src/agent/agent.ts:131
↓ 1 callersFunctionclearTerminal
()
src/cli/tui/hooks/use-agent-loop.ts:186
↓ 1 callersFunctioncreateCodingAgent
({ model, cwd = process.cwd(), skillsDirs = [join(process.cwd(), ".agents/skills")], askUser, askUse
src/coding/agents/lead-agent.ts:31
↓ 1 callersFunctioncreateSkillsMiddleware
(skillsDirs: string[] = [join(process.cwd(), "skills")])
src/agent/skills/skills-middleware.ts:32
↓ 1 callersFunctiondedupeCommands
(commands: SlashCommand[])
src/cli/tui/command-registry.ts:173
↓ 1 callersFunctiondefaultHelixentHome
()
src/cli/settings/settings-loader.ts:7
↓ 1 callersFunctionfilterCommands
(commands: SlashCommand[], filter: string)
src/cli/tui/command-registry.ts:50
↓ 1 callersFunctionfinishWithBaseURL
(url: string)
src/cli/bootstrap/model-wizard.tsx:77
↓ 1 callersFunctionformatReminder
(todos: TodoItem[])
src/agent/todos/todos.ts:66
↓ 1 callersFunctionformatSummary
(todos: TodoItem[])
src/agent/todos/todos.ts:55
↓ 1 callersFunctiongetCurrentTodo
(todos?: TodoItemView[])
src/cli/tui/todo-view.ts:106
↓ 1 callersFunctiongetDefaultHelixentHome
()
src/cli/config/index.ts:17
↓ 1 callersFunctiongetHighlightedCommandName
(text: string, commands: SlashCommand[])
src/cli/tui/command-registry.ts:73
↓ 1 callersFunctiongetMessageKey
(message: NonSystemMessage, index: number)
src/cli/tui/components/message-history.tsx:216
↓ 1 callersFunctiongetReasoningContent
(value: OpenAIReasoningFields)
src/community/openai/types.ts:26
↓ 1 callersFunctiongetTodoColor
(status: string)
src/cli/tui/components/todo-panel.tsx:53
↓ 1 callersFunctiongetTodoIcon
(status: string)
src/cli/tui/components/todo-panel.tsx:39
↓ 1 callersFunctiongetVisibleWindow
(total: number, selectedIndex: number, maxVisible: number)
src/cli/tui/components/command-list.tsx:68
↓ 1 callersFunctionisAbortError
(error: unknown)
src/cli/tui/hooks/use-agent-loop.ts:179
↓ 1 callersFunctionisAssistantMessage
(message: NonSystemMessage)
src/cli/tui/token-usage.ts:24
↓ 1 callersFunctionisStructuredToolError
(value: unknown)
src/agent/tool-result-runtime.ts:45
↓ 1 callersFunctionisStructuredToolSuccess
(value: unknown)
src/agent/tool-result-runtime.ts:34
↓ 1 callersFunctionlastUserMessageIndex
* Find the index of the last user message, so we only look at todos * from the current conversation turn.
src/cli/tui/todo-view.ts:23
↓ 1 callersFunctionloadAvailableCommands
(skillsDirs?: string[])
src/cli/tui/command-registry.ts:44
↓ 1 callersFunctionloadHistoryFromDisk
()
src/cli/tui/hooks/use-input-history.ts:15
↓ 1 callersFunctionloadLayer
(path: string)
src/cli/settings/settings-loader.ts:28
↓ 1 callersFunctionmaskSecurityString
(str: string)
src/cli/bootstrap/model-wizard.tsx:217
↓ 1 callersFunctionmergeSettingsLayers
(layers: Settings[])
src/cli/settings/settings-loader.ts:41
↓ 1 callersFunctionmessageToPlainText
(message: NonSystemMessage)
src/cli/tui/message-text.ts:14
↓ 1 callersFunctionparsePatch
(patch: string)
src/coding/tools/apply-patch.ts:32
↓ 1 callersFunctionparseToolInput
(partialJson: string)
src/community/anthropic/stream-utils.ts:149
↓ 1 callersMethodprojectSettingsPath
(cwd: string)
src/cli/settings/settings-loader.ts:101
↓ 1 callersFunctionreadJsonFile
(path: string)
src/cli/settings/settings-loader.ts:15
↓ 1 callersFunctionregisterAddCommand
(parent: Command)
src/cli/commands/config/model/add.ts:14
↓ 1 callersFunctionregisterCommands
(program: Command)
src/cli/commands/index.ts:5
↓ 1 callersFunctionregisterConfigCommands
(program: Command)
src/cli/commands/config/index.ts:5
↓ 1 callersFunctionregisterListCommand
(parent: Command)
src/cli/commands/config/model/list.ts:5
↓ 1 callersFunctionregisterModelCommands
(parent: Command)
src/cli/commands/config/model/index.ts:8
↓ 1 callersFunctionregisterRemoveCommand
(parent: Command)
src/cli/commands/config/model/remove.ts:7
↓ 1 callersFunctionregisterSetDefaultCommand
(parent: Command)
src/cli/commands/config/model/set-default.ts:7
↓ 1 callersFunctionresetWizard
()
src/cli/bootstrap/model-wizard.tsx:35
↓ 1 callersFunctionrunFirstRunWizard
()
src/cli/bootstrap/first-run-wizard.tsx:51
↓ 1 callersFunctionsaveHistoryToDisk
(lines: string[])
src/cli/tui/hooks/use-input-history.ts:23
↓ 1 callersFunctionshowWelcomeScreen
()
src/cli/bootstrap/first-run-wizard.tsx:34
↓ 1 callersFunctionstringifyValue
(value: unknown)
src/agent/tool-result-runtime.ts:145
↓ 1 callersMethodsubscribe
(callback: (req: AskUserQuestionRequest | null) => void)
src/coding/tools/ask-user-question-manager.ts:49
↓ 1 callersFunctionsummarizeDescription
(description: string, maxLength = 72)
src/cli/tui/components/command-list.tsx:62
↓ 1 callersFunctiontabLabel
(header: string)
src/cli/tui/components/ask-user-question-prompt.tsx:26
↓ 1 callersFunctiontoTodoWriteInput
(input: Record<string, unknown>)
src/cli/tui/todo-view.ts:118
↓ 1 callersFunctiontoTokenUsage
(usage?: Anthropic.Usage)
src/community/anthropic/model-provider.ts:81
↓ 1 callersFunctiontoTokenUsage
(usage?: { prompt_tokens?: number; completion_tokens?: number; total_tokens?: number })
src/community/openai/model-provider.ts:9
↓ 1 callersFunctiontoTokenUsage
(usage?: { prompt_tokens?: number; completion_tokens?: number; total_tokens?: number; })
src/community/openai/stream-utils.ts:5
↓ 1 callersFunctiontoolUseText
(content: ToolUseContent)
src/cli/tui/message-text.ts:49
↓ 1 callersFunctionuseAgentLoopState
()
src/cli/tui/hooks/use-agent-loop.ts:167
↓ 1 callersFunctionuseAnimationFrame
(intervalMs: number | null = 50)
src/cli/tui/hooks/use-animation-frame.ts:9
↓ 1 callersFunctionuseApprovalManager
()
src/cli/tui/hooks/use-approval-manager.ts:5
↓ 1 callersFunctionuseAskUserQuestionManager
()
src/cli/tui/hooks/use-ask-user-question-manager.ts:9
↓ 1 callersFunctionuseCommandInput
({ commands, onSubmit, onAbort, }: { commands: SlashCommand[]; // eslint-disable-next-line no-unused
src/cli/tui/hooks/use-command-input.ts:36
↓ 1 callersFunctionuseFlushToScrollback
( messages: NonSystemMessage[], flushedRef: React.MutableRefObject<number>, // eslint-disable-next-line
src/cli/tui/app.tsx:84
↓ 1 callersFunctionuseInputHistory
()
src/cli/tui/hooks/use-input-history.ts:28
↓ 1 callersFunctionuserMessageText
(message: UserMessage)
src/cli/tui/message-text.ts:27
↓ 1 callersMethoduserSettingsPath
()
src/cli/settings/settings-loader.ts:97
↓ 1 callersFunctionvalidateHunkCounts
(hunk: PatchHunk, filePath: string)
src/coding/tools/apply-patch.ts:107
↓ 1 callersFunctionvalidateIntegrity
()
src/cli/bootstrap/integrity.ts:16
↓ 1 callersFunctionvalidateResultAgainstParams
(params: AskUserQuestionParameters, result: AskUserQuestionResult)
src/coding/tools/ask-user-question.ts:74
↓ 1 callersFunctionwalk
(dir: string, maxDepth: number, prefix = "", depth = 0, entries: string[] = [])
src/coding/tools/list-files.ts:14
FunctionAgentLoopProvider
({ agent, commands = [], children, }: { agent: Agent; commands?: SlashCommand[]; children: ReactNo
src/cli/tui/hooks/use-agent-loop.ts:23
FunctionApp
({ commands, supportProjectWideAllow = false, }: { commands: SlashCommand[]; supportProjectWideAllow?:
src/cli/tui/app.tsx:25
FunctionApprovalPrompt
({ toolUse, supportProjectWideAllow = false, onDecision, }: { toolUse: ToolUseContent; supportProjec
src/cli/tui/components/approval-prompt.tsx:23
FunctionAskUserQuestionPrompt
({ questions, onSubmit }: AskUserQuestionPromptProps)
src/cli/tui/components/ask-user-question-prompt.tsx:37
FunctionCommandList
({ commands, selectedIndex }: CommandListProps)
src/cli/tui/components/command-list.tsx:13
FunctionFooter
()
src/cli/tui/components/footer.tsx:13
FunctionHeader
()
src/cli/tui/components/header.tsx:7
FunctionHighlightedInput
({ value, cursorOffset, placeholder, highlightedCommandName, }: { value: string; cursorOffset: num
src/cli/tui/components/highlighted-input.tsx:5
FunctionInputBox
({ commands, onSubmit, onAbort, }: { commands: SlashCommand[]; // eslint-disable-next-line no-unused
src/cli/tui/components/input-box.tsx:10
FunctionLogo
({ color = currentTheme.colors.primary }: { color?: string })
src/cli/tui/components/header.tsx:28
FunctionModelWizard
({ onComplete, onAbort }: ModelWizardProps)
src/cli/bootstrap/model-wizard.tsx:27
FunctionQuestionPanel
({ question, focusIdx, selections, }: { question: AskUserQuestionItem; focusIdx: number; selection
src/cli/tui/components/ask-user-question-prompt.tsx:214
FunctionReviewPanel
({ questions, selections }: { questions: AskUserQuestionItem[]; selections: string[][] })
src/cli/tui/components/ask-user-question-prompt.tsx:197
FunctionShimmerText
({ text, shimmerStart, shimmerEnd, baseColor, shimmerColor, }: { text: string; shimmerStart: num
src/cli/tui/components/streaming-indicator.tsx:62
FunctionStreamingIndicator
({ streaming, nextTodo }: { streaming: boolean; nextTodo?: string })
src/cli/tui/components/streaming-indicator.tsx:25
FunctionTodoPanel
({ todos }: { todos?: TodoItemView[] })
src/cli/tui/components/todo-panel.tsx:6
FunctionWelcomeScreen
({ onContinue, onAbort }: { onContinue: () => void; onAbort: () => void })
src/cli/bootstrap/first-run-wizard.tsx:9
FunctionbuildTodoSnapshots
(messages: NonSystemMessage[])
src/cli/tui/todo-view.ts:48
FunctionbuildToolUseNames
(messages: NonSystemMessage[])
src/cli/tui/todo-view.ts:87
FunctionbuildToolUses
(messages: NonSystemMessage[])
src/cli/tui/todo-view.ts:102
Methodconstructor
(loader: SettingsLoader = new SettingsLoader())
src/cli/settings/settings-writer.ts:7
Methodconstructor
(helixentHome: string = defaultHelixentHome())
src/cli/settings/settings-loader.ts:93
Methodconstructor
* Creates a new model. * @param name - The name of the model to use. * @param provider - The provider to use to invoke the model. * @param op
src/foundation/models/model.ts:20
Methodconstructor
({ baseURL, apiKey }: { baseURL?: string; apiKey?: string } = {})
src/community/anthropic/model-provider.ts:19
← previousnext →101–200 of 222, ranked by callers