Created example configuration templates for all 5 AI coding assistants supported by ToolConfig. These templates provide users with a working starting point even if they don’t have existing configurations.
~/.factory/settings.json.example)Location: C:\Users\jzhu\.factory\settings.json.example
Features:
Default Model: GLM 5.1 via OmniLLM gateway
~/.claude/settings.json.example)Location: C:\Users\jzhu\.claude\settings.json.example
Features:
Default Model: qwen3.6-plus via OmniLLM gateway
~/.codex/config.toml.example)Location: C:\Users\jzhu\.codex\config.toml.example
Features:
Default Model: GPT-4 via OpenAI
~/.opencode/config.json.example)Location: C:\Users\jzhu\.opencode\config.json.example
Features:
Default Model: GLM 5.1 via OmniLLM gateway
~/.amp/config.json.example)Location: C:\Users\jzhu\.amp\config.json.example
Features:
Default Model: GLM 5.1 via OmniLLM gateway
✅ Ready to use - Valid JSON/TOML syntax
✅ OmniLLM integration - Pre-configured to route through OmniLLM gateway
✅ Environment variable support - Use ${OMNILLM_API_KEY} instead of hardcoding
✅ Sensible defaults - Working configuration out of the box
✅ Well-documented - Comments and clear field names
✅ Extensible - Easy to add more models or providers
# Example for Droid
cp ~/.factory/settings.json.example ~/.factory/settings.json
# Example for OpenCode
cp ~/.opencode/config.json.example ~/.opencode/config.json
${OMNILLM_API_KEY} with actual key or set env varThe ToolConfig UI in OmniLLM admin panel will automatically:
No need to manually copy templates - just start editing in the UI!
User Home Directory (~)
├── .factory/
│ ├── settings.json.example ← Droid template
│ └── README.md ← Usage guide
├── .claude/
│ └── settings.json.example ← Claude Code template
├── .codex/
│ └── config.toml.example ← Codex template
├── .opencode/
│ └── config.json.example ← OpenCode template
└── .amp/
└── config.json.example ← AMP template
✅ Zero configuration friction - Users can start immediately ✅ Consistent defaults - Everyone starts with same baseline ✅ Best practices - Templates follow recommended patterns ✅ Easy customization - Clear structure makes modifications simple ✅ Reduced support burden - Fewer “how do I configure this?” questions
When a user opens ToolConfig UI for the first time:
Templates serve as reference for users who want to manually edit or understand the structure.
Consider adding: