Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

AgentEnder
Copy link
Member

@AgentEnder AgentEnder commented Sep 12, 2025

Important

This PR still represents work in progress. Things like interactivity, resizing, entering + exiting the inline view, etc still need to be worked. The code is still extremely messy. It likely does more than it should, and does things in the wrong place in the wrong way. Yes, AI was used pretty heavily. Yes, I still have some understanding of it. We'll clean it up before merging.

Current Behavior

When running single tasks we have a "minimal" tui, but that minimal tui still makes it really hard / impossible to use some of the terminals built in features... like:

  • Find (can only find what's currently rendered by tui)
  • Text select + copy (can only select what's rendered to screen, copied text includes the frame around the tui / scrollbar)

Expected Behavior

When running single tasks we can use an inline viewport to render some tui widgets at the bottom of the viewport, and terminal output can be printed above.

Related Issue(s)

Fixes #

Copy link

vercel bot commented Sep 12, 2025

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

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Sep 12, 2025 5:42pm

@AgentEnder AgentEnder changed the title wip feat(core): add inline-tui view mode Sep 12, 2025
Copy link
Contributor

nx-cloud bot commented Sep 12, 2025

View your CI Pipeline Execution ↗ for commit 6da27bd

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ❌ Failed 43m 35s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 18s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 5s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 4s View ↗
nx documentation ✅ Succeeded 5m 23s View ↗

☁️ Nx Cloud last updated this comment at 2025-09-12 18:24:40 UTC

@AgentEnder AgentEnder changed the title feat(core): add inline-tui view mode feat(core): add inline-tui view mode [wip] Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant