Replace memory_list with memory_tree tool

The memory_tree tool provides a hierarchical view of the workspace
with configurable depth (default 1). This is more useful for
exploring nested directory structures.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
This commit is contained in:
Illia Polosukhin
2026-02-02 21:44:07 -08:00
co-authored by Claude Opus 4.5
parent 3718cfa767
commit 3f7624eefc
2 changed files with 84 additions and 34 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ Four tools for LLM use:
- **`memory_search`** - Hybrid search, MUST be called before answering questions about prior work
- **`memory_write`** - Write to any path (memory, daily_log, or custom paths)
- **`memory_read`** - Read any file by path
- **`memory_list`** - List directory contents
- **`memory_tree`** - View workspace structure as a tree (depth parameter, default 1)
### Hybrid Search (RRF)