Releases: nrwl/nx-console
Releases · nrwl/nx-console
vscode-v18.100.0
What's Changed
- chore(repo): update nx to 23.0.0-beta.3 by @FrozenPandaz in #3127
- fix(repo): make importNxPackagePath src/ check platform-agnostic by @MaxKless in #3134
- fix(nx-mcp): page CI task logs from the end by @MaxKless in #3133
- chore(repo): update nx to 23.0.0-beta.11 by @FrozenPandaz in #3131
- chore(repo): update nx to 23.0.0-beta.12 by @FrozenPandaz in #3136
- feat(vscode): use minimal MCP tool set and add enableNxMcpServer setting by @MaxKless in #3138
Full Changelog: vscode-v18.94.0...vscode-v18.100.0
vscode-v18.94.0
What's Changed
- chore(repo): update nx to 23.0.0-beta.1 by @FrozenPandaz in #3124
- fix(repo): support Nx 22.7 dist/ layout in importNxPackagePath by @MaxKless in #3125
- feat(nx-mcp): rework ci tools, add ci_task_output by @MaxKless in #3126
Full Changelog: vscode-v18.93.1...vscode-v18.94.0
vscode-v18.93.1
What's Changed
- fix(intellij): resolve new nx graph asset paths by @MaxKless in #3119
- chore(repo): update nx to 22.7.0-rc.2 by @FrozenPandaz in #3121
Full Changelog: vscode-v18.93.0...vscode-v18.93.1
vscode-v18.93.0
What's Changed
- feat(vscode): add Playwright-based e2e test infrastructure by @MaxKless in #3109
- chore(repo): update nx to 22.7.0-beta.17 by @FrozenPandaz in #3073
Full Changelog: vscode-v18.92.0...vscode-v18.93.0
vscode-v18.92.0
What's Changed
- fix(intellij): prevent errors from multiple events being processed by PDV state machine simultaneously by @MaxKless in #3069
- fix(intellij): use non-blocking async HTTP in NxGraphServer by @MaxKless in #3071
- fix(intellij): update arguments when reusing Run Anything configurations by @MaxKless in #3072
- chore(repo): set up cursor agents.md for background agents by @MaxKless in #3074
- feat(vscode): show labels in generate ui instead of values by @MaxKless in #3075
- fix(nxls): handle malformed executor schema better by @MaxKless in #3078
- fix(vscode): repair generate ui boolean default behaviour by @MaxKless in #3076
- fix(vscode): handle paths with illegal chars in error diagnostics by @MaxKless in #3077
- feat(polygraph): update MCP tool descriptions for ACP statuses by @nx-cloud-snapshot[bot] in #3080
- fix(polygraph): update tool descriptions for org-wide workspace selection by @nx-cloud-snapshot[bot] in #3082
- feat(nx-mcp): auto-generate unique Polygraph session IDs by @MaxKless in #3081
- feat(polygraph): pass cloud credentials through delegate tool by @MaxKless in #3083
- fix(nx-mcp): tweak polygraph session id generation by @MaxKless in #3086
- feat(polygraph): read sessionId from polygraph.json by @nx-cloud-snapshot[bot] in #3088
- feat(nx-mcp): Add cloud_ci_get_logs MCP tool by @nx-cloud-snapshot[bot] in #3087
- feat(nx-mcp): add cloud_polygraph_modify_session MCP tool by @MaxKless in #3085
- fix(nx-mcp): expose autoApplySkipped in getCIInformation by @nx-cloud-snapshot[bot] in #3090
- fix(vscode,intellij): update broken nx.dev troubleshooting URLs by @MaxKless in #3096
- feat(nx-mcp): remove Polygraph MCP tools by @MaxKless in #3092
- fix(vscode,intellij): update old nx.dev doc links to canonical /docs/ URLs by @barbados-clemens in #3098
- chore(repo): use SHAs for GH actions by @s-wojciechowski in #3102
- fix(nxls): add debounce and reconfigure lock to prevent watcher flood by @gultyayev in #3104
- chore(repo): pin all dependency versions to exact numbers by @MaxKless in #3106
- fix(vscode): block lifecycle scripts in all dlx commands by @MaxKless in #3108
New Contributors
- @barbados-clemens made their first contribution in #3098
- @s-wojciechowski made their first contribution in #3102
Full Changelog: vscode-v18.91.0...vscode-v18.92.0
vscode-v18.91.0
What's Changed
- feat(intellij): resolve style preprocessor include paths from rspack … by @gultyayev in #3062
- feat: make configure-ai-agents clickable and improve outdated check by @MaxKless in #3065
- fix(vscode): write valid migrations.json when no migrations exist by @leosvelperez in #3067
- chore(repo): update nx to 22.6.0-beta.2 by @FrozenPandaz in #3066
- fix(vscode): prevent workspace scan infinite loop on Windows roots by @MaxKless in #3068
New Contributors
- @gultyayev made their first contribution in #3062
Full Changelog: vscode-v18.90.0...vscode-v18.91.0
vscode-v18.90.0
What's Changed
- fix(intellij): rework generate ui loading to work with remote dev by @MaxKless in #3055
- fix(vscode): handle some more issues from rollbar by @MaxKless in #3057
- feat(nx-mcp): add cloud_polygraph_candidates tool and selectedWorkspaceIds to init by @nx-cloud-snapshot[bot] in #3058
- feat(vscode): rework the projects view sidebar with loading states / state machine by @MaxKless in #3053
- chore(repo): tweak nx inputs by removing build targetDefault by @MaxKless in #3043
- fix(nx-mcp): remove empty inputSchema by @Cammisuli in #3060
- feat(nx-mcp): add cloud_polygraph_complete_session MCP tool by @nx-cloud-snapshot[bot] in #3059
- chore(repo): update nx to 22.6.0-beta.1 by @FrozenPandaz in #3061
- fix(nx-mcp): surface selfHealingSkipInfo in ci_information output by @nx-cloud-snapshot[bot] in #3063
- fix(vscode): fix AIFAIL filter not catching wrapped error messages by @MaxKless in #3064
Full Changelog: vscode-v18.89.0...vscode-v18.90.0
vscode-v18.89.0
What's Changed
- chore(repo): reconnect to snapshot by @Cammisuli in #3046
- chore(repo): update to latest ai agent config by @MaxKless in #3049
- chore(vscode): escape cloud URls so we get visibility into which fail in rollbar by @MaxKless in #3048
- chore(repo): enable polygraph tools by default in this repo by @MaxKless in #3052
- feat(vscode): enhance detection for nx skills for cursor & re-add old rule file cleanup by @MaxKless in #3054
Full Changelog: vscode-v18.88.0...vscode-v18.89.0
vscode-v18.88.0
What's Changed
- fix(intellij): replace deprecated ReadAction.nonBlocking(Runnable) by @MaxKless in #3025
- fix(nx-mcp): handle missing client bundle gracefully in polygraph tools by @Cammisuli in #3016
- feat(nx-mcp): enable passing options to mcp via .nx/nx-mcp-config.json by @MaxKless in #3026
- fix(nx-mcp): re-case experimental polygraph tool by @MaxKless in #3028
- chore(intelli): update gradle platform plugin version by @MaxKless in #3011
- feat(nx-mcp): add cloud_polygraph_associate_pr MCP tool by @nx-cloud-snapshot[bot] in #3029
- feat(nx-mcp): support run and task URLs in CI information tool by @nx-cloud-snapshot[bot] in #3024
- fix(intellij): respect project sdk by injecting JAVA_HOME into nx commands by @MaxKless in #3031
- feat(nx-mcp): add plan and agentSessionId params to Polygraph tools by @nx-cloud-snapshot[bot] in #3033
- feat(nx-mcp): add hints and structured fields to MCP tool outputs by @MaxKless in #3032
- fix(vscode): unsafe treeItem access by @MaxKless in #3035
- feat(nx-mcp): switch default behaviour of nx-mcp to have minimal tools by @MaxKless in #3027
- chore(vscode): set another error as known to clean up stats by @MaxKless in #3036
- feat(vscode): add toggle for disabling refresh on branch switch by @MaxKless in #3034
- fix(vscode): branch logging bug when switching by @MaxKless in #3039
- fix(vscode): fix timing issue when closing webview while migrate ui loads by @MaxKless in #3038
- chore(intellij): add disk space logging to CI for investigation by @MaxKless in #3037
- fix(mcp): fix incorrect tool description. use resume instead of continue by @vsavkin in #3040
- feat(nx-mcp): auto-install cloud client bundle for polygraph tools by @Cammisuli in #3041
- chore(repo): update github actions to improve flakiness by @MaxKless in #3044
- fix(vscode): handle nullable git HEAD by @MaxKless in #3042
- chore(vscode): clean up rollbar clutter and increase sampling rate by @MaxKless in #3045
Full Changelog: vscode-v18.86.0...vscode-v18.88.0
vscode-v18.86.0
What's Changed
- fix(vscode): repair workspace data dir for older versions & remove dead wrap-generator.js by @MaxKless in #3010
- chore(repo): update nx to 22.5.0-beta.3 by @FrozenPandaz in #3005
- fix(nx-mcp): transform record-command taskIds to actual command by @nartc in #3012
- fix(vscode): implement defensive webview disposal check to prevent async error by @MaxKless in #3009
- fix(intellij): adjust polling logic to account for all terminal states by @MaxKless in #3002
- chore(repo): add NX_POWERPACK_DISABLE env var to shared global cache inputs by @MaxKless in #3013
- fix(intellij): move problem iteration into mutex to avoid race condition by @MaxKless in #3000
- feat(intellij): add reason button to daemon disabled state by @MaxKless in #2992
- fix(nx-mcp): replace query_prs with get_session for polygraph by @Cammisuli in #3014
- chore(repo): update nx to 22.5.0-beta.4 by @FrozenPandaz in #3015
- feat(intellij): add nx console logs viewer by @MaxKless in #2997
- feat(nx-mcp): add polygraph stop_child and child_status MCP tools by @nx-cloud-snapshot[bot] in #3019
- chore(repo): update nx to 22.5.0-beta.5 by @FrozenPandaz in #3018
- refactor(intellij): fix various deprecations by @MaxKless in #3022
- fix: handle some nxls & vscode bugs by @MaxKless in #3023
- chore(repo): remove gradle overrides by @lourw in #3021
New Contributors
- @nx-cloud-snapshot[bot] made their first contribution in #3019
Full Changelog: vscode-v18.85.2...vscode-v18.86.0