Copilot CLI (#915)

This commit is contained in:
Solomon
2025-10-03 13:12:53 +01:00
committed by GitHub
parent 86f7c00d94
commit a43fa76079
8 changed files with 415 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ type ExecutorType =
| 'GEMINI'
| 'CODEX'
| 'CURSOR'
| 'COPILOT'
| 'OPENCODE'
| 'QWEN_CODE';