Skip to content

v1.6.0

Latest

Choose a tag to compare

@V3RON V3RON released this 23 Mar 15:42
· 8 commits to main since this release

1.6.0 (2026-03-23)

This release expands Rozenite for Agents across more of the DevTools experience, giving agents direct access to state, data, and network insights in places where developers already debug day to day.

We're also introducing a brand new File System plugin, which lets you browse app files and preview text and image content directly in React Native DevTools. Together, these additions make Rozenite much more useful for agent-driven investigation and debugging inside the app.

🚀 Features

  • @rozenite/file-system-plugin: Introduces the new File System plugin for browsing app files and previewing text and image content in React Native DevTools, with read-only agent tools for roots, directory entries, and file previews. (#177)
  • @rozenite/network-activity-plugin: Added agent tools for inspecting HTTP, WebSocket, and SSE activity. (#198)
  • @rozenite/redux-devtools-plugin: Added agent tools for inspecting Redux state, action history, and safe store controls. (#200)
  • @rozenite/tanstack-query-plugin: Added agent tools for inspecting queries and mutations and managing TanStack Query caches. (#201)

❤️ Thank You