You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Due to codex’s features are upgraded in silent and sometimes they’re significantly effective, upgrade codex(-cli) on your host machine consistently.
36
+
37
+
### Set plan mode
38
+
39
+
- You can turn on plan mode on codex by `shift + tab` shortcut.
40
+
41
+
### Steering
42
+
43
+
```bash
44
+
# it trigger `/prompts:askme` prompt, which is designed for gathering more context during planning
45
+
askme
46
+
```
47
+
48
+
- Don't need to interrupt by triggering `esc` or wait the plan is fully done. Sometime you feel codex ask you for gathering more context to make better plan.
49
+
50
+
## Design decisions and codex’s configurations
51
+
52
+
> Basically, this project already turned on efficient features of codex, somethings are experimental state but battle-tasted, in .codex/config.toml. This section is going to tell about the decisions.
-`model_reasoning_effort`, and `model_verbosity` set high as default due to high performance.
68
+
-`project_doc_fallback_filenames` are fallback constitution files. The type of this property is `list[str]`, so you can add `str` type element into this section like `["CLAUDE.md", "AGENTS.md", "CRUSH.md"]`.
69
+
- If you want to reuse other constitutions, feel these props which you’re using before.
70
+
- set `personality` as `pragmatic` due to save token(direct communication)
71
+
- polished `compaction_prompt` for better context compaction.
72
+
-`memories`: codex also supports detecting and saving user’s tastes.
- some `fast` agents baed on spark model. But this model is only available on ChatGPT pro subscription. So if you're not pro subscriber, change them into appropriate models.
91
+
92
+
```toml
93
+
model = "gpt-5.1-codex-mini"
94
+
```
95
+
96
+
- set `explore` agent use `gpt-5.1-codex-mini`, because they consume little quota buf sufficient for exploration.
0 commit comments