-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Send message
Hello can you run: clj-nrepl-eval -p 7888 --timeout 10000 "blah" - LLM responds that there was no output and check tool preview
- Send message
Hello can you run: clj-nrepl-eval -p 7888 --timeout 10000 "blah" 2>&1 - 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
Additional context
Add any other context about the problem here.
Maybe related issue? #219
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done