MCPcopy Create free account

hub / github.com/IAmUnbounded/devctx / functions

Functions61 in github.com/IAmUnbounded/devctx

↓ 14 callersFunctiongetCurrentBranch
()
devctx/src/core/git.ts:5
↓ 14 callersFunctionisInitialized
()
devctx/src/core/context.ts:11
↓ 9 callersFunctiongetDevCtxDir
()
devctx/src/core/context.ts:6
↓ 8 callersFunctiongetChangedFiles
()
devctx/src/core/git.ts:20
↓ 8 callersFunctionloadBranchContext
(branch: string)
devctx/src/core/context.ts:43
↓ 7 callersFunctiongetRecentCommits
(count: number = 5)
devctx/src/core/git.ts:30
↓ 7 callersFunctiongetRepoName
()
devctx/src/core/git.ts:10
↓ 7 callersFunctiongetStagedFiles
()
devctx/src/core/git.ts:25
↓ 6 callersFunctiongetAuthor
()
devctx/src/core/git.ts:35
↓ 6 callersFunctionrunDevCtx
( args: string, cwd?: string )
devctx/vscode-extension/src/extension.ts:42
↓ 6 callersFunctionsaveContext
(entry: ContextEntry)
devctx/src/core/context.ts:16
↓ 5 callersFunctiongetRepoRoot
()
devctx/src/core/git.ts:40
↓ 4 callersFunctionextractFromEditorSessions
( repoPath: string )
devctx/src/core/parser.ts:20
↓ 4 callersFunctionloadConfig
()
devctx/src/utils/config.ts:41
↓ 3 callersFunctioncallAI
( messages: ChatMessage[], options?: { maxTokens?: number; temperature?: number } )
devctx/src/core/ai.ts:17
↓ 3 callersFunctiongeneratePrompt
(entries: ContextEntry[])
devctx/src/core/prompt.ts:3
↓ 2 callersFunctionloadAllSessions
()
devctx/src/core/context.ts:51
↓ 2 callersFunctionupdateStatusBar
()
devctx/vscode-extension/src/extension.ts:121
↓ 1 callersFunctionautoResume
()
devctx/vscode-extension/src/extension.ts:54
↓ 1 callersFunctioncopyToClipboard
(text: string)
devctx/src/utils/clipboard.ts:8
↓ 1 callersFunctionextractApproaches
(messages: string[])
devctx/src/core/parser.ts:535
↓ 1 callersFunctionextractCompletedItems
(content: string)
devctx/src/core/parser.ts:607
↓ 1 callersFunctionextractDecisions
(messages: string[])
devctx/src/core/parser.ts:511
↓ 1 callersFunctionextractIncompleteItems
(content: string)
devctx/src/core/parser.ts:598
↓ 1 callersFunctionextractMessageText
(entry: any)
devctx/src/core/parser.ts:205
↓ 1 callersFunctionextractNextSteps
(messages: string[])
devctx/src/core/parser.ts:573
↓ 1 callersFunctionextractState
(messages: string[])
devctx/src/core/parser.ts:558
↓ 1 callersFunctionextractTaskFromMarkdown
(content: string)
devctx/src/core/parser.ts:592
↓ 1 callersFunctiongetTimeAgo
(timestamp: string)
devctx/src/commands/diff.ts:5
↓ 1 callersFunctiongetTimeAgo
(timestamp: string)
devctx/src/core/prompt.ts:78
↓ 1 callersFunctionmain
()
devctx/src/mcp-server.ts:214
↓ 1 callersFunctionmergeContexts
( local: ContextEntry[], remote: ContextEntry[] )
devctx/src/core/context.ts:65
↓ 1 callersFunctionparseClaudeMemory
(memoryDir: string)
devctx/src/core/parser.ts:86
↓ 1 callersFunctionparseClaudeSession
( sessionPath: string )
devctx/src/core/parser.ts:142
↓ 1 callersFunctionreadLastLines
( filePath: string, maxLines: number )
devctx/src/core/parser.ts:471
↓ 1 callersFunctionsaveConfig
(partial: Partial<UserConfig>)
devctx/src/utils/config.ts:59
Functionactivate
(context: vscode.ExtensionContext)
devctx/vscode-extension/src/extension.ts:10
Functioncleanup
()
devctx/src/commands/watch.ts:107
FunctioncompressCommand
(options?: { force?: boolean })
devctx/src/commands/compress.ts:13
FunctionconfigCommand
(action?: string, key?: string, value?: string)
devctx/src/commands/config-cmd.ts:17
Functiondeactivate
()
devctx/vscode-extension/src/extension.ts:37
FunctiondiffCommand
()
devctx/src/commands/diff.ts:15
FunctionextractFromAntigravity
( repoPath: string )
devctx/src/core/parser.ts:221
FunctionextractFromClaudeCode
( repoPath: string )
devctx/src/core/parser.ts:45
FunctionextractFromCursor
( _repoPath: string )
devctx/src/core/parser.ts:432
FunctionextractTaskFromMessages
(messages: string[])
devctx/src/core/parser.ts:490
FunctionhandoffCommand
( assignee?: string, message?: string )
devctx/src/commands/handoff.ts:15
FunctionhookCommand
(action?: string)
devctx/src/commands/hook.ts:6
FunctioninitCommand
()
devctx/src/commands/init.ts:7
FunctionlogCommand
(options?: { all?: boolean; count?: string })
devctx/src/commands/log.ts:5
FunctionresumeCommand
(options?: { branch?: string; stdout?: boolean })
devctx/src/commands/resume.ts:7
FunctionresumeContext
()
devctx/vscode-extension/src/extension.ts:85
FunctionsaveCommand
(message?: string, options?: SaveOptions)
devctx/src/commands/save.ts:28
FunctionsaveContext
()
devctx/vscode-extension/src/extension.ts:68
FunctionshareCommand
(options?: { stop?: boolean })
devctx/src/commands/share.ts:9
FunctionshowDiff
()
devctx/vscode-extension/src/extension.ts:109
FunctionshowLog
()
devctx/vscode-extension/src/extension.ts:97
FunctionsuggestCommand
()
devctx/src/commands/suggest.ts:10
FunctionsummarizeCommand
()
devctx/src/commands/summarize.ts:18
FunctionsyncBranchContext
(branch: string)
devctx/src/core/context.ts:87
FunctionwatchCommand
(options?: { interval?: string })
devctx/src/commands/watch.ts:18