😆
GitHub Copilot 備忘録 | 自走を妨げる要因と対処法 2025-10
rm/pkillなどはchat.tools.terminal.autoApproveで制限できるが、使用機会を残したいコマンドについては、instruction/promptで調整するしかないのが現状。
既存の要因/対処法(Prompt)/関連
-
cat,echo,printf などでコンソールが乱れる
Avoid cat,echo,printf to put text directly in the console
-
curl がスタックを引き起こす
Avoid curl for test access to self-established server- https://github.com/microsoft/vscode/issues/270150
とりとり。
Discussion