Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v22.0.2
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v22.0.3
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 17, 2026

  1. refactor(@angular/cli): promote experimental MCP tools to stable

    Promote `run_target` and `devserver` tools (which includes `devserver.start`, `devserver.stop`, and `devserver.wait_for_build`) from experimental to stable so they are registered and available by default on the MCP server.
    
    (cherry picked from commit 3d3179d)
    clydin committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    08f9959 View commit details
    Browse the repository at this point in the history
  2. fix(@schematics/angular): remove default workspace vscode mcp.json co…

    …nfiguration
    
    The workspace schematic previously generated a default `.vscode/mcp.json` file when initializing a new workspace. However, this configuration is now managed and optionally generated via the `ai-config` schematic (either during `ng new` tool setup or through direct schematic invocation).
    
    (cherry picked from commit 01008f1)
    clydin committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    0eddea8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. build: update dependency vite to v7.3.5

    See associated pull request for more information.
    angular-robot authored and clydin committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    bc97bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30b9d3 View commit details
    Browse the repository at this point in the history
Loading