Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IAmUnbounded/devctx
/ functions
Functions
61 in github.com/IAmUnbounded/devctx
⨍
Functions
61
◇
Types & classes
10
↓ 14 callers
Function
getCurrentBranch
()
devctx/src/core/git.ts:5
↓ 14 callers
Function
isInitialized
()
devctx/src/core/context.ts:11
↓ 9 callers
Function
getDevCtxDir
()
devctx/src/core/context.ts:6
↓ 8 callers
Function
getChangedFiles
()
devctx/src/core/git.ts:20
↓ 8 callers
Function
loadBranchContext
(branch: string)
devctx/src/core/context.ts:43
↓ 7 callers
Function
getRecentCommits
(count: number = 5)
devctx/src/core/git.ts:30
↓ 7 callers
Function
getRepoName
()
devctx/src/core/git.ts:10
↓ 7 callers
Function
getStagedFiles
()
devctx/src/core/git.ts:25
↓ 6 callers
Function
getAuthor
()
devctx/src/core/git.ts:35
↓ 6 callers
Function
runDevCtx
( args: string, cwd?: string )
devctx/vscode-extension/src/extension.ts:42
↓ 6 callers
Function
saveContext
(entry: ContextEntry)
devctx/src/core/context.ts:16
↓ 5 callers
Function
getRepoRoot
()
devctx/src/core/git.ts:40
↓ 4 callers
Function
extractFromEditorSessions
( repoPath: string )
devctx/src/core/parser.ts:20
↓ 4 callers
Function
loadConfig
()
devctx/src/utils/config.ts:41
↓ 3 callers
Function
callAI
( messages: ChatMessage[], options?: { maxTokens?: number; temperature?: number } )
devctx/src/core/ai.ts:17
↓ 3 callers
Function
generatePrompt
(entries: ContextEntry[])
devctx/src/core/prompt.ts:3
↓ 2 callers
Function
loadAllSessions
()
devctx/src/core/context.ts:51
↓ 2 callers
Function
updateStatusBar
()
devctx/vscode-extension/src/extension.ts:121
↓ 1 callers
Function
autoResume
()
devctx/vscode-extension/src/extension.ts:54
↓ 1 callers
Function
copyToClipboard
(text: string)
devctx/src/utils/clipboard.ts:8
↓ 1 callers
Function
extractApproaches
(messages: string[])
devctx/src/core/parser.ts:535
↓ 1 callers
Function
extractCompletedItems
(content: string)
devctx/src/core/parser.ts:607
↓ 1 callers
Function
extractDecisions
(messages: string[])
devctx/src/core/parser.ts:511
↓ 1 callers
Function
extractIncompleteItems
(content: string)
devctx/src/core/parser.ts:598
↓ 1 callers
Function
extractMessageText
(entry: any)
devctx/src/core/parser.ts:205
↓ 1 callers
Function
extractNextSteps
(messages: string[])
devctx/src/core/parser.ts:573
↓ 1 callers
Function
extractState
(messages: string[])
devctx/src/core/parser.ts:558
↓ 1 callers
Function
extractTaskFromMarkdown
(content: string)
devctx/src/core/parser.ts:592
↓ 1 callers
Function
getTimeAgo
(timestamp: string)
devctx/src/commands/diff.ts:5
↓ 1 callers
Function
getTimeAgo
(timestamp: string)
devctx/src/core/prompt.ts:78
↓ 1 callers
Function
main
()
devctx/src/mcp-server.ts:214
↓ 1 callers
Function
mergeContexts
( local: ContextEntry[], remote: ContextEntry[] )
devctx/src/core/context.ts:65
↓ 1 callers
Function
parseClaudeMemory
(memoryDir: string)
devctx/src/core/parser.ts:86
↓ 1 callers
Function
parseClaudeSession
( sessionPath: string )
devctx/src/core/parser.ts:142
↓ 1 callers
Function
readLastLines
( filePath: string, maxLines: number )
devctx/src/core/parser.ts:471
↓ 1 callers
Function
saveConfig
(partial: Partial<UserConfig>)
devctx/src/utils/config.ts:59
Function
activate
(context: vscode.ExtensionContext)
devctx/vscode-extension/src/extension.ts:10
Function
cleanup
()
devctx/src/commands/watch.ts:107
Function
compressCommand
(options?: { force?: boolean })
devctx/src/commands/compress.ts:13
Function
configCommand
(action?: string, key?: string, value?: string)
devctx/src/commands/config-cmd.ts:17
Function
deactivate
()
devctx/vscode-extension/src/extension.ts:37
Function
diffCommand
()
devctx/src/commands/diff.ts:15
Function
extractFromAntigravity
( repoPath: string )
devctx/src/core/parser.ts:221
Function
extractFromClaudeCode
( repoPath: string )
devctx/src/core/parser.ts:45
Function
extractFromCursor
( _repoPath: string )
devctx/src/core/parser.ts:432
Function
extractTaskFromMessages
(messages: string[])
devctx/src/core/parser.ts:490
Function
handoffCommand
( assignee?: string, message?: string )
devctx/src/commands/handoff.ts:15
Function
hookCommand
(action?: string)
devctx/src/commands/hook.ts:6
Function
initCommand
()
devctx/src/commands/init.ts:7
Function
logCommand
(options?: { all?: boolean; count?: string })
devctx/src/commands/log.ts:5
Function
resumeCommand
(options?: { branch?: string; stdout?: boolean })
devctx/src/commands/resume.ts:7
Function
resumeContext
()
devctx/vscode-extension/src/extension.ts:85
Function
saveCommand
(message?: string, options?: SaveOptions)
devctx/src/commands/save.ts:28
Function
saveContext
()
devctx/vscode-extension/src/extension.ts:68
Function
shareCommand
(options?: { stop?: boolean })
devctx/src/commands/share.ts:9
Function
showDiff
()
devctx/vscode-extension/src/extension.ts:109
Function
showLog
()
devctx/vscode-extension/src/extension.ts:97
Function
suggestCommand
()
devctx/src/commands/suggest.ts:10
Function
summarizeCommand
()
devctx/src/commands/summarize.ts:18
Function
syncBranchContext
(branch: string)
devctx/src/core/context.ts:87
Function
watchCommand
(options?: { interval?: string })
devctx/src/commands/watch.ts:18