| name | sessions |
| description | Session management, conversation history, and checkpoints |
| emoji | 💬 |
Sessions - Complete API Reference
Manage conversation sessions, history, checkpoints, and resets across channels.
Chat Commands
Session Control
/new Start new conversation
/reset Reset current session
/session View session info
/session list List active sessions
Checkpoints
/checkpoint save "before refactor" Save checkpoint
/checkpoint list List checkpoints
/checkpoint restore <id> Restore checkpoint
/checkpoint delete <id> Delete checkpoint
History
/history View conversation history
/history export Export as markdown
/history clear Clear history (keeps session)
Settings
/session scope main Use main session
/session scope channel Per-channel sessions
/session scope peer Per-user sessions
/session reset-time 00:00 Set daily reset time
/session idle-reset 30 Reset after 30 min idle
TypeScript API Reference
Create Session Manager
import { createSessionManager } from 'clodds/sessions';
sessions = ({
: ,
: ,
: ,
: ,
: ,
: ,
: process..,
});