Skip to content

CLI piped input#16

Open
joshua-mo-143 wants to merge 3 commits intomainfrom
cursor/cli-piped-input-51ad
Open

CLI piped input#16
joshua-mo-143 wants to merge 3 commits intomainfrom
cursor/cli-piped-input-51ad

Conversation

@joshua-mo-143
Copy link
Copy Markdown
Contributor

Enable venice chat to combine piped stdin with a prompt argument, allowing users to provide context and instructions simultaneously.

Previously, venice chat would only read piped stdin if no prompt argument was provided. This change allows commands like cat error.log | venice chat "find the root cause" to send both the log content and the specific question to the AI, enhancing the command's flexibility and usefulness for contextual queries. The piped input is sent as the first user message, followed by the prompt argument as a second user message.

Open in Web Open in Cursor 

Co-authored-by: Joshua Mo <joshua-mo-143@users.noreply.github.com>
@cursor
Copy link
Copy Markdown

cursor Bot commented Mar 11, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

cursoragent and others added 2 commits March 11, 2026 12:11
Co-authored-by: Joshua Mo <joshua-mo-143@users.noreply.github.com>
Co-authored-by: Joshua Mo <joshua-mo-143@users.noreply.github.com>
@joshua-mo-143 joshua-mo-143 marked this pull request as ready for review March 11, 2026 12:13
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.

2 participants