Skip to content

feat(acp): improve the display and replay of shell commands#30879

Open
imnotlxy wants to merge 3 commits into
anomalyco:devfrom
imnotlxy:fix/acp-bash
Open

feat(acp): improve the display and replay of shell commands#30879
imnotlxy wants to merge 3 commits into
anomalyco:devfrom
imnotlxy:fix/acp-bash

Conversation

@imnotlxy
Copy link
Copy Markdown
Contributor

@imnotlxy imnotlxy commented Jun 5, 2026

Issue for this PR

Closes #10998

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

  1. "Bash" tool now uses the actual command as its title.
  2. Outputs of the shell tool is displayed real-time on the Client (like Zed).
  3. Outputs of the shell tool is replayed on load by Zed.
  4. Related tests are added.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

All tests passed. Tried in Zed.

Screenshots / recordings

picture

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

Hey! Your PR title Improve shell commands over ACP doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@imnotlxy imnotlxy changed the title Improve shell commands over ACP feat(acp): Improve the display and replay of shell commands Jun 5, 2026
@imnotlxy imnotlxy changed the title feat(acp): Improve the display and replay of shell commands feat(acp): improve the display and replay of shell commands Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run Command message won't display command ran in Zed

1 participant