用户工具

站点工具


codex

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
codex [2025/12/06 04:44] – 创建 bestonycodex [2026/06/24 08:15] (当前版本) bestony
行 1: 行 1:
 ====== Codex ====== ====== Codex ======
-===== CodexD alias =====+===== CodexDangerously alias =====
  
 <code copy Bash [enable_line_numbers="true"]>alias codexd='codex --dangerously-bypass-approvals-and-sandbox -m gpt-5.1-codex-max -c model_reasoning_effort="high" -c model_reasoning_summary_format=experimental --enable web_search_request'</code> <code copy Bash [enable_line_numbers="true"]>alias codexd='codex --dangerously-bypass-approvals-and-sandbox -m gpt-5.1-codex-max -c model_reasoning_effort="high" -c model_reasoning_summary_format=experimental --enable web_search_request'</code>
 ===== AIMSG alias ===== ===== AIMSG alias =====
  
 +不含自动添加的
 <code copy Bash [enable_line_numbers="true"]>alias aimsg='git commit -m "$(codex exec "帮我写一个符合 conventional commits 规范的 commit message,需要包含type、scope、description,且输出为英文")"'</code> <code copy Bash [enable_line_numbers="true"]>alias aimsg='git commit -m "$(codex exec "帮我写一个符合 conventional commits 规范的 commit message,需要包含type、scope、description,且输出为英文")"'</code>
 +
 +包含自动添加的
 +
 +<code copy Bash [enable_line_numbers="true"]>alias aimsg='git add . && git commit -m "$(codex exec "帮我写一个符合 conventional commits 规范的 commit message,需要包含type、scope、description,且输出为英文")"'</code>
 +
 +===== Codex 配置 =====
 +<code copy Toml [enable_line_numbers="true"]>approval_policy = 'never'
 +disable_response_storage = true
 +include_apply_patch_tool = true
 +include_plan_tool = true
 +model = 'gpt-5.5'
 +model_auto_compact_token_limit = 244800
 +model_context_window = 272000
 +model_max_output_tokens = 128000
 +model_provider = 'custom'
 +model_reasoning_effort = 'xhigh'
 +model_reasoning_summary = 'detailed'
 +model_reasoning_summary_format = 'experimental'
 +model_verbosity = 'medium'
 +personality = 'pragmatic'
 +plan_mode_reasoning_effort = 'xhigh'
 +preferred_auth_method = 'apikey'
 +project_doc_fallback_filenames = ['CLAUDE.md', 'AGENTS.md']
 +project_doc_max_bytes = 65536
 +sandbox_mode = 'danger-full-access'
 +service_tier = 'fast'
 +suppress_unstable_features_warning = true
 +tools_web_search = true
 +websearch = 'live'
 +
 +[features]
 +apply_patch_freeform = true
 +multi_agent = true
 +plan_tool = true
 +responses_websockets = true
 +shell_snapshot = true
 +unified_exec = true
 +view_image_tool = true
 +
 +
 +[notice]
 +hide_rate_limit_model_nudge = true
 +
 +[notice.model_migrations]
 +'gpt-5.3-codex' = 'gpt-5.4'
 +
 +[tui]
 +status_line = ['model-with-reasoning', 'current-dir', 'context-used', 'five-hour-limit', 'weekly-limit']
 +status_line_use_colors = true
 +
 +[tui.model_availability_nux]
 +'gpt-5.5' = 4</code>
 +
/storage/data/attic/codex.1764996263.txt.gz · 最后更改: bestony

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki