v0.10: add native Codex adapter for deep research

This commit is contained in:
kai
2026-04-24 10:48:14 +08:00
parent c93fce5078
commit 77df1838b1
48 changed files with 3354 additions and 48 deletions
+18
View File
@@ -54,6 +54,24 @@ profiles:
dr_verifier_backup_a: "zenmux/qwen/qwen3.6-plus"
dr_verifier_backup_b: "zenmux/minimax/minimax-m2.7"
dr_verifier_backup_c: "zenmux/moonshotai/kimi-k2.5"
codex_native:
description: "OpenAI-native profile for the Codex adapter; independent of OpenCode and ZenMux."
roles:
dr_plan: "gpt-5.4"
dr_pm: "gpt-5.4"
dr_searcher: "gpt-5.4-mini"
dr_analyst: "gpt-5.4"
dr_verifier: "gpt-5.4"
dr_chief_editor: "gpt-5.4"
dr_editor_in_chief: "gpt-5.4"
dr_reporter: "gpt-5.4-mini"
translate: "anthropic/claude-sonnet-4.6"
polish: "anthropic/claude-sonnet-4.6"
glossary: "anthropic/claude-haiku-4.5"
reasoning:
default: "high"
fast: "medium"
review: "xhigh"
defaults:
profile: "balanced"