MCPcopy Create free account

hub / github.com/MarsWang42/Awel / functions

Functions353 in github.com/MarsWang42/Awel

↓ 2 callersFunctiongetUntrackedFiles
* Returns the set of untracked file paths (relative to repo) at the given cwd.
packages/cli/src/undo.ts:61
↓ 2 callersFunctionhideHoverHighlight
()
packages/host/src/inspector.ts:723
↓ 2 callersFunctioninstallSkills
(projectCwd: string)
packages/cli/src/skills.ts:126
↓ 2 callersFunctionisComparisonMode
()
packages/host/src/index.ts:50
↓ 2 callersFunctionisUserComponent
(fiber: Record<string, unknown>)
packages/host/src/inspector.ts:142
↓ 2 callersFunctionmarkProjectReady
(projectCwd: string)
packages/cli/src/awel-config.ts:34
↓ 2 callersFunctionmemoryPath
(projectCwd: string)
packages/cli/src/memory.ts:16
↓ 2 callersFunctiononNavigation
()
packages/host/src/pageContext.ts:74
↓ 2 callersFunctionprefixedWriter
(prefix: string, stream: NodeJS.WriteStream)
packages/cli/src/logger.ts:16
↓ 2 callersFunctionpromptProviderSetup
()
packages/cli/src/onboarding.ts:5
↓ 2 callersFunctionresolveProvider
(modelId: string, modelProvider: string)
packages/cli/src/providers/registry.ts:208
↓ 2 callersFunctionrestartDevServer
()
packages/cli/src/subprocess.ts:207
↓ 2 callersFunctionsaveRecentCustomModel
(modelId: string)
packages/dashboard/src/components/ModelSelector.tsx:51
↓ 2 callersFunctionscheduleFlush
()
packages/cli/src/sse.ts:43
↓ 2 callersFunctionsearchMemories
(projectCwd: string, query: string)
packages/cli/src/memory.ts:70
↓ 2 callersFunctionserveDashboardIndex
* Serves the dashboard index.html, or returns null if not found
packages/cli/src/server.ts:60
↓ 2 callersFunctionserveStaticFile
* Serves a static file with proper MIME type, or returns null if not found
packages/cli/src/server.ts:46
↓ 2 callersFunctionsetAutoApprove
(category: AutoApproveCategory, value: boolean)
packages/cli/src/confirm-store.ts:19
↓ 2 callersFunctionsetConsoleHasUnviewed
(value: boolean)
packages/host/src/console.ts:32
↓ 2 callersFunctionsetDashboardIframe
(iframe: HTMLIFrameElement | null)
packages/host/src/console.ts:24
↓ 2 callersFunctionsetLastSelectedElement
(el: HTMLElement | null)
packages/host/src/inspector.ts:46
↓ 2 callersFunctionstartScreenshotAnnotation
()
packages/host/src/annotation.ts:70
↓ 2 callersFunctionstopCrashWatcher
()
packages/cli/src/subprocess.ts:73
↓ 2 callersFunctiontouchMemories
(projectCwd: string, ids: string[])
packages/cli/src/memory.ts:110
↓ 2 callersFunctionupdateInspectorLabel
(rect: DOMRect)
packages/host/src/inspector.ts:306
↓ 2 callersFunctionuseConsole
(selectedModel: string, selectedModelProvider: string, onReviewDiffs?: (diffs: import('../components/DiffModal
packages/dashboard/src/hooks/useConsole.ts:29
↓ 2 callersFunctionwalk
(node: Node)
packages/dashboard/src/components/Console.tsx:100
↓ 2 callersFunctionwriteSSEEvent
( stream: SSEStreamingApi, event: string, payload: { type: string; message: string } )
packages/cli/src/sse.ts:125
↓ 1 callersFunctionabortComparison
(projectCwd: string)
packages/cli/src/comparison.ts:77
↓ 1 callersFunctionaddMemory
( projectCwd: string, opts: { content: string; tags: string[]; scope: 'always' | 'contextual'; source:
packages/cli/src/memory.ts:40
↓ 1 callersFunctionapproveAllPending
()
packages/cli/src/confirm-store.ts:78
↓ 1 callersFunctionattachExitHandler
* Handle process exit — attempt one auto-restart, then switch to file-watch * mode so the server restarts as soon as the agent (or user) saves a fix.
packages/cli/src/subprocess.ts:134
↓ 1 callersFunctionawelTools
(ctx: ToolContext)
packages/cli/src/tools/index.ts:30
↓ 1 callersFunctionbold
(s: string)
packages/cli/src/verbose.ts:21
↓ 1 callersFunctionbranchExists
(projectCwd: string, branchName: string)
packages/cli/src/comparison.ts:144
↓ 1 callersFunctioncaptureGitBaseline
* Captures a git baseline ref for the current working tree state. * Uses `git stash create` which creates a commit object without actually * stashin
packages/cli/src/undo.ts:43
↓ 1 callersFunctioncaptureViewport
()
packages/host/src/annotation.ts:23
↓ 1 callersFunctioncleanup
()
packages/cli/src/inspector.ts:129
↓ 1 callersFunctioncloseComparisonOverlay
()
packages/host/src/index.ts:102
↓ 1 callersFunctioncolorForEvent
(eventType: string)
packages/cli/src/verbose.ts:38
↓ 1 callersFunctioncomputeLineDiff
(oldStr: string, newStr: string)
packages/dashboard/src/components/chat/ConfirmMessage.tsx:19
↓ 1 callersFunctionconvertHTMLToMarkdown
(html: string)
packages/cli/src/tools/web-fetch.ts:107
↓ 1 callersFunctioncreateAgentRoute
(projectCwd: string, targetPort: number, isFresh?: () => boolean)
packages/cli/src/agent.ts:117
↓ 1 callersFunctioncreateAnnotationToolbar
()
packages/host/src/annotation.ts:192
↓ 1 callersFunctioncreateAskUserTool
()
packages/cli/src/tools/ask-user.ts:4
↓ 1 callersFunctioncreateBashTool
(ctx: ToolContext)
packages/cli/src/tools/bash.ts:7
↓ 1 callersFunctioncreateCodeSearchTool
()
packages/cli/src/tools/code-search.ts:21
↓ 1 callersFunctioncreateCommentPopupRoute
()
packages/cli/src/comment-popup.ts:225
↓ 1 callersFunctioncreateGlobTool
(cwd: string)
packages/cli/src/tools/glob.ts:5
↓ 1 callersFunctioncreateGrepTool
(cwd: string)
packages/cli/src/tools/grep.ts:27
↓ 1 callersFunctioncreateInspectorRoute
(projectCwd: string)
packages/cli/src/inspector.ts:77
↓ 1 callersFunctioncreateLsTool
(cwd: string)
packages/cli/src/tools/ls.ts:6
↓ 1 callersFunctioncreateMemoryTool
(cwd: string)
packages/cli/src/tools/memory.ts:5
↓ 1 callersFunctioncreateModel
(modelId: string, providerType: ProviderType, cwd?: string)
packages/cli/src/providers/vercel.ts:240
↓ 1 callersFunctioncreateMultiEditTool
(ctx: ToolContext)
packages/cli/src/tools/multi-edit.ts:8
↓ 1 callersFunctioncreateProposePlanTool
()
packages/cli/src/tools/propose-plan.ts:4
↓ 1 callersFunctioncreateProxyMiddleware
( targetPort: number, projectCwd?: string, isFresh?: () => boolean, getComparisonPhase?: () =>
packages/cli/src/proxy.ts:30
↓ 1 callersFunctioncreateReactBestPracticesTool
()
packages/cli/src/tools/react-best-practices.ts:29
↓ 1 callersFunctioncreateRestartDevServerTool
()
packages/cli/src/tools/restart-dev-server.ts:5
↓ 1 callersFunctioncreateRun
( projectCwd: string, modelId: string, modelLabel: string, modelProvider: string, provider
packages/cli/src/comparison.ts:213
↓ 1 callersFunctioncreateTodoReadTool
()
packages/cli/src/tools/todo.ts:17
↓ 1 callersFunctioncreateTodoWriteTool
()
packages/cli/src/tools/todo.ts:48
↓ 1 callersFunctioncreateUndoRoute
(projectCwd: string)
packages/cli/src/undo.ts:292
↓ 1 callersFunctioncreateVercelProvider
(modelId: string, providerType: ProviderType)
packages/cli/src/providers/vercel.ts:295
↓ 1 callersFunctioncreateWebFetchTool
()
packages/cli/src/tools/web-fetch.ts:9
↓ 1 callersFunctioncreateWebSearchTool
()
packages/cli/src/tools/web-search.ts:21
↓ 1 callersFunctioncreateWriteTool
(ctx: ToolContext)
packages/cli/src/tools/write.ts:8
↓ 1 callersFunctioncyan
(s: string)
packages/cli/src/babel-setup.ts:47
↓ 1 callersFunctioncyan
(s: string)
packages/cli/src/logger.ts:9
↓ 1 callersFunctiondeleteMemory
(projectCwd: string, id: string)
packages/cli/src/memory.ts:61
↓ 1 callersFunctiondeleteRun
(projectCwd: string, runId: string)
packages/cli/src/comparison.ts:407
↓ 1 callersFunctiondetectFramework
(cwd: string)
packages/cli/src/index.ts:24
↓ 1 callersFunctiondrawArrow
(ctx: CanvasRenderingContext2D, x1: number, y1: number, x2: number, y2: number)
packages/host/src/annotation.ts:420
↓ 1 callersFunctiondrawEllipse
(ctx: CanvasRenderingContext2D, x1: number, y1: number, x2: number, y2: number)
packages/host/src/annotation.ts:463
↓ 1 callersFunctiondrawLine
(ctx: CanvasRenderingContext2D, x1: number, y1: number, x2: number, y2: number)
packages/host/src/annotation.ts:444
↓ 1 callersFunctiondrawRectangle
(ctx: CanvasRenderingContext2D, x1: number, y1: number, x2: number, y2: number)
packages/host/src/annotation.ts:451
↓ 1 callersFunctiondrawTriangle
(ctx: CanvasRenderingContext2D, x1: number, y1: number, x2: number, y2: number)
packages/host/src/annotation.ts:475
↓ 1 callersFunctionendUndoSession
()
packages/cli/src/undo.ts:151
↓ 1 callersFunctionenrichSelection
* Enrich a selection with server-side context: * - Source code snippet around the target line * - Props type definition near the component * - Whet
packages/cli/src/inspector.ts:22
↓ 1 callersFunctionensureBabelPlugin
(projectCwd: string)
packages/cli/src/babel-setup.ts:133
↓ 1 callersFunctionensureProvider
(projectCwd: string)
packages/cli/src/onboarding.ts:64
↓ 1 callersFunctionensureSkills
(projectCwd: string)
packages/cli/src/skills.ts:140
↓ 1 callersFunctionfetchModels
()
packages/dashboard/src/components/ModelSelector.tsx:188
↓ 1 callersFunctionfetchProviders
()
packages/dashboard/src/components/ComparisonView.tsx:116
↓ 1 callersFunctionfetchState
()
packages/dashboard/src/components/ComparisonView.tsx:97
↓ 1 callersFunctionfileName
(path: string)
packages/dashboard/src/components/DiffModal.tsx:93
↓ 1 callersFunctionfindAvailablePort
(startPort: number, maxAttempts = 100)
packages/cli/src/config.ts:30
↓ 1 callersFunctionfindExistingBabelConfig
(projectCwd: string)
packages/cli/src/babel-setup.ts:35
↓ 1 callersFunctionfindRouteComponent
* Walk the React fiber tree from the app root to find the first user component. * Reuses the same heuristic as inspector.ts: PascalCase name + _debug
packages/host/src/pageContext.ts:28
↓ 1 callersFunctionflushToDisk
()
packages/cli/src/sse.ts:31
↓ 1 callersFunctionformatConsoleContext
* Formats console entries into a context block for the LLM prompt.
packages/cli/src/agent.ts:64
↓ 1 callersFunctionformatOutput
(output: string)
packages/cli/src/tools/grep.ts:152
↓ 1 callersFunctionformatPageContext
* Formats page context into a context block for the LLM prompt.
packages/cli/src/agent.ts:95
↓ 1 callersFunctionformatPath
(path: string)
packages/dashboard/src/components/chat/ToolUseMessage.tsx:67
↓ 1 callersFunctionformatTrace
(entry: ConsoleEntry)
packages/dashboard/src/components/ConsoleChips.tsx:10
↓ 1 callersFunctiongenerateSessionId
* Generates a unique session ID.
packages/cli/src/undo.ts:34
↓ 1 callersFunctiongetBackoffDelay
* Compute exponential backoff delay for auto-restart.
packages/cli/src/subprocess.ts:125
↓ 1 callersFunctiongetCommentPopupHtml
(lang: string, theme: string)
packages/cli/src/comment-popup.ts:8
↓ 1 callersFunctiongetComparisonPhase
(projectCwd: string)
packages/cli/src/comparison.ts:490
↓ 1 callersFunctiongetComponentChainFromAttributes
(element: HTMLElement)
packages/host/src/inspector.ts:62
← previousnext →101–200 of 353, ranked by callers