跳至内容
白宦成的数字花园
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您在这里:
start
»
codex
您的足迹:
codex
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== Codex ====== ===== 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> ===== 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 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/pages/codex.txt
· 最后更改:
2026/06/24 08:15
由
bestony
页面工具
显示页面
过去修订
反向链接
回到顶部