Skip to content

AND-401: stream terminal output while commands run - #358

Open
yaojin3616 wants to merge 1 commit into
mainfrom
agent/debugger/64dfe61d8222
Open

AND-401: stream terminal output while commands run#358
yaojin3616 wants to merge 1 commit into
mainfrom
agent/debugger/64dfe61d8222

Conversation

@yaojin3616

Copy link
Copy Markdown
Contributor

Summary

  • correlate foreground bash/pwsh subprocesses with their tool call IDs
  • expose non-consuming incremental stdout/stderr snapshots through a Desktop-local endpoint
  • render and auto-scroll live output in running terminal cards, then retain the existing settled terminal result and exit-state UI
  • bound retained live output and clean up settled process records

Verification

  • npm run typecheck
  • npm run build
  • npm test -- --reporter=dot (90 files, 747 tests)
  • verified all four new patch-package patches apply cleanly to the repository tarballs

Fixes #296
Closes AND-401

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.

[Feature Request] Stream command/bash tool execution output in real-time instead of waiting for completion

1 participant