[PR #43] [MERGED] Support stdin input in ask, also fix npm scripts for windows #44

Closed
opened 2026-02-16 04:15:19 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: logan/ask_stdin


📝 Commits (3)

📊 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

  1. Supports stdin input in ask -- just ends up directly sending the stdin input to the agent, but helps stay consistent with the philosophy of working with pipe commands
  2. Updates the README
  3. Updates the version and minor fixes for npm installs on windows

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/semtools/pull/43 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/ask_stdin` --- ### 📝 Commits (3) - [`8b66c26`](https://github.com/run-llama/semtools/commit/8b66c261ce2ff09587611b54af390670df871b0c) Support stdin in ask command - [`3635f9e`](https://github.com/run-llama/semtools/commit/3635f9e2d8d5ee2382e7d4850fe826e3b3861e54) v1.5.0 and fix npm scripts - [`7f21004`](https://github.com/run-llama/semtools/commit/7f210049133e77e0ce44f1ea18cb4fee47d5e637) linting ### 📊 Changes **11 files changed** (+186 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 1. Supports stdin input in `ask` -- just ends up directly sending the stdin input to the agent, but helps stay consistent with the philosophy of working with pipe commands 2. Updates the README 3. Updates the version and minor fixes for npm installs on windows --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:15:19 -05:00
yindo closed this issue 2026-02-16 04:15:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/semtools#44