Clean up log.group

This commit is contained in:
Colin McDonnell
2025-12-16 18:55:05 -08:00
parent 1bff21f7fb
commit 114c0b5632
5 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ export const gemini = agent({
}
const sessionPrompt = addInstructions({ payload, prepResults, repo });
log.info(`Starting Gemini CLI with prompt: ${payload.prompt.substring(0, 100)}...`);
log.group("Full prompt", (log) => log.info(sessionPrompt));
// configure sandbox mode if enabled
// --allowed-tools restricts which tools are available (removes others from registry entirely)