這個組態還在實驗性階段,指定用於 Grok Code 模型的實驗性替代提示。 根據原始碼的定義: https://github.com/microsoft/vscode-copilot-chat/blob/7458275b2ccd6f515b2b80563b0089bd68b5c9db/src/extension/prompts/node/agent/agentPrompt.tsx#L142-L169 目前預設值為 `default`,你還可以設定以下 Prompt Template: 1. `v2` 基本上就是從 [Beast Mode for GPT-5 Alpha](https://gist.github.com/burkeholland/902b5833383d8e7384dc553de405d846) 複製過來的! 完整提示: https://github.com/microsoft/vscode-copilot-chat/blob/7458275b2ccd6f515b2b80563b0089bd68b5c9db/src/extension/prompts/node/agent/agentInstructions.tsx#L412-L562