Reference&Support
Configuration Reference
Written By: Emily Thompson
Last Updated on June 5, 2025
Introduction
The codi.toml
file controls CODI’s behavior. Reference this page to understand every configurable section—from global agent switches to detailed per-environment settings—and see example snippets.
1. Top-Level Schema
Defines project identity and default language.
2. Agents Section
Globally enable or disable built-in agents.
3. Agent-Specific Settings
Scaffold
Audit
Test
Deploy
Tweak behavior of each agent.
4. Plugins & Hooks
Register custom agent plugins. Hooks are defined in each agent’s section.
5. Environment Overrides
Override deploy settings per cluster.
Conclusion
Use these examples to configure CODI for your project’s needs. Modify toggles, set thresholds, register plugins, and define environment-specific overrides—all via codi.toml
.
Related to Reference&Support