Skip to content

eca shell command tool call does not return stderr #265

@quackercrumbs

Description

@quackercrumbs

To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.

Describe the bug
When the eca shell command runs a command that only outputs stderr, the results aren't visible in the tool preview / the chat session.

To Reproduce
I'm using eca-nvim and have clj-nrepl-eval setup.

Steps to reproduce the behavior:

  1. Send message Hello can you run: clj-nrepl-eval -p 7888 --timeout 10000 "blah"
  2. LLM responds that there was no output and check tool preview
  3. Send message Hello can you run: clj-nrepl-eval -p 7888 --timeout 10000 "blah" 2>&1
  4. LLM responds that it sees an error and check tool preview

Expected behavior
Tool Result should contain stderr output

Doctor
Paste the relevant parts of /doctor command from chat if applicable:

> /doctor

ECA version: 0.91.1

Server cmd: /Users/calvinquach/.cache/nvim/eca/eca server

Workspaces: /Users/calvinquach/projects/eca-nvim

Default model: anthropic/claude-sonnet-4.5

Screenshots

Image

Additional context
Add any other context about the problem here.
Maybe related issue? #219

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions