Skip to content

Ai feat integration#96

Merged
adxdits merged 4 commits into
masterfrom
ai-feat-integration
Jul 1, 2026
Merged

Ai feat integration#96
adxdits merged 4 commits into
masterfrom
ai-feat-integration

Conversation

@adxdits

@adxdits adxdits commented Jun 30, 2026

Copy link
Copy Markdown
Member

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:

  • Added a "Debug with AI" button to the toolbar in app.component.html and corresponding styles in app.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)
  • Implemented dialog logic for the AI debug feature in app.component.ts, integrating with the new AiDebugDialogComponent and ai-debug.service. (projects/ngrx-devtool-ui/src/app/app.component.ts) (F10f6b7bR13, F10f6b7bR115)
  • Added a new documentation page, "Debug with AI", describing how to use the AI prompt, connect via MCP, and available tools. Also linked it in the sidebar. (docs/docs/features/debug-with-ai.md, docs/sidebars.ts) (docs/docs/features/debug-with-ai.mdR1-R65, F876d713R24)
  • Integrated MCP server support in index.ts and exposed a /mcp endpoint 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:

  • Updated project descriptions in README.md and npm-readme.md for clarity and consistency. (F30b418bR13, F46822e2R1)
  • Minor formatting and clarity improvements in CONTRIBUTING.md, including branch naming and pull request focus guidelines. (Fe43d3a3R88, Fe43d3a3R117)
  • Minor UI text and comment clarifications in demo components. (projects/ngrx-devtool-demo/src/app/correlation-debug/correlation-debug.component.ts) (Fa23bd97R44, Fa23bd97R65)

Build and Packaging:

  • Updated the build script in package.json to use setup-cli-bin.js for CLI setup. (package.json) (Ff5beec0R12)

Comment thread projects/ngrx-devtool-ui/src/services/ai-debug.service.ts Fixed
@adxdits adxdits merged commit f8ea8f6 into master Jul 1, 2026
4 checks passed
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