mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #188] [CLOSED] feat: improve TUI tool result rendering for ACP backend #186
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/188
Author: @jsamuel1
Created: 2/25/2026
Status: ❌ Closed
Base:
main← Head:feat/tui-tool-result-rendering-and-kiro-acp-rename📝 Commits (1)
99fd178feat: improve TUI tool result rendering for ACP backend📊 Changes
1 file changed (+153 additions, -1 deletions)
View changed files
📝
crates/ralph-adapters/src/stream_handler.rs(+153 -1)📄 Description
Summary
Parse ACP tool result JSON envelopes for readable TUI display
Previously, tool results from the ACP backend showed raw JSON in the TUI:
Now extracts and displays the meaningful content:
Handles four ACP response patterns:
2 files: config.txt, notes.mdFalls back to raw string for non-JSON output (backwards compatible with Claude and other backends).
Also renames the internal backend identifier to
kiro-acpfor clarity.Testing
format_tool_resultcovering all ACP response patterns🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.