mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 05:00:19 +00:00
codex
This commit is contained in:
parent
11dd910e1d
commit
ba76258d28
1 changed files with 7 additions and 3 deletions
|
|
@ -11,13 +11,12 @@ shell_tool = true
|
||||||
unified_exec = true
|
unified_exec = true
|
||||||
shell_snapshot = true
|
shell_snapshot = true
|
||||||
apply_patch_freeform = true
|
apply_patch_freeform = true
|
||||||
|
code_mode = true
|
||||||
personality = true
|
personality = true
|
||||||
multi_agent = true
|
|
||||||
memories = true
|
memories = true
|
||||||
js_repl = true
|
js_repl = true
|
||||||
runtime_metrics = true
|
runtime_metrics = true
|
||||||
child_agents_md = true
|
child_agents_md = true
|
||||||
use_linux_sandbox_bwrap = true
|
|
||||||
enable_request_compression = true
|
enable_request_compression = true
|
||||||
skill_mcp_dependency_install = true
|
skill_mcp_dependency_install = true
|
||||||
skill_env_var_dependency_prompt = true
|
skill_env_var_dependency_prompt = true
|
||||||
|
|
@ -25,11 +24,16 @@ responses_websockets_v2 = true
|
||||||
apps = true
|
apps = true
|
||||||
codex_git_commit = true
|
codex_git_commit = true
|
||||||
prevent_idle_sleep = true
|
prevent_idle_sleep = true
|
||||||
request_permissions = true
|
exec_permission_approvals = true
|
||||||
|
request_permissions_tool = true
|
||||||
|
enable_fanout = true
|
||||||
|
codex_hooks = true
|
||||||
guardian_approval = true
|
guardian_approval = true
|
||||||
|
|
||||||
[agents]
|
[agents]
|
||||||
max_threads = 8
|
max_threads = 8
|
||||||
|
max_depth = 3
|
||||||
|
job_max_runtime_seconds = 1800
|
||||||
|
|
||||||
[agents.worker]
|
[agents.worker]
|
||||||
description = "Implementation-focused role for scoped coding tasks."
|
description = "Implementation-focused role for scoped coding tasks."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue