用户工具

站点工具


codex

Codex

CodexDangerously alias

Bash
  1. 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'

AIMSG alias

不含自动添加的

Bash
  1. alias aimsg='git commit -m "$(codex exec "帮我写一个符合 conventional commits 规范的 commit message,需要包含type、scope、description,且输出为英文")"'

包含自动添加的

Bash
  1. alias aimsg='git add . && git commit -m "$(codex exec "帮我写一个符合 conventional commits 规范的 commit message,需要包含type、scope、description,且输出为英文")"'

Codex 配置

Toml
  1. approval_policy = 'never'
  2. disable_response_storage = true
  3. include_apply_patch_tool = true
  4. include_plan_tool = true
  5. model = 'gpt-5.5'
  6. model_auto_compact_token_limit = 244800
  7. model_context_window = 272000
  8. model_max_output_tokens = 128000
  9. model_provider = 'custom'
  10. model_reasoning_effort = 'xhigh'
  11. model_reasoning_summary = 'detailed'
  12. model_reasoning_summary_format = 'experimental'
  13. model_verbosity = 'medium'
  14. personality = 'pragmatic'
  15. plan_mode_reasoning_effort = 'xhigh'
  16. preferred_auth_method = 'apikey'
  17. project_doc_fallback_filenames = ['CLAUDE.md', 'AGENTS.md']
  18. project_doc_max_bytes = 65536
  19. sandbox_mode = 'danger-full-access'
  20. service_tier = 'fast'
  21. suppress_unstable_features_warning = true
  22. tools_web_search = true
  23. websearch = 'live'
  24.  
  25. [features]
  26. apply_patch_freeform = true
  27. multi_agent = true
  28. plan_tool = true
  29. responses_websockets = true
  30. shell_snapshot = true
  31. unified_exec = true
  32. view_image_tool = true
  33.  
  34.  
  35. [notice]
  36. hide_rate_limit_model_nudge = true
  37.  
  38. [notice.model_migrations]
  39. 'gpt-5.3-codex' = 'gpt-5.4'
  40.  
  41. [tui]
  42. status_line = ['model-with-reasoning', 'current-dir', 'context-used', 'five-hour-limit', 'weekly-limit']
  43. status_line_use_colors = true
  44.  
  45. [tui.model_availability_nux]
  46. 'gpt-5.5' = 4
/storage/data/pages/codex.txt · 最后更改: bestony

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki