mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 17:36:05 +08:00
codex config update
This commit is contained in:
parent
7c141f1fc8
commit
cf0ba2d25c
2 changed files with 18 additions and 7 deletions
|
|
@ -1,14 +1,25 @@
|
||||||
model_verbosity = "medium" # low|medium|high
|
tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true }
|
||||||
|
notify = ["/usr/bin/python3", "/Users/david/.config/codex/notify.py"]
|
||||||
|
|
||||||
model = "gpt-5-codex"
|
model = "gpt-5.1-codex-max"
|
||||||
tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true }
|
model_verbosity = "medium" # low|medium|high
|
||||||
model_reasoning_effort = "high"
|
model_reasoning_effort = "high"
|
||||||
notify = ["/usr/bin/python3", "/Users/david/.config/codex/notify.py"]
|
show_raw_agent_reasoning = true
|
||||||
|
|
||||||
approval_policy = "never"
|
approval_policy = "never"
|
||||||
sandbox_mode = "danger-full-access"
|
sandbox_mode = "danger-full-access"
|
||||||
|
exec_timeout_ms = 900000 # 15 minutes
|
||||||
|
rmcp_client = true
|
||||||
|
|
||||||
show_raw_agent_reasoning = true
|
|
||||||
|
[notice]
|
||||||
|
hide_gpt5_1_migration_prompt = true
|
||||||
|
|
||||||
|
[features]
|
||||||
|
web_search_request = true
|
||||||
|
streamable_shell = true
|
||||||
|
apply_patch_freeform = true
|
||||||
|
unified_exec = true
|
||||||
|
|
||||||
# [mcp_servers.file-edit]
|
# [mcp_servers.file-edit]
|
||||||
# command = "/Users/david/Github/file-edit-mcp/fileeditmcp"
|
# command = "/Users/david/Github/file-edit-mcp/fileeditmcp"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
co() {
|
co() {
|
||||||
local -a codex_cmd
|
local -a codex_cmd
|
||||||
codex_cmd=(codex --sandbox danger-full-access -m gpt-5 -c 'model_reasoning_summary_format=experimental' -c 'model_reasoning_effort=high' --enable web_search_request)
|
codex_cmd=(codex)
|
||||||
local search_dir=$PWD
|
local search_dir=$PWD
|
||||||
local overlay_file=""
|
local overlay_file=""
|
||||||
while :; do
|
while :; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue