Permission-gate/tool-approval preview truncates full Windows paths
還沒有人認領這個 Issue。
- 主要語言
- Shell
- 星號
- 11.2k
- 分支
- 1.9k
- 平均合併
- 14 小時 16 分鐘
- 30 天內合併 PR
- 6
描述
Describe the bug
When the CLI displays a permission-gate/tool-approval confirmation prompt before running a tool call (e.g., a PowerShell command referencing a file path), the rendered preview shows a truncated version of the path — dropping the leading drive letter and/or earlier path segments (e.g., showing \Users\UserName\ instead of the full C:\Users\UserName\Folder\SubFolder\...) — even though the actual command text passed to the tool contains the complete, correct absolute path.
Affected version
GitHub Copilot CLI 1.0.82
Steps to reproduce the behavior
- Start an interactive session with GitHub Copilot CLI on Windows.
- Ask the agent to run a PowerShell command that references a full absolute path, e.g.:
Get-ChildItem "C:\Users\Username\Folder\SubFolder" -Force - When the permission-gate confirmation dialog appears (asking to approve the tool call), observe the path as rendered in that preview.
- Compare against the actual command string — the underlying command is correct and full, but the displayed preview text is partial/truncated.
Expected behavior
The permission-gate preview should render the full, untruncated absolute path exactly as it appears in the command being executed, with no segments dropped.
Additional context
- CLI version: 1.0.82
- OS: Windows
- This is purely a display/rendering issue in the confirmation UI — the command itself executes against the correct full path when approved. Reproduced consistently across multiple tool-call approvals across multiple sessions.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
在 GitHub Copilot CLI 中啟動互動式 Windows 工作階段,並使用 issue 中顯示的 PowerShell 命令重現 permission-gate/tool-approval 確認提示。將算繪後的預覽與完整的命令文字進行比較,重點關注絕對路徑的顯示方式。當預覽完整保留磁碟機代號和所有路徑區段且未被截斷時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- powershell
- 領域
- cli
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 68/100