gemini-cli/packages/cli/src
2026-05-06 15:42:01 +00:00
..
__snapshots__ feat(cli): migrate nonInteractiveCli to LegacyAgentSession (#22987) 2026-04-02 20:21:40 +00:00
acp fix(acp): move tool explanation from thought stream to tool call content (#26554) 2026-05-06 15:42:01 +00:00
commands test(cleanup): fix temporary directory leaks in test suites (#26217) 2026-05-04 19:08:02 +00:00
config feat: add ignoreLocalEnv setting and --ignore-env flag (#2493) (#26445) 2026-05-04 19:14:33 +00:00
core perf(cli): background IDE client to speed up initialization (#23603) 2026-03-24 00:06:53 +00:00
integration-tests feat(ui): enable "TerminalBuffer" mode to solve flicker (#24512) 2026-04-03 00:39:49 +00:00
patches
services feat(cli): add /bug-memory command and auto-capture heap snapshot in /bug (#25639) 2026-05-04 21:17:36 +00:00
test-utils fix(core): remove "System: Please continue." injection on InvalidStream events (#26340) 2026-05-01 19:45:31 +00:00
ui feat: allow queuing messages during compression (#24071) (#26506) 2026-05-05 17:52:08 +00:00
utils fix(cli): use os.homedir() for home directory warning check (#25890) 2026-05-04 23:24:49 +00:00
deferred.test.ts
deferred.ts
gemini.test.tsx feat(cli): provide manual session UUID via command line arg (#26060) 2026-04-27 21:05:27 +00:00
gemini.tsx fix(cli): allow early stdout when config is undefined (#26453) 2026-05-04 17:48:24 +00:00
gemini_cleanup.test.tsx refactor(acp): modularize monolithic acpClient into specialized files (#26143) 2026-04-29 14:51:01 +00:00
interactiveCli.tsx fix(cli): use resolved sandbox state for auto-update check (#26285) 2026-04-30 22:06:01 +00:00
nonInteractiveCli.test.ts fix(cli): provide JSON output for AgentExecutionStopped in non-interactive mode (#26504) 2026-05-06 00:33:31 +00:00
nonInteractiveCli.ts fix(cli): provide JSON output for AgentExecutionStopped in non-interactive mode (#26504) 2026-05-06 00:33:31 +00:00
nonInteractiveCliAgentSession.test.ts fix(cli): provide JSON output for AgentExecutionStopped in non-interactive mode (#26504) 2026-05-06 00:33:31 +00:00
nonInteractiveCliAgentSession.ts fix: report AgentExecutionBlocked in non-interactive programmatic modes (#26262) 2026-04-30 20:41:35 +00:00
nonInteractiveCliCommands.ts feat(cli): Partial threading of AgentLoopContext. (#22978) 2026-03-19 16:02:13 +00:00
output-redirection.test.ts fix(cli): allow early stdout when config is undefined (#26453) 2026-05-04 17:48:24 +00:00
validateNonInterActiveAuth.test.ts docs: correct documentation for enforced authentication type (#25142) 2026-04-10 22:43:54 +00:00
validateNonInterActiveAuth.ts