mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
fix: parallel tool call instruction injection (#6893)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
## Exploration and reading files
|
||||
|
||||
- **Think first.** Before any tool call, decide ALL files/resources you will need.
|
||||
@@ -10,5 +11,3 @@
|
||||
* Always maximize parallelism. Never read files one-by-one unless logically unavoidable.
|
||||
* This concern every read/list/search operations including, but not only, `cat`, `rg`, `sed`, `ls`, `git show`, `nl`, `wc`, ...
|
||||
* Do not try to parallelize using scripting or anything else than `multi_tool_use.parallel`.
|
||||
|
||||
## Editing constraints
|
||||
Reference in New Issue
Block a user