Purpose
Create a fresh session so new tasks do not mix with old context.Syntax
When to use it
Use this before a new project, a different play style, or a different objective.Examples
Behavior and limits
- The new session becomes your active session immediately.
- Initial title is
New Sessionand may be auto-renamed after first response. - Session id is a short 4-character id, and token format is
<id>-<title-slug>.
Common failures
cannot create a new session while a request is running: wait for current task to finish.failed to create session: check write access tomineclawd/sessions/.
