nexo_startup
Register a new session at the start of each conversation, cleaning stale sessions and returning active sessions with alerts along with a session ID to use with other tools.
Instructions
Register new session, clean stale ones, return active sessions + alerts.
Call this ONCE at the start of every conversation. Returns the session ID (SID) — store it for use in all other nexo_ tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Initial task description. | Startup |
| claude_session_id | No | Legacy alias for the external client session token. | |
| session_token | No | External client session token. Claude Code passes its UUID via hooks; other clients may pass a synthetic durable token when useful. Pass this to enable automatic inter-terminal inbox detection when available. | |
| session_client | No | Optional client label such as `claude_code` or `codex`. | |
| conversation_id | No | Stable client-side conversation identifier when available. |