✨ Highlights
AI Chat integrations 🤖
Radon now hands your AI assistant the context it already has about your running app:
- Fix runtime errors in chat: when your app throws, a pill appears over the device with Copy error and Fix in chat, which sends the error straight to the AI chat.
- Reference inspected components: the Element Inspector dropdown gets an Add to AI chat button next to every component in the stack, passing its source location and props into the conversation.
Other changes 📝
- React Native 0.86 and 0.87 support
- Expo 56 and 57 support
- Xcode 27 support
Bugfixes 🐞
- Network Inspector no longer loses collected logs when the inspector is disabled and re-enabled
- fix
Set-Cookieresponse headers not being propagated to the shared cookie storage - fix missing
Content-Typeheader in the Android Network Inspector when it can be inferred from the request body - fix source maps resolving to the wrong file in npm workspaces monorepos
- fix a race that could leave the AI chat with an empty
radon-mcptool list - fix
ENOENTerror when fingerprinting Expo config plugins written in TypeScript