You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/code-context <repo> "query"`| Retrieve a compact context pack |
34
34
|`/code-ask <repo> "question"`| Retrieve + answer with citations (add an optional `"query"` before the question to steer retrieval) |
35
+
|`/code-history <repo> "question"`| Search indexed git commit history (SourceVault v1.8+; index every commit via the dashboard's Full git history setting) |
35
36
36
37
Telegram uses underscore forms (`/code_ask`, …).
37
38
@@ -41,8 +42,9 @@ Telegram uses underscore forms (`/code_ask`, …).
41
42
> `/code-repos` to see the exact names.
42
43
43
44
**LLM-callable tools** (for models that handle structured tool use):
44
-
`code_search`, `code_read_file`, plus `sourcevault_search` / `sourcevault_read`
45
-
aliases for Hermes Tool Search discoverability.
45
+
`code_search`, `code_read_file`, and `code_history`, plus `sourcevault_search` /
46
+
`sourcevault_read` / `sourcevault_history` aliases for Hermes Tool Search
47
+
discoverability.
46
48
47
49
## Requires a SourceVault backend
48
50
@@ -97,6 +99,7 @@ Point the gateway at your SourceVault instance
0 commit comments