mirror of
https://github.com/run-llama/semtools.git
synced 2026-07-21 11:15:24 -04:00
[PR #43] [MERGED] Support stdin input in ask, also fix npm scripts for windows
#44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/semtools/pull/43
Author: @logan-markewich
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @logan-markewich
Base:
main← Head:logan/ask_stdin📝 Commits (3)
8b66c26Support stdin in ask command3635f9ev1.5.0 and fix npm scripts7f21004linting📊 Changes
11 files changed (+186 additions, -20 deletions)
View changed files
📝
Cargo.lock(+1 -1)📝
Cargo.toml(+1 -1)📝
README.md(+8 -2)➕
cli/ask.js(+16 -0)📝
cli/parse.js(+1 -1)📝
cli/search.js(+1 -1)📝
package.json(+3 -2)📝
src/ask/chat_agent.rs(+57 -1)📝
src/ask/responses_agent.rs(+44 -1)📝
src/ask/system_prompt.rs(+2 -0)📝
src/bin/ask.rs(+52 -10)📄 Description
ask-- just ends up directly sending the stdin input to the agent, but helps stay consistent with the philosophy of working with pipe commands🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.