Skip to content

Assistant text not displayed between tool calls — only permission prompts visible #519

@madorian

Description

@madorian

Description

Intermittently, after submitting a prompt, agent-shell shows only the permission prompts (tool call approvals) but none of the assistant's text output between them. The LLM is clearly working — it makes tool calls, asks permission questions — but the actual response text that should appear between those interactions is missing.

The result is a sequence of permission prompts with no context: the user approves tool calls blindly because the reasoning/explanation text is invisible.

Steps

  1. Submit a prompt in agent-shell
  2. The prompt appears normally
  3. Permission prompts appear (Allow/Reject) — the agent is making tool calls
  4. No assistant text is rendered between the prompts
  5. After answering a permission prompt, another one appears — still no text
  6. The cycle continues with zero visible text output from the assistant

Expected behavior

Between tool calls/permission prompts, the assistant's text output (reasoning, explanations, status updates) should be rendered in the buffer.

Environment

  • agent-shell: 1e5d175
  • shell-maker: 6377cbd
  • Claude Code: 2.1.104
  • Emacs 30.2 on NixOS
  • Terminal: emacs -nw (over SSH)

Notes

Intermittent — have not found a reliable reproduction. Will attach diagnostic data (buffer state, text properties, traffic log) next time it occurs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions