Expand description
Session listing, tree, fork, and delete handlers.
Functions§
- delete_
session - Delete a session by id prefix.
- fork_
session - Fork a new session from a specific entry point.
- handle_
delete oxicode delete <session_id>— delete a session file.- handle_
fork oxicode fork <parent_id> <entry_id>— branch a new session from an entry.- handle_
sessions oxicode sessions— list sessions for the current project.- handle_
tree oxicode tree <session_id>— show the conversation tree for a session.- list_
sessions - List all sessions via the manager API (legacy fallback).
- show_
tree - Render the tree representation of a session.