mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 04:48:09 -07:00
6510587725
Collapse shellExecutionConfig and setExecutionIdCallback into a single optional ExecuteOptions object on ToolInvocation.execute(). This avoids forcing every tool implementation to accept shell-specific parameters just to reach later positional args.