v1.5.0
1.5.0 (2026-03-18)
Today we're introducing Rozenite for Agents - a way for AI to interact directly with your app.
It's built on our React Native DevTools plugin framework, but the idea is simple: instead of treating agents as outside observers, Rozenite lets them work from inside your app.
That means they can look at the React component tree, check performance in real time, read logs, and inspect network activity - the same way a developer would when debugging.
You can also define custom in-app tools, so agents can actually do things - like toggle feature flags or trigger specific flows. You decide what actions are available, and expose them exactly where they're needed.
Right now, only a small subset of plugins support Rozenite for Agents. That's temporary - the next release will expand support to many more plugins.
🚀 Features
- Rozenite for Agents: Introduces the new CLI agent workflow, shared agent packages (
@rozenite/agent-bridge,@rozenite/agent-shared), and middleware support for the new agent connection flow. (#190) - @rozenite/controls-plugin: Introduces the Controls Plugin, enabling inspection and manipulation of component props and state directly from DevTools. (#187)
- @rozenite/controls-plugin: Added Rozenite for Agents support. (#190)
- @rozenite/mmkv-plugin: Added Rozenite for Agents support. (#190)
- @rozenite/react-navigation-plugin: Added Rozenite for Agents support. (#190)
- @rozenite/storage-plugin: Added Rozenite for Agents support. (#190)
🩹 Fixes
- @rozenite/middleware: Fixed plugin auto-discovery to work correctly with Yarn Plug'n'Play. (#176)
❤️ Thank You
- Szymon Chmal @V3RON
- Geunhyeok LEE @leegeunhyeok