conversation_id explícito > thread_id (1:1 con el hilo del REPL, sobrevive a /resume y a cambiar de terminal) > cliSessionId (legado) > crear nueva. new_conversation:true fuerza hilo nuevo. Devuelve conversation_messages para que el CLI vuelque su historial local solo si la conversación está vacía.Authorization: ********************curl --location 'https://api.hiveflow.ai/api/rc/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"session_id": "string",
"cwd": "string",
"host": "string",
"operator": "string",
"conversation_id": "string",
"thread_id": "string",
"new_conversation": true
}'