mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
codex: point notify to ~/.config/codex/notify.py; unignore codex/notify.py
This commit is contained in:
parent
eafdfe5037
commit
74c2fa6ced
2 changed files with 18 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -77,6 +77,7 @@ yazi/bookmark
|
|||
/codex/*
|
||||
!/codex/config.toml
|
||||
!/codex/AGENTS.md
|
||||
!/codex/notify.py
|
||||
|
||||
# Agent tracker binaries
|
||||
!/agent-tracker/
|
||||
|
|
|
|||
|
|
@ -1,9 +1,24 @@
|
|||
model_reasoning_effort = "high" # minimal|low|medium|high|none
|
||||
model_verbosity = "medium" # low|medium|high
|
||||
model_verbosity = "medium" # low|medium|high
|
||||
|
||||
model = "gpt-5-codex"
|
||||
tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true }
|
||||
model_reasoning_effort = "high"
|
||||
notify = ["/usr/bin/python3", "/Users/david/.config/codex/notify.py"]
|
||||
|
||||
# [mcp_servers.file-edit]
|
||||
# command = "/Users/david/Github/file-edit-mcp/fileeditmcp"
|
||||
|
||||
|
||||
# [mcp_servers.ib]
|
||||
# command = "mcp-proxy"
|
||||
# args = ["--transport", "streamablehttp", "http://127.0.0.1:5938"]
|
||||
# startup_timeout_ms = 20000
|
||||
|
||||
# [mcp_servers.project_wiki]
|
||||
# command = "node"
|
||||
# args = ["/Users/david/Github/project-wiki-mcp/dist/index.js"]
|
||||
# cwd = "/Users/david/Github/project-wiki-mcp"
|
||||
# startup_timeout_ms = 20000
|
||||
|
||||
# [mcp_servers.tracker]
|
||||
# command = "/Users/david/.config/agent-tracker/bin/tracker-mcp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue