Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SteffMet/tabby-vscode-agent
/ functions
Functions
263 in github.com/SteffMet/tabby-vscode-agent
⨍
Functions
263
◇
Types & classes
91
↓ 1 callers
Function
prepare
()
scripts/prepare-publish.js:27
↓ 1 callers
Method
removeCommand
* Remove a command from history
src/services/commandHistoryManager.service.ts:79
↓ 1 callers
Method
searchHistory
* Get filtered history by search term
src/services/commandHistoryManager.service.ts:105
↓ 1 callers
Method
setActiveCommand
* Set active command for a session and notify subscribers
src/tools/terminal.ts:133
↓ 1 callers
Method
setDebugEnabled
* Set debug mode enabled/disabled
src/services/mcpLogger.service.ts:26
↓ 1 callers
Method
setStdioServerPath
()
src/components/mcpSettingsTab.component.ts:443
↓ 1 callers
Method
showCommandHistory
* Show command history dialog
src/services/mcpHotkey.service.ts:80
↓ 1 callers
Method
showCommandHistoryModal
()
src/toolbarButtonProvider.ts:99
↓ 1 callers
Method
showConfirmCommandDialog
* Show command confirmation dialog * @param command Command to execute * @param tabId Tab ID * @param tabTitle Tab title * @param
src/services/dialog.service.ts:22
↓ 1 callers
Method
showMinimizedDialogsModal
()
src/toolbarButtonProvider.ts:91
↓ 1 callers
Method
showRejectForm
* Show the reject form
src/components/confirmCommandDialog.component.ts:178
↓ 1 callers
Method
showRunningCommands
* Show running commands dialog
src/services/mcpHotkey.service.ts:96
↓ 1 callers
Method
showRunningCommandsModal
()
src/toolbarButtonProvider.ts:107
↓ 1 callers
Method
startCommand
* Start tracking a command
src/services/runningCommandsManager.service.ts:36
↓ 1 callers
Method
startServer
* Start the MCP server * This is a convenience method for the UI
src/services/mcpService.ts:176
↓ 1 callers
Method
stop
* Stop the MCP service
src/services/mcpService.ts:183
↓ 1 callers
Method
stopCommand
(tabId: string)
src/components/runningCommandsDialog.component.ts:182
↓ 1 callers
Method
storePromiseResolverForMinimizedDialog
* Store promise resolver for minimized dialog
src/services/dialogManager.service.ts:227
Method
abortHandler
()
src/tools/terminal/exec-command-tool.ts:171
Method
activeCommand
* Get current active command (legacy - returns first active command)
src/tools/terminal.ts:119
Method
clearAll
* Clear all minimized dialogs
src/components/minimizedModal.component.ts:202
Method
clearAll
* Clear all minimized dialogs
src/services/minimizedDialogManager.service.ts:91
Method
clearAll
* Clear all running commands (useful for cleanup)
src/services/runningCommandsManager.service.ts:79
Method
clearAllHistory
()
src/components/commandHistoryModal.component.ts:347
Method
clearQueue
* Clear the dialog queue
src/services/dialogManager.service.ts:132
Method
clearSearch
()
src/components/commandHistoryModal.component.ts:291
Method
close
()
src/components/runningCommandsDialog.component.ts:139
Method
close
()
src/components/commandHistoryModal.component.ts:279
Method
closeActiveDialog
* Close the active dialog
src/services/dialogManager.service.ts:123
Method
closeDialog
* Close a minimized dialog permanently
src/components/minimizedModal.component.ts:195
Method
commandHistory$
Observable for command history
src/services/commandHistoryManager.service.ts:30
Function
constructor
(logger: McpLoggerService)
src/tools/base-tool-category.ts:13
Function
constructor
(logger: McpLoggerService)
src/tools/terminal/base-tool.ts:10
Method
constructor
( private execToolCategory: ExecToolCategory, private modal: NgbModal, private minimiz
src/toolbarButtonProvider.ts:19
Method
constructor
* Simple constructor for module initialization * Server initialization is handled by the toolbar button provider
src/index.ts:89
Method
constructor
( private app: AppService, logger: McpLoggerService, private config: ConfigService, private di
src/tools/terminal.ts:66
Method
constructor
()
src/tools/shell-strategy.ts:121
Method
constructor
(private vscodeTool: VSCodeTool)
src/tools/vscode-tool-category.ts:10
Method
constructor
(private execToolCategory: ExecToolCategory, logger: McpLoggerService)
src/tools/terminal/get-terminal-buffer-tool.ts:17
Method
constructor
( private execToolCategory: ExecToolCategory, logger: McpLoggerService, private config: ConfigServ
src/tools/terminal/exec-command-tool.ts:30
Method
constructor
( private app: AppService, logger: McpLoggerService, )
src/tools/terminal/open-copilot-tool.ts:12
Method
constructor
(logger: McpLoggerService, outputStorage?: CommandOutputStorageService)
src/tools/terminal/get-command-output-tool.ts:18
Method
constructor
(private execToolCategory: ExecToolCategory, logger: McpLoggerService)
src/tools/terminal/ssh-session-list-tool.ts:14
Method
constructor
(private app: AppService)
src/tools/terminal/vscode-tool.ts:7
Method
constructor
( public modal: NgbActiveModal, private hotkeysService: HotkeysService, private minimizedDialogMan
src/components/confirmCommandDialog.component.ts:35
Method
constructor
( private activeModal: NgbActiveModal, private runningCommandsManager: RunningCommandsManagerService,
src/components/runningCommandsDialog.component.ts:113
Method
constructor
( private activeModal: NgbActiveModal, private historyManager: CommandHistoryManagerService )
src/components/commandHistoryModal.component.ts:254
Method
constructor
( public config: ConfigService, private mcpService: McpService, private logger: McpLog
src/components/mcpSettingsTab.component.ts:76
Method
constructor
( private activeModal: NgbActiveModal, private minimizedDialogManager: MinimizedDialogManagerService,
src/components/minimizedModal.component.ts:68
Method
constructor
( private execToolCategory: ExecToolCategory )
src/components/execCommandButton.component.ts:30
Method
constructor
( public modal: NgbActiveModal, private hotkeysService: HotkeysService, private minimizedDialogMan
src/components/commandResultDialog.component.ts:55
Method
constructor
(public modal: NgbActiveModal, private urlOpeningService: UrlOpeningService)
src/components/extensionRecommendationDialog.component.ts:11
Method
constructor
( public config: ConfigService, private execToolCategory: ExecToolCategory, private vscodeToolCate
src/services/mcpService.ts:30
Method
constructor
( private hotkeysService: HotkeysService, private execToolCategory: ExecToolCategory, private logg
src/services/mcpHotkey.service.ts:17
Method
constructor
(private config: ConfigService)
src/services/mcpLogger.service.ts:12
Method
constructor
(private logger: McpLoggerService)
src/services/commandHistoryManager.service.ts:39
Method
constructor
(private dialogManager: DialogManagerService)
src/services/dialog.service.ts:12
Method
constructor
(private logger: McpLoggerService)
src/services/commandOutputStorage.service.ts:27
Method
constructor
()
src/services/runningCommandsManager.service.ts:17
Method
constructor
(private logger: McpLoggerService)
src/services/urlOpening.service.ts:7
Method
constructor
( private ngbModal: NgbModal, log: LogService, private minimizedDialogManager: MinimizedDialogMana
src/services/dialogManager.service.ts:70
Method
copyAsJSON
* Copy as JSON
src/components/commandHistoryModal.component.ts:627
Method
copyCommand
(id: string)
src/components/commandHistoryModal.component.ts:327
Method
copyCommand
* Copy command to clipboard
src/services/commandHistoryManager.service.ts:147
Method
copyCommandsOnly
* Copy commands only to clipboard
src/components/commandHistoryModal.component.ts:500
Method
copyCommandsWithOutput
* Copy commands with output to clipboard
src/components/commandHistoryModal.component.ts:523
Method
copyConfigJson
(type: string)
src/components/mcpSettingsTab.component.ts:57
Method
copyOutput
(id: string)
src/components/commandHistoryModal.component.ts:335
Method
copyOutput
* Copy command output to clipboard
src/services/commandHistoryManager.service.ts:166
Method
copyStdioPath
()
src/components/mcpSettingsTab.component.ts:448
Method
dialogClosed$
Observable that fires when a dialog is closed
src/services/dialogManager.service.ts:35
Method
dialogOpened$
Observable that fires when a dialog is opened
src/services/dialogManager.service.ts:32
Method
dialogs
Get current minimized dialogs
src/services/minimizedDialogManager.service.ts:33
Method
exportAsCSV
* Export as CSV
src/components/commandHistoryModal.component.ts:573
Method
exportAsCSV
* Export command history as CSV
src/services/commandHistoryManager.service.ts:274
Method
exportAsJSON
* Export command history as JSON
src/services/commandHistoryManager.service.ts:241
Method
exportAsMarkdown
* Export as Markdown
src/components/commandHistoryModal.component.ts:600
Method
exportAsMarkdown
* Export command history as Markdown
src/services/commandHistoryManager.service.ts:307
Method
exportCommandsOnly
* Export all command history as commands only
src/services/commandHistoryManager.service.ts:185
Method
exportCommandsWithOutput
* Export all command history with output
src/services/commandHistoryManager.service.ts:202
Method
formatDuration
(duration: number)
src/components/commandHistoryModal.component.ts:427
Method
getCleanupScript
* Get the cleanup script for this shell type
src/tools/shell-strategy.ts:28
Function
getCommandPrefix
* Default command prefix is empty
src/tools/shell-strategy.ts:42
Method
getCommandPrefix
* Get the command prefix for this shell type
src/tools/shell-strategy.ts:23
Method
getCommandPrefix
()
src/tools/shell-strategy.ts:100
Method
getCommandPreview
(command: string)
src/components/runningCommandsDialog.component.ts:175
Method
getComponentType
()
src/settings.ts:13
Method
getDisplayOutput
(entry: CommandHistoryEntry)
src/components/commandHistoryModal.component.ts:365
Method
getDisplayTitle
* Get display title for a dialog
src/components/minimizedModal.component.ts:209
Method
getRelativeTime
(timestamp: number)
src/components/commandHistoryModal.component.ts:408
Method
getRelativeTime
* Get relative time since dialog was minimized
src/components/minimizedModal.component.ts:221
Method
getRunningCommand
* Get running command for a specific tab
src/services/runningCommandsManager.service.ts:72
Method
getRunningCommands
* Get current running commands as observable
src/services/runningCommandsManager.service.ts:22
Method
getRunningCommandsCount
* Get current running commands count
src/services/runningCommandsManager.service.ts:29
Method
getSetupScript
(startMarker: string, endMarker: string)
src/tools/shell-strategy.ts:59
Method
getSetupScript
(startMarker: string, endMarker: string)
src/tools/shell-strategy.ts:77
Method
getSetupScript
(startMarker: string, endMarker: string)
src/tools/shell-strategy.ts:95
Method
getShellType
()
src/tools/shell-strategy.ts:51
Method
getShellType
()
src/tools/shell-strategy.ts:69
Method
getShellType
()
src/tools/shell-strategy.ts:87
← previous
next →
101–200 of 263, ranked by callers