Skip to content

Commit fed7718

Browse files
chore(release-vscode): 18.92.0
1 parent 7433391 commit fed7718

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

apps/vscode/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [18.92.0](https://github.com/nrwl/nx-console/compare/vscode-v18.91.0...vscode-v18.92.0) (2026-04-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **nx-mcp:** expose autoApplySkipped in getCIInformation ([#3090](https://github.com/nrwl/nx-console/issues/3090)) ([a76c10d](https://github.com/nrwl/nx-console/commit/a76c10d07818cdda14740a7897f35017be0bae00))
7+
* **nx-mcp:** tweak polygraph session id generation ([#3086](https://github.com/nrwl/nx-console/issues/3086)) ([c5daaf2](https://github.com/nrwl/nx-console/commit/c5daaf255fda4f6ac363431aa1dc39c8ea4ad161))
8+
* **nxls:** add debounce and reconfigure lock to prevent watcher flood ([#3104](https://github.com/nrwl/nx-console/issues/3104)) ([62d445d](https://github.com/nrwl/nx-console/commit/62d445d5995c880d44496e52618d8c462e3886c5))
9+
* **nxls:** handle malformed executor schema better ([#3078](https://github.com/nrwl/nx-console/issues/3078)) ([4e3c2ca](https://github.com/nrwl/nx-console/commit/4e3c2caef37c69a96d7c84224e06531629bcbdf2))
10+
* **polygraph:** update tool descriptions for org-wide workspace selection ([#3082](https://github.com/nrwl/nx-console/issues/3082)) ([84b91df](https://github.com/nrwl/nx-console/commit/84b91df76fb119802adc0371af983217c1e7e575))
11+
* **vscode,intellij:** update broken nx.dev troubleshooting URLs ([#3096](https://github.com/nrwl/nx-console/issues/3096)) ([86a77e3](https://github.com/nrwl/nx-console/commit/86a77e309f42b90a99d6b8f456f7b72e5eddc794))
12+
* **vscode,intellij:** update old nx.dev doc links to canonical /docs/ URLs ([#3098](https://github.com/nrwl/nx-console/issues/3098)) ([6047d76](https://github.com/nrwl/nx-console/commit/6047d76e8aeaa95d02c916274cd5f729615eb23a))
13+
* **vscode:** block lifecycle scripts in all dlx commands ([#3108](https://github.com/nrwl/nx-console/issues/3108)) ([43a74eb](https://github.com/nrwl/nx-console/commit/43a74eb6577d3d31d91a713f2b1a95bee742002c))
14+
* **vscode:** handle paths with illegal chars in error diagnostics ([#3077](https://github.com/nrwl/nx-console/issues/3077)) ([e274736](https://github.com/nrwl/nx-console/commit/e27473602a5304675dca77ca7b925e9661a6f5eb))
15+
* **vscode:** repair generate ui boolean default behaviour ([#3076](https://github.com/nrwl/nx-console/issues/3076)) ([526a4fb](https://github.com/nrwl/nx-console/commit/526a4fbd69caf23ad262bedf11cf111df6786ca9))
16+
17+
18+
### Features
19+
20+
* **nx-mcp:** Add cloud_ci_get_logs MCP tool ([#3087](https://github.com/nrwl/nx-console/issues/3087)) ([65691bf](https://github.com/nrwl/nx-console/commit/65691bf0b3e57f1c2c071372cbe62a9a44aace27))
21+
* **nx-mcp:** add cloud_polygraph_modify_session MCP tool ([#3085](https://github.com/nrwl/nx-console/issues/3085)) ([796bf6f](https://github.com/nrwl/nx-console/commit/796bf6f4777e046f0e7ca642a79f829bdfbbcd18))
22+
* **nx-mcp:** auto-generate unique Polygraph session IDs ([#3081](https://github.com/nrwl/nx-console/issues/3081)) ([9a1942a](https://github.com/nrwl/nx-console/commit/9a1942a6a49becb7615eeb929b102d8add980fcf))
23+
* **nx-mcp:** remove Polygraph MCP tools ([#3092](https://github.com/nrwl/nx-console/issues/3092)) ([08e3919](https://github.com/nrwl/nx-console/commit/08e391939a12bc3b61a36900859895e6694e5cd8))
24+
* **polygraph:** pass cloud credentials through delegate tool ([#3083](https://github.com/nrwl/nx-console/issues/3083)) ([209a1e1](https://github.com/nrwl/nx-console/commit/209a1e1f5c1e1d2f38b5e984f82c472e2af233d4))
25+
* **polygraph:** read sessionId from polygraph.json ([#3088](https://github.com/nrwl/nx-console/issues/3088)) ([052f8bd](https://github.com/nrwl/nx-console/commit/052f8bd623dd71ba4c39194514a120e34f0d18c3))
26+
* **polygraph:** update MCP tool descriptions for ACP statuses ([#3080](https://github.com/nrwl/nx-console/issues/3080)) ([e5cd660](https://github.com/nrwl/nx-console/commit/e5cd6604d709ebe64c73e46ccbbc888271a26a06))
27+
* **vscode:** show labels in generate ui instead of values ([#3075](https://github.com/nrwl/nx-console/issues/3075)) ([e0a6b6f](https://github.com/nrwl/nx-console/commit/e0a6b6ffa0241520360316000ab31aeff9d7c4f4))
28+
129
# [18.91.0](https://github.com/nrwl/nx-console/compare/vscode-v18.90.0...vscode-v18.91.0) (2026-02-24)
230

331

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-console",
33
"displayName": "Nx Console",
4-
"version": "18.91.0",
4+
"version": "18.92.0",
55
"description": "The UI for Monorepos, providing visual workflows and enriching your AI Chat with deep insights",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)