Skip to content

fix(execute): ensure correct CLI loading based on version mismatch#1640

Merged
damyanpetev merged 4 commits intomasterfrom
mstoyanova/ai-config-execute
Apr 20, 2026
Merged

fix(execute): ensure correct CLI loading based on version mismatch#1640
damyanpetev merged 4 commits intomasterfrom
mstoyanova/ai-config-execute

Conversation

@Marina-L-Stoyanova
Copy link
Copy Markdown
Contributor

Description

When executing ai-config command and there is mismatch in local and global version we always flavor the global one similar to Angular CLI.

Related Issue

Closes #1631

Type of Change

  • [ x ] Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring / code cleanup
  • Build / CI configuration change

Affected Packages

  • igniteui-cli (packages/cli)
  • @igniteui/cli-core (packages/core)
  • @igniteui/angular-templates (packages/igx-templates)
  • @igniteui/angular-schematics (packages/ng-schematics)
  • @igniteui/mcp-server (packages/igniteui-mcp)

Checklist

  • I have tested my changes locally (npm run test)
  • I have built the project successfully (npm run build)
  • I have run the linter (npm run lint)
  • I have added/updated tests as needed
  • My changes do not introduce new warnings or errors

Additional Context

Copilot AI review requested due to automatic review settings April 20, 2026 12:21
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.

Copilot wasn't able to review any files in this pull request.


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

@coveralls
Copy link
Copy Markdown

coveralls commented Apr 20, 2026

Coverage Status

coverage: 86.193% (-0.02%) from 86.213% — mstoyanova/ai-config-execute into master

@damyanpetev damyanpetev merged commit fef48ec into master Apr 20, 2026
3 checks passed
@damyanpetev damyanpetev deleted the mstoyanova/ai-config-execute branch April 20, 2026 14:01
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.

When doing ig ai-config and having different global and local version of igniteui-cli step-by-step is started

4 participants