Current Behavior
On wsh reference there's the following example: tail -n 50 mylog.log | wsh ai - "can you tell me what this error means?". Currently it doesn't work. It pipes stdin to the ai block but not the additional message.
Expected Behavior
I expected the message to be piped.
Steps To Reproduce
In a terminal block run:
for i in $(seq 1 100); do echo "2023-10-$(printf "%02d" $((RANDOM % 30 + 1))) $(printf "%02d:%02d:%02d" $((RANDOM % 24)) $((RANDOM % 60)) $((RANDOM % 60))) - INFO - This is a fake log entry number $i" >> mylog.log; done
tail -n 50 mylog.log | wsh ai - "can you tell me what this error means?"
Wave Version
Client Version 0.11.2 (202503082049)
Platform
macOS
OS Version/Distribution
macOS Sequoia 15.3.2
Architecture
arm64
Anything else?
No response
Questionnaire
Current Behavior
On wsh reference there's the following example:
tail -n 50 mylog.log | wsh ai - "can you tell me what this error means?". Currently it doesn't work. It pipes stdin to the ai block but not the additional message.Expected Behavior
I expected the message to be piped.
Steps To Reproduce
In a terminal block run:
Wave Version
Client Version 0.11.2 (202503082049)
Platform
macOS
OS Version/Distribution
macOS Sequoia 15.3.2
Architecture
arm64
Anything else?
No response
Questionnaire