Skip to content

v1.18.0

Latest

Choose a tag to compare

@mateuszaliyev mateuszaliyev released this 27 Jul 15:21
0d13bed

✨ 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-Cookie response headers not being propagated to the shared cookie storage
  • fix missing Content-Type header 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-mcp tool list
  • fix ENOENT error when fingerprinting Expo config plugins written in TypeScript