We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4556f89 commit dca2a6eCopy full SHA for dca2a6e
docs/agent-integrations.mdx
@@ -499,6 +499,14 @@ args = ["stdio"]
499
env = {}
500
```
501
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
510
<Info>
511
Learn more: [OpenAI Codex
512
Documentation](https://github.com/openai/codex/tree/main/codex-rs)
0 commit comments