What problem does it solve?
It helps you operate and extend NanoClaw v2, a session-aware REPL, so you can keep context across work sessions and reuse functionality reliably without breaking your workflow.
Core Features & Use Cases
- Persistent markdown-backed sessions: Continue work where you left off using a lightweight, file-backed session store.
- Model switching and dynamic skill loading: Change models with
/model and add or update capabilities with /load as you iterate.
- Session branching, search, compaction, export, and metrics: Reduce risk with
/branch, find information across sessions with /search, maintain clarity with /compact, and share results via /export while tracking outcomes with /metrics.
- Use case: When you’re iterating on a complex prompt or set of tooling commands, branch before risky changes, search across prior explorations, then compact and export a clean final run for documentation.
Quick Start
Run scripts/egc-claw.js and use /model to switch models for your current REPL session.