Customize AI
Getting Started (3 min)
Customize the most powerful AI coding assistant for your codebase
Configure your style preferences in firebender.json
to ensure consistent AI behavior across your team and codebase.
You no longer need to keep re-prompting AI on guidelines for how to write code.
Example: Food delivery app
1. Open any android project in Android Studio, and copy this file to your project root: $projectRoot/firebender.json
.
firebender.json
2. Open AI chat and say “hi”
Notice that your food delivery app project was acknowledged by Firebender Chat! This means that AI is aware of the rules configured.
Rules apply to all features of Firebender such as autocomplete, chat, and inline AI changes
3. Ignoring files with ignore
In the example, we prevent Firebender from analyzing any secrets.properties
file for Autocomplete, Inline AI Changes, and Chat, unless explicitly requested (see more)
Was this page helpful?