Skip to content

feat(tanstack-query-plugin): add agentic features#201

Merged
V3RON merged 3 commits intomainfrom
feat/agentic-tanstack-query
Mar 23, 2026
Merged

feat(tanstack-query-plugin): add agentic features#201
V3RON merged 3 commits intomainfrom
feat/agentic-tanstack-query

Conversation

@V3RON
Copy link
Copy Markdown
Contributor

@V3RON V3RON commented Mar 23, 2026

Description

Adds agent support to @rozenite/tanstack-query-plugin with a curated tool surface for inspecting queries and mutations, paginating large caches, managing query cache entries, and clearing query/mutation caches. It also unifies TanStack devtools action handling so UI and agent flows share the same implementation.

Context

This follows the agentic patterns already introduced for the Network Activity and Redux DevTools plugins. The exposed tools intentionally mirror the UI's operational capabilities, while excluding UI-local controls. Query and mutation listings use cursor pagination, and detail responses are sanitized to stay JSON-safe for agent consumption.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
rozenite Skipped Skipped Mar 23, 2026 9:22am

Request Review

@V3RON V3RON force-pushed the feat/agentic-tanstack-query branch from 0d134ed to 3775aef Compare March 23, 2026 09:22
V3RON added 2 commits March 23, 2026 10:37
@V3RON V3RON merged commit 7edeb1d into main Mar 23, 2026
1 check passed
@V3RON V3RON deleted the feat/agentic-tanstack-query branch March 23, 2026 10:06
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