Skip to content

Improve pi pane tool output#49

Merged
hockeybuggy merged 1 commit into
mainfrom
fix/pi-pane-tool-details
Jul 18, 2026
Merged

Improve pi pane tool output#49
hockeybuggy merged 1 commit into
mainfrom
fix/pi-pane-tool-details

Conversation

@hockeybuggy

Copy link
Copy Markdown
Owner

Problem

The pane formatter treated every streamed tool-call token as a separate tool event. This made the transcript hard to read because partial events omitted tool names and filled the pane with generic markers.

Output

Before

tool

tool

tool

After

▸ read agents/skills/use-pi-in-pane/pretty.jq

▸ bash git status --short

Solution

Render one concise summary from each actual tool execution, including useful arguments and failures. Add a regression test that ensures partial tool-call events remain silent.

## Problem

The pane formatter treated every streamed tool-call token as a separate
tool event. This made the transcript hard to read because partial events
omitted tool names and filled the pane with generic markers.

## Output

### Before

> tool
>
> tool
>
> tool

### After

> ▸ read  agents/skills/use-pi-in-pane/pretty.jq
>
> ▸ bash  git status --short

## Solution

Render one concise summary from each actual tool execution, including
useful arguments and failures. Add a regression test that ensures
partial tool-call events remain silent.
@hockeybuggy
hockeybuggy merged commit b915dfe into main Jul 18, 2026
2 checks passed
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