Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly handle piped input in prompts (#354)
Previously, piped input was treated as a separate message instead of being included in the user prompt. This change: - Adds inject_stdin function to handle piped input - Ensures piped input is appended to first prompt or creates new message if none exists - Removes redundant system message creation
- Loading branch information