forked from feiskyer/codex-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-copilot.toml
More file actions
39 lines (34 loc) · 953 Bytes
/
github-copilot.toml
File metadata and controls
39 lines (34 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Codex CLI Configuration
# This configuration uses LiteLLM as the model provider gateway
# See: https://docs.litellm.ai/docs/simple_proxy
model = "gpt-5.2-codex"
model_provider = "github"
model_verbosity = "medium"
approval_policy = "on-failure"
sandbox_mode = "workspace-write"
model_reasoning_effort = "high"
web_search = "disabled"
[features]
skills = true
unified_exec = true
shell_snapshot = true
collab = true
steer = true
collaboration_modes = true
personality = true
# Model providers (LiteLLM as Github Copilot proxy)
[model_providers.github]
name = "Github"
base_url = "http://localhost:4000"
http_headers = { "Authorization"= "Bearer sk-dummy" }
wire_api = "responses"
# MCP Tools
# [mcp_servers.claude] # Migrated to skills
# command = "claude"
# args = ["mcp", "serve"]
[mcp_servers.chrome]
command = "npx"
args = ["chrome-devtools-mcp@latest"]
[mcp_servers.context7]
command = "npx"
args = ["-y", "@upstash/context7-mcp@latest"]