feat(workspaces): enhance Hub cleanup with better encapsulation and robustness

This commit is contained in:
mkorwel
2026-03-19 09:54:44 -07:00
parent 5647fb09ae
commit c5893876bd
7 changed files with 96 additions and 29 deletions
@@ -10,7 +10,8 @@ import {
SSHService,
SyncService,
type Config,
type WorkspaceHubInfo
type WorkspaceHubInfo,
debugLogger
} from '@google-gemini-cli-core';
import { exitCli } from '../utils.js';