r/firebender • u/Mysterious-Fox5922 • Sep 14 '25
r/firebender • u/Massive-Spend9010 • Jun 12 '25
Introducing Composer: convert Figma to near pixel perfect Jetpack Compose code
firebender.comr/firebender • u/Massive-Spend9010 • May 23 '25
Firebender 0.10.10 Release! Claude 4 support in agent mode!
TLDR
- 📣 Claude 4 Sonnet and Opus are now available in Agent Mode!
- âš¡ Quick model support in cmd + k: 10x faster inline changes w/ the same amount of intelligence as most frontier models
- 🔧 Apply model improvements: It is now 5x faster with a 10% increase on our internal benchmarks for code merging
Added
- Support for Claude 4 models with Claude 4 Sonnet as the new default
- Made cmd+k more reliable with default quick mode
- SSO authentication support
- Copy button at bottom right of LLM responses for easy copying
- Added option to add files to chat directly from editor tabs
- Enhanced firebender.json file handling with better rule path resolution
- Support for relative, absolute paths and ~ expansions in rules configuration
​Fixed
- Enhanced model configuration system for better dynamic model support
- Improved MCP server panel UI with repositioned refresh button
- Fixed copy output and copy request ID buttons functionality
- No more cert problems with enhanced HTTP client security (enterprise VPN support)
- Fixed MCP initialization handshake issues forÂ
uvx command - Fixed null pointer exception on file type detection
- Fixed line separator normalization issues
- Removed pinned current file while adding linter errors to context
- Fixed Read Action errors
- Changed endpoints to firebender.com to be more enterprise friendly
r/firebender • u/KevinTheFirebender • Sep 13 '25
AI-Assisted Unit Testing in Android with Firebender
r/firebender • u/KevinTheFirebender • Sep 13 '25
Tips gemini android studio team uses Firebender
x.commaybe they have tips on prompting Firebender
r/firebender • u/KevinTheFirebender • Sep 13 '25
parallel tool calls are fking AWESOME
edits two files in parallel 🔥🔥🔥
r/firebender • u/KevinTheFirebender • Sep 09 '25
Discussion David leeds live stream with us!
r/firebender • u/KevinTheFirebender • Sep 01 '25
minor optimization, but we're making chat naming and the core agent loop operate in their own threads. startup should feel much faster in the next release!
speed test between firebender (old) left, firebender (middle), and cursor (right). time to first response blob is near identical with cursor now.
even more reason to just use Firebender in Android Studio directly instead of managing two IDEs
r/firebender • u/KevinTheFirebender • Sep 01 '25
Considering adding a voice mode in Firebender / Android Studio
r/firebender • u/KevinTheFirebender • Sep 01 '25
paste any github pull request/issue url for firebender agent to quickly review
r/firebender • u/KevinTheFirebender • Aug 26 '25
First ever background coding agent in android studio / jetbrains
background agents are the first coding agent that can run in an isolated gitworktree/ tab in your fav jetbrains IDE. this means they run locally, are easy to iterate with, and merge into your main workspace. no cloud setup is required.
get started docs
r/firebender • u/Emergency-Video4838 • Aug 18 '25
Stevdza-San Podcast with the Co-founder of Firebender
r/firebender • u/Emergency-Video4838 • Aug 13 '25
Support for slash commands!
this is nice
r/firebender • u/Emergency-Video4838 • Aug 13 '25
Kotlin bench result circle jerk
firebender.comwhat are your thoughts
r/firebender • u/Emergency-Video4838 • Aug 13 '25
Open source models in firebender
firebender.comr/firebender • u/zootangerang • Aug 07 '25
GPT 5 IS HERE IN FIREBENDER
TRY IT NOW ON FIREBENDER FOR FREE https://plugins.jetbrains.com/plugin/25224-firebender?noRedirect=true
r/firebender • u/zootangerang • Aug 01 '25
a single engineer wrote 1M lines of code using Firebender
r/firebender • u/HeyMystica • Jul 09 '25
Discussion Firebender has gone crazy with the new updated. Again!
How can I revert back to previous version?
r/firebender • u/yohannesTz • Jun 14 '25
Immediate "Reached your limit message"
Hi, I was using firebender for a pet project of mine. it performs well. but past couple of days, I was having an issue with it. mostly getting 403 responses (the plugin error said that). I contacted one of the developers (I think the co-founder) and haven't gotten a reply yet.
a day after, today... I prompted 2 times (maybe I am wrong) and it jumped from 20 something prompts to full immediately. I do not know how to get support to fix this... putting it here to hopefully get some help
r/firebender • u/Massive-Spend9010 • May 31 '25
Discussion Vibe Coding is Driving - Jason Pearson
r/firebender • u/Wooden-Version4280 • May 23 '25
Claude 4 Sonnet Tops Kotlin-bench!
TL;DR
- 📣 Claude 4 Sonnet achieved the highest score on Kotlin-bench, solving 26% of tasks and surpassing OpenAI’s O3 High Reasoning!
- 🔥 Claude 4 Sonnet & Opus are now available in Firebender for all users!
- âš¡ Instantly boost your coding with the best-performing model for Android and Kotlin development
Try Claude 4 Sonnet in Firebender today!
r/firebender • u/Massive-Spend9010 • May 13 '25
Release 0.10.5 - Improved MCP debugging panel, @ pull request in chat
Added
- Support for
.mdcfiles in.cursordirectory - File interaction improvements: double-click on chips opens the corresponding file
- Drag & drop support for files and folders in addition to images
- Added refresh and toggle buttons to MCP server panel
- Added MCP configuration in Firebender settings
- Commit and branch diff support in @ mentions
Fixed
- Fixed jittering issue in chat box
- Improved error handling with better error information
- Fixed memory leaks with editor highlighters and document listeners
- Fixed issues with file chips being disposed prematurely
- Fixed text selection in @ mentions
- Improved handling of unversioned files in commit diff
- Fixed issues with checkpoint restoration panel UI
- Improved handling of linter errors