You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--excluded-tools=grep,glob,web_fetch in interactive mode prints Disabled tools: glob, grep, web_fetch on console. But in ACP mode, prompting the LLM to print the available tools will still show the excluded tools.
--reasoning-effort=high works in interactive mode (confirmed from console + logs show "model": "capi:gpt-5-mini:defaultReasoningEffort=high") but not in ACP mode.
Affected version
GitHub Copilot CLI 1.0.5
Steps to reproduce the behavior
Run in acp mode with the command line options above
Initialize the session
Send a prompt
Inspect the logs (--log-level=all works in ACP mode)
Describe the bug
E.g.,
--excluded-tools=grep,glob,web_fetchin interactive mode printsDisabled tools: glob, grep, web_fetchon console. But in ACP mode, prompting the LLM to print the available tools will still show the excluded tools.--reasoning-effort=highworks in interactive mode (confirmed from console + logs show"model": "capi:gpt-5-mini:defaultReasoningEffort=high") but not in ACP mode.Affected version
GitHub Copilot CLI 1.0.5
Steps to reproduce the behavior
--log-level=allworks in ACP mode)Expected behavior
No response
Additional context
Fedora 43 x64.