Skip to content

Commit 5645498

Browse files
authored
Merge branch 'Gitlawb:main' into feature/remote-control-v1
2 parents 2e386d0 + f4ac709 commit 5645498

26 files changed

Lines changed: 1564 additions & 208 deletions

src/commands.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import logout from './commands/logout/index.js'
3232
import installGitHubApp from './commands/install-github-app/index.js'
3333
import installSlackApp from './commands/install-slack-app/index.js'
3434
import breakCache from './commands/break-cache/index.js'
35+
import cacheProbe from './commands/cache-probe/index.js'
3536
import mcp from './commands/mcp/index.js'
3637
import mobile from './commands/mobile/index.js'
3738
import onboarding from './commands/onboarding/index.js'
@@ -266,6 +267,7 @@ const COMMANDS = memoize((): Command[] => [
266267
autoFix,
267268
branch,
268269
btw,
270+
cacheProbe,
269271
chrome,
270272
clear,
271273
color,

0 commit comments

Comments
 (0)