fix(cli): honor argv @path in interactive sessions (quoted + unquoted) (#5952)

Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
Tayyab3245
2025-09-30 21:18:04 -04:00
committed by GitHub
parent f2aa9d283a
commit c913ce3c0b
3 changed files with 191 additions and 23 deletions

View File

@@ -307,6 +307,7 @@ describe('gemini.tsx main function kitty protocol', () => {
debug: undefined,
prompt: undefined,
promptInteractive: undefined,
query: undefined,
allFiles: undefined,
showMemoryUsage: undefined,
yolo: undefined,
@@ -328,7 +329,6 @@ describe('gemini.tsx main function kitty protocol', () => {
screenReader: undefined,
useSmartEdit: undefined,
useWriteTodos: undefined,
promptWords: undefined,
outputFormat: undefined,
});