Skip to content

Commit 81ecb22

Browse files
authored
feat(core): add nx console messaging to TUI (#31148)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> There is no communication between Nx CLI and Nx Console ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This enables a connection between the Nx TUI app and Nx Console so that we can send messages to console. This is used to update MCP tools on Nx Console to assist with LLMs ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 47b9b51 commit 81ecb22

18 files changed

+1419
-96
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ storybook-static
7272
# Ignore Gradle project-specific cache directory
7373
.gradle
7474
.kotlin
75+
76+
.cursor/rules/nx-rules.mdc
77+
.github/instructions/nx.instructions.md

0 commit comments

Comments
 (0)