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

@@ -119,6 +119,31 @@
"model": "grok"
}
}
},
"COPILOT": {
"DEFAULT": {
"COPILOT": {
"allow_all_tools": true
}
},
"GPT_5": {
"COPILOT": {
"allow_all_tools": true,
"model": "gpt-5"
}
},
"CLAUDE_SONNET_4_5": {
"COPILOT": {
"allow_all_tools": true,
"model": "claude-sonnet-4.5"
}
},
"CLAUDE_SONNET_4": {
"COPILOT": {
"allow_all_tools": true,
"model": "claude-sonnet-4"
}
}
}
}
}