Skip to content

Commit 924d22d

Browse files
author
Dany Marques (u118970)
committed
feat: add GitHub Copilot CLI runner support
Integrate @github/copilot as a new code generation runner. The runner supports multiple models (Claude, Gemini, GPT), configures permissions via .copilot/settings.json, and uses COPILOT.md for instructions. Also add debug logging to BaseCliAgentRunner, controllable via the CLI_RUNNER_DEBUG environment variable, to aid in troubleshooting agent process execution.
1 parent 1d0e85e commit 924d22d

File tree

6 files changed

+1964
-891
lines changed

6 files changed

+1964
-891
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
},
9595
"devDependencies": {
9696
"@anthropic-ai/claude-code": "^2.1.12",
97+
"@github/copilot": "^0.0.405",
9798
"@google/gemini-cli": "^0.26.0",
9899
"@openai/codex": "^0.92.0",
99100
"prettier": "^3.8.0",

0 commit comments

Comments
 (0)