mirror of
https://github.com/run-llama/semtools.git
synced 2026-07-21 03:05:31 -04:00
[PR #51] [MERGED] feat: move separate commands to a unified interace #49
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/51
Author: @AstraBert
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @logan-markewich
Base:
main← Head:clelia/unify-semtools-command📝 Commits (2)
e98ed6ffeat: move separate commands to a unified interace993bc6adocs: 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
semtoolscommand:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.