mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
feat(core): improve subagent result display (#20378)
This commit is contained in:
@@ -50,6 +50,9 @@ export const ACTIVE_SHELL_MAX_LINES = 15;
|
||||
// Max lines to preserve in history for completed shell commands
|
||||
export const COMPLETED_SHELL_MAX_LINES = 15;
|
||||
|
||||
// Max lines to show for subagent results before collapsing
|
||||
export const SUBAGENT_MAX_LINES = 15;
|
||||
|
||||
/** Minimum terminal width required to show the full context used label */
|
||||
export const MIN_TERMINAL_WIDTH_FOR_FULL_LABEL = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user