mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 14:53:19 -07:00
feat(workspaces): silence auto-updates and improve sandbox/host info in footer
This commit is contained in:
@@ -121,6 +121,9 @@ export async function runOrchestrator(args: string[], env: NodeJS.ProcessEnv = p
|
||||
GEMINI_API_KEY=${remoteApiKey}
|
||||
COLORTERM=truecolor
|
||||
TERM=xterm-256color
|
||||
GEMINI_AUTO_UPDATE=0
|
||||
GEMINI_SANDBOX=workspace
|
||||
GEMINI_HOST=${targetVM}
|
||||
`.trim();
|
||||
await provider.exec(`sudo docker exec maintainer-worker sh -c ${q(`echo ${q(dotEnvContent)} > ${remoteWorktreeDir}/.env`)}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user