Ai feat integration#96
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new "Debug with AI" feature to the NgRx DevTool, enabling users to generate AI-ready debugging prompts from their session and connect local or cloud AI assistants via the Model Context Protocol (MCP). It also updates documentation, improves UI/UX, and makes minor corrections and code cleanups.
AI Debugging and MCP Integration:
app.component.htmland corresponding styles inapp.component.scss, allowing users to assemble and copy a debugging prompt from their session. (projects/ngrx-devtool-ui/src/app/app.component.html,projects/ngrx-devtool-ui/src/app/app.component.scss) (F225ac7dR48, Ff5dd721R171)app.component.ts, integrating with the newAiDebugDialogComponentandai-debug.service. (projects/ngrx-devtool-ui/src/app/app.component.ts) (F10f6b7bR13, F10f6b7bR115)docs/docs/features/debug-with-ai.md,docs/sidebars.ts) (docs/docs/features/debug-with-ai.mdR1-R65, F876d713R24)index.tsand exposed a/mcpendpoint for AI assistants to query the running NgRx session. Updated console output with connection instructions. (index.ts) (Fd8ad5faR3, Fd8ad5faR12, Fd8ad5faR66, Fd8ad5faR75, Fd8ad5faR99)Documentation and Presentation Improvements:
README.mdandnpm-readme.mdfor clarity and consistency. (F30b418bR13, F46822e2R1)CONTRIBUTING.md, including branch naming and pull request focus guidelines. (Fe43d3a3R88, Fe43d3a3R117)projects/ngrx-devtool-demo/src/app/correlation-debug/correlation-debug.component.ts) (Fa23bd97R44, Fa23bd97R65)Build and Packaging:
package.jsonto usesetup-cli-bin.jsfor CLI setup. (package.json) (Ff5beec0R12)