Skip to main content

Sessions

Sessions represent individual interactions with Claude in the Chucky cloud. Every chucky prompt command and every job creates a session. Use the sessions command to view history, track usage, and access changes made during sessions.

List Sessions

Options

Examples

List recent sessions:
Show only sessions with changes:
JSON output for scripting:

Output

The sessions list shows:

Session Status

Accessing Session Changes

When a session modifies files (indicated by [bundle]), you can fetch and apply those changes:
See Git Bundles for detailed documentation.

Filtering by Project

When run from a directory with a .chucky.json file, sessions are automatically filtered to that project. To see all sessions across projects, run the command from outside any Chucky project directory.

Next Steps

Git Bundles

Fetch and apply session changes

Jobs

Create background jobs