Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Mstoyanova/ai config update#6499

Merged
kdinev merged 9 commits into
vnextfrom
mstoyanova/ai-config-update
May 19, 2026
Merged

Mstoyanova/ai config update#6499
kdinev merged 9 commits into
vnextfrom
mstoyanova/ai-config-update

Conversation

@Marina-L-Stoyanova
Copy link
Copy Markdown
Contributor

Closes #

Checklist:

  • check topic's TOC/menu and paragraph headings
  • Include TOC topic labels in topic content has a valuable update, it's new or considered as preview\ beta
  • link to other topics using ../relative/path.md
  • at the References section at the end of the topic add links to topics, samples, etc
  • reference API documentation instead of adding a section with API

  • use valid component names - [Data] Grid, IgxSelectComponent, <igx-combo>
  • use spell checker tool (VS Code, Grammarly, Microsoft Editor)
  • add inline code blocks for the names of classes / tags / properties
  • add language descriptor for the code blocks
  • check broken links (use browser add-on)
  • check if sample is working and fully visible in the topic
  • check if sample is working and fully visible in the StackBlitz
  • check if code blocks match the code in StackBlitz demo


  • do not resolve requested changes (leave that to the reviewer)
  • add pending-localization label when the review of the PR is done
  • add a member from the localization team to translate it

Copilot AI review requested due to automatic review settings May 18, 2026 15:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Ignite UI CLI and Angular Schematics documentation to describe expanded AI assistant/MCP and Agent Skills configuration during project creation and through ai-config.

Changes:

  • Adds wizard steps for selecting coding assistants and AI agents.
  • Expands ig ai-config and schematic ai-config usage, flags, supported targets, and generated config paths.
  • Adds ig ai-config to the general CLI command overview.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
en/components/general/cli/step-by-step-guide-using-cli.md Adds AI assistant configuration steps to the CLI wizard guide.
en/components/general/cli/step-by-step-guide-using-angular-schematics.md Adds AI assistant configuration steps to the Angular Schematics wizard guide.
en/components/general/cli/getting-started-with-cli.md Documents AI config flags, examples, and updated command descriptions for Ignite UI CLI.
en/components/general/cli/getting-started-with-angular-schematics.md Expands schematic AI integration docs with flags, supported clients/agents, examples, and MCP JSON samples.
en/components/general-cli-overview.md Adds ig ai-config to the CLI command table.
Comments suppressed due to low confidence (1)

en/components/general/cli/step-by-step-guide-using-angular-schematics.md:136

  • This note omits the required Ignite UI schematics collection for these options. Plain ng new does not expose --assistants or --agents; the command needs to be shown in the ng new <name> --collection="@igniteui/angular-schematics" ... form to avoid users copying a command that Angular CLI will reject.
> To skip AI configuration prompts entirely during non-interactive project creation, pass `--assistants none --agents none` to `ng new`. To re-run AI configuration later, use `ng generate @igniteui/angular-schematics:ai-config` from the project root.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


## Configure AI assistants

After choosing your framework, project type, template, and theme, the wizard prompts you to configure AI coding assistant integration. This step runs the same logic as `ig ai-config` but is embedded in the project creation flow.
## AI Assistant Integration

The Ignite UI CLI - which shares the same scaffolding toolchain as these Schematics - includes a built-in MCP server that connects AI coding assistants to live Ignite UI component documentation. If your workflow uses the Ignite UI CLI alongside the Angular CLI, start the server with `ig mcp` after installing the CLI globally.
After choosing your bootstrapping type, project name, template, and theme, the wizard prompts you to configure AI coding assistant integration. This step runs the same logic as `ng generate @igniteui/angular-schematics:ai-config` but is embedded in the project creation flow.
Comment thread en/components/general/cli/step-by-step-guide-using-cli.md
Comment thread en/components/general/cli/step-by-step-guide-using-angular-schematics.md Outdated
Comment thread en/components/general/cli/step-by-step-guide-using-angular-schematics.md Outdated
@georgianastasov georgianastasov self-requested a review May 19, 2026 07:28
@kdinev kdinev merged commit 90f9384 into vnext May 19, 2026
5 checks passed
@kdinev kdinev deleted the mstoyanova/ai-config-update branch May 19, 2026 11:14
github-actions Bot added a commit that referenced this pull request May 19, 2026
- jp/components/ai/maker-framework.md: fix indentation in Claude Desktop section to match EN
- jp/components/general/cli/getting-started-with-angular-schematics.md: expand AI Assistant Integration section with flags, tables, usage examples, MCP config, skill files subsections
- jp/components/general/cli/getting-started-with-cli.md: update AI section with multi-assistant/agent support; add ig new AI flags; update ig ai-config command description
- jp/components/general/cli/step-by-step-guide-using-angular-schematics.md: add AI Assistant Integration section; update new project flow to mention AI config step
- jp/components/general/cli/step-by-step-guide-using-cli.md: add Configure AI assistants section; update new project flow to mention AI config step

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants