Skip to content

Commit 8c97765

Browse files
danymarquesDany Marques (u118970)
authored andcommitted
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 4d4d8ae commit 8c97765

File tree

6 files changed

+1641
-901
lines changed

6 files changed

+1641
-901
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"@anthropic-ai/claude-code": "^2.1.12",
9797
"@google/gemini-cli": "^0.30.0",
9898
"@openai/codex": "^0.104.0",
99+
"@github/copilot": "^0.0.405",
99100
"prettier": "^3.8.0",
100101
"tsx": "^4.20.3"
101102
}

0 commit comments

Comments
 (0)