Skip to content

fix(core): display task output in TUI when native command runner is disabled#33881

Merged
FrozenPandaz merged 1 commit intomasterfrom
nxc-2868
Dec 16, 2025
Merged

fix(core): display task output in TUI when native command runner is disabled#33881
FrozenPandaz merged 1 commit intomasterfrom
nxc-2868

Conversation

@leosvelperez
Copy link
Copy Markdown
Member

@leosvelperez leosvelperez commented Dec 16, 2025

Current Behavior

When NX_NATIVE_COMMAND_RUNNER=false is set, tasks running in the TUI don't display any output in the terminal pane. The pane remains empty even though the task is running.

Expected Behavior

Task output is displayed in the TUI terminal pane regardless of the NX_NATIVE_COMMAND_RUNNER setting.

Related Issues

Fixes #32803

@leosvelperez leosvelperez self-assigned this Dec 16, 2025
@leosvelperez leosvelperez requested a review from a team as a code owner December 16, 2025 11:16
@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
nx-dev Ready Ready Preview Dec 16, 2025 11:21am

@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 16, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 4fef13b
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/69413f79ace8470008a5ae74
😎 Deploy Preview https://deploy-preview-33881--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Dec 16, 2025

View your CI Pipeline Execution ↗ for commit 4fef13b

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 5m 56s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 1m 50s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 6s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-16 13:26:42 UTC

@FrozenPandaz FrozenPandaz merged commit d61ae25 into master Dec 16, 2025
22 of 23 checks passed
@FrozenPandaz FrozenPandaz deleted the nxc-2868 branch December 16, 2025 20:21
FrozenPandaz pushed a commit that referenced this pull request Dec 16, 2025
…isabled (#33881)

## Current Behavior

When `NX_NATIVE_COMMAND_RUNNER=false` is set, tasks running in the TUI
don't display any output in the terminal pane. The pane remains empty
even though the task is running.

## Expected Behavior

Task output is displayed in the TUI terminal pane regardless of the
`NX_NATIVE_COMMAND_RUNNER` setting.

## Related Issues

Fixes #32803

(cherry picked from commit d61ae25)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nx TUI Not Displaying Output When Using Bun as Package Manager

2 participants