Skip to content

feat(redux-devtools-plugin): add agentic features#200

Merged
V3RON merged 3 commits intomainfrom
feat/agentic-redux-plugin
Mar 23, 2026
Merged

feat(redux-devtools-plugin): add agentic features#200
V3RON merged 3 commits intomainfrom
feat/agentic-redux-plugin

Conversation

@V3RON
Copy link
Copy Markdown
Contributor

@V3RON V3RON commented Mar 23, 2026

Description

Adds agent support for the Redux DevTools plugin. Apps can now expose a Redux domain to rozenite agent by mounting useReduxDevToolsAgentTools(), enabling agents to inspect stores and action history, dispatch Redux actions, and run safe history controls like jump, toggle, reset, rollback, commit, sweep, pause, and lock.

Context

The Redux DevTools panel already supported these capabilities through the UI/runtime bridge, so this change exposes a curated, agent-safe subset as plugin tools. Agent support is intentionally opt-in and requires manually mounting the new hook; adding the store enhancer alone does not register the agent domain.

@V3RON V3RON merged commit 68e8463 into main Mar 23, 2026
1 check passed
@V3RON V3RON deleted the feat/agentic-redux-plugin branch March 23, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant