Settings Masterclass
Files & Editor Integration
Syncing with your local environment.
The Files section controls how Blaze interacts with your filesystem and external code editors like VS Code, Cursor, or Xcode.
Workspace Management
- Root Directory: Define where your agent sessions originate by default.
- Ignore Patterns: Configure global
.blazeignorepatterns to prevent agents from reading massive directories likenode_modulesor.git.
External Editor
Blaze can deep-link into your preferred IDE. When you click "Edit" on a diff card, it can open the file at the exact line number in:
- VS Code / Cursor
- Xcode
- Sublime Text
- JetBrains IDEs
Real-time Sync
- Auto-Read: Enable this to let agents automatically read files mentioned in your prompt without a separate tool call.
- Save on Apply: Automatically save files to disk when you click "Accept" on a diff.
Next: Notifications & Sound.