Skip to content

Commit 7250818

Browse files
authored
patch: add instructions for agents.md file to codex config directory (#317)
1 parent 4eb5131 commit 7250818

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/agent-integrations.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,14 @@ args = ["stdio"]
499499
env = {}
500500
```
501501

502+
**Add Agent Rules (Optional):**
503+
Instruct Codex to use container-use for all projects:
504+
505+
```sh
506+
mkdir -p ~/.codex
507+
curl https://raw.githubusercontent.com/dagger/container-use/main/rules/agent.md >> ~/.codex/AGENTS.md
508+
```
509+
502510
<Info>
503511
Learn more: [OpenAI Codex
504512
Documentation](https://github.com/openai/codex/tree/main/codex-rs)

0 commit comments

Comments
 (0)