Loading...
Loading...
Save complete conversation as checkpoint. Only when user explicitly requests ("save session", "checkpoint this"). Use nmem t save to automatically import coding sessions.
npx skill4agent add nowledge-co/community save-threadPersist complete coding sessions to your personal knowledge base for future reference.
curl -LsSf https://astral.sh/uv/install.sh | sh
uvx --from nmem-cli nmem --versionpip install nmem-cli
nmem --versionhttp://localhost:14242nmem t save# Save current session for current project
nmem t save --from claude-code
# Save with custom summary (recommended)
nmem t save --from claude-code -s "Brief summary of what was accomplished"
# Save all sessions for current project
nmem t save --from claude-code -m all
# Save for specific project path
nmem t save --from claude-code -p /path/to/project| Flag | Description | Example |
|---|---|---|
| Source app | |
| Brief summary | |
| | |
| Project path | |
| Truncate large results | |
~/.claude/projects/claude-code-{session_id}| Thread | Memory |
|---|---|
| Full conversation history | Distilled insights |
| Complete context | Atomic, searchable facts |
| Session checkpoint | Actionable knowledge |
✓ Thread saved
Summary: {summary}
Messages: {count}
Thread ID: claude-code-{session_id}# Basic save
nmem t save --from claude-code
# Save with descriptive summary
nmem t save --from claude-code -s "Implemented JWT authentication with refresh tokens"
# Save all sessions
nmem t save --from claude-code -m all
# Save specific project
nmem t save --from claude-code -p ~/projects/my-app -s "API refactoring complete"