docs(tools): note tui and telegram session routing

This commit is contained in:
zap
2026-03-10 21:11:20 +00:00
parent 9a6ccfe9d5
commit 03f5025eb0

View File

@@ -45,6 +45,18 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update
- Tailscale IP:
- `100.123.88.127`
### Session routing notes
- Current TUI conversations arrive with inbound metadata like:
- `channel: webchat`
- `provider: webchat`
- `surface: webchat`
- Telegram DMs route into a separate main session when `session.dmScope = "per-channel-peer"`.
- Verified 2026-03-10:
- TUI/webchat session remained separate from Telegram DM session
- Telegram outbound + inbound both worked
- Telegram inbound landed in its own main session file rather than the active TUI session
### Search routing
- Default page-reading tool: native `web_fetch`