nexo_startup
Initialize a new conversation session, clean stale ones, and return active session ID with alerts. Call this once at the start of every conversation.
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`. | |
| session_provider | No | Optional provider label such as `anthropic` or `openai`. | |
| conversation_id | No | Stable client-side conversation identifier when available. |