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'
不含自动添加的
alias aimsg='git commit -m "$(codex exec "帮我写一个符合 conventional commits 规范的 commit message,需要包含type、scope、description,且输出为英文")"'
包含自动添加的
alias aimsg='git add . && git commit -m "$(codex exec "帮我写一个符合 conventional commits 规范的 commit message,需要包含type、scope、description,且输出为英文")"'
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