Skip to content

Commit 3ee7b9b

Browse files
committed
docs(tools): clarify session tool surface
Only session_search is exposed to the LLM; session management is handled by the odek session CLI command and --session/--continue flags.
1 parent 87bb1be commit 3ee7b9b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/TOOL_SELECTION.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,18 @@ Use these exact names in config, env vars, and CLI flags:
208208
| Media | `transcribe`, `vision` |
209209
| Network | `browser`, `web_search` |
210210
| Memory | `memory` |
211+
| Session search | `session_search` |
211212
| Skills | `skill_load`, `skill_list`, `skill_save`, `skill_patch`, `skill_delete` |
212213
| Telegram-only | `send_message`, `clarify` (auto-injected by `odek telegram`; ignored by other modes) |
213214
| MCP | `<server>__<tool_name>` |
214215

215216
Unknown names are silently ignored, so typos do not crash startup.
216217

218+
There is only one session-related tool: `session_search`. Session
219+
management (save, list, delete, trim, continue) is handled by the `odek
220+
session` command and by flags such as `--session` and `--continue`, not by
221+
tools exposed to the LLM.
222+
217223
## Mode-specific required tools
218224

219225
Some odek modes preserve tools they need to function:

0 commit comments

Comments
 (0)