Skip to content

[codex] feat(tty): add command batching#35

Merged
tonyfettes merged 6 commits into
mainfrom
codex/command-batching
Jun 18, 2026
Merged

[codex] feat(tty): add command batching#35
tonyfettes merged 6 commits into
mainfrom
codex/command-batching

Conversation

@tonyfettes

Copy link
Copy Markdown
Contributor

Summary

  • Add destination-passing VT helpers so dynamic terminal sequences can be written into an existing buffer.
  • Add root Command data values and Tty::execute to batch pure output commands into one serialized write.
  • Cover command batching with pipe-backed root tests and record the design checkpoints under docs/plans/.

Notes

This first batch intentionally covers write-only commands. Terminal query commands, with_* scope helpers, and mouse composite commands are left out for a later design pass.

Validation

  • moon fmt
  • moon test internal/vt
  • moon test .
  • moon test
  • moon check
  • moon info
  • git diff --cached --check

@tonyfettes tonyfettes marked this pull request as ready for review June 15, 2026 08:13

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 437d09831b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/plans/2026-06-15-command-execute.md Outdated
@tonyfettes tonyfettes merged commit 5e22f17 into main Jun 18, 2026
3 checks passed
@tonyfettes tonyfettes deleted the codex/command-batching branch June 18, 2026 05:56
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