[PR #51] [MERGED] feat: move separate commands to a unified interace #49

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/semtools/pull/51
Author: @AstraBert
Created: 2/13/2026
Status: Merged
Merged: 2/13/2026
Merged by: @logan-markewich

Base: mainHead: clelia/unify-semtools-command


📝 Commits (2)

  • e98ed6f feat: move separate commands to a unified interace
  • 993bc6a docs: update docs to unified interface

📊 Changes

14 files changed (+591 additions, -541 deletions)

View changed files

📝 Cargo.toml (+3 -18)
📝 README.md (+44 -43)
📝 examples/example_CLAUDE.md (+45 -45)
📝 examples/use_with_coding_agents.md (+8 -8)
📝 examples/use_with_mcp.md (+8 -9)
src/bin/parse.rs (+0 -68)
src/bin/semtools.rs (+181 -0)
src/bin/workspace.rs (+0 -200)
📝 src/cmds/ask.rs (+31 -85)
src/cmds/mod.rs (+11 -0)
src/cmds/parse.rs (+47 -0)
📝 src/cmds/search.rs (+38 -65)
src/cmds/workspace.rs (+174 -0)
📝 src/lib.rs (+1 -0)

📄 Description

With this PR, we move the separate semtools command under one unique semtools command:


🔄 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/51 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `clelia/unify-semtools-command` --- ### 📝 Commits (2) - [`e98ed6f`](https://github.com/run-llama/semtools/commit/e98ed6f2410961c1e7cdc7d856f2128a2c8af123) feat: move separate commands to a unified interace - [`993bc6a`](https://github.com/run-llama/semtools/commit/993bc6a5a89b8cdd8fae62d5410dadc70b5ad2d4) docs: update docs to unified interface ### 📊 Changes **14 files changed** (+591 additions, -541 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+3 -18) 📝 `README.md` (+44 -43) 📝 `examples/example_CLAUDE.md` (+45 -45) 📝 `examples/use_with_coding_agents.md` (+8 -8) 📝 `examples/use_with_mcp.md` (+8 -9) ➖ `src/bin/parse.rs` (+0 -68) ➕ `src/bin/semtools.rs` (+181 -0) ➖ `src/bin/workspace.rs` (+0 -200) 📝 `src/cmds/ask.rs` (+31 -85) ➕ `src/cmds/mod.rs` (+11 -0) ➕ `src/cmds/parse.rs` (+47 -0) 📝 `src/cmds/search.rs` (+38 -65) ➕ `src/cmds/workspace.rs` (+174 -0) 📝 `src/lib.rs` (+1 -0) </details> ### 📄 Description With this PR, we move the separate semtools command under one unique `semtools` command: --- <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:20 -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#49