end_agent_session
End your current work session to release its history lock while keeping view and activity records. Running tasks and connections stay unaffected; force ends another connection's session.
Instructions
End your work session and release its history lock. Keeps the current view and activity records. Does not cancel running tasks, disconnect MCP, or prohibit later calls. Only the owning connection may end a session — unless force: true, which takes over another connection's session (and its lock) when its owner is gone; read_project { view: "session" } shows who holds it. Unrecorded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | End another connection's session too. Default false. |