goosedump
goosedump browses, searches, converts, and compacts saved coding-agent
sessions, with project-scoped durable memory. It supports Claude Code, Codex,
Crush, Gemini CLI, Goose, OpenCode, and Pi.
Inspired by lllyasviel/VCC.
Install
Prebuilt binaries support Linux x64/arm64, macOS arm64, and Windows x64:
Build from source (Rust 1.95+, C compiler, Node.js 18+):
Quick start
Session targets use provider:session-id. Bare IDs are not accepted.
Full options: goosedump --help and the manual page.
Commands
| Group | Commands |
|---|---|
session |
list, show, find, search, compact, copy, remove |
memory |
learn, recall, list, show, forget, status |
session compact does not write durable memory. memory learn creates durable
claims; recall searches the current project by default. Memory types are
decision, fact, preference, procedure, and lesson.
Pi extension
The pi-goosedump extension adds session search, memory, session management, and compaction to Pi:
Local models
| Model | Role |
|---|---|
| gpt-oss-20b | Claim extraction; compact candidate filter |
| bge-small-en-v1.5 | Semantic claim retrieval |
Development
Check
CI_MSRV=1
Package
All targets use cross and Docker.
Linux x64/arm64 and Windows x64 use official cross images.
On Apple Silicon with Dory, x86_64 images run under FEX; packaging reaps the
container if FEX leaves it stuck after cargo finishes.
PACKAGE_STRICT=1
darwin-arm64 is skipped unless the local image
ghcr.io/cross-rs/aarch64-apple-darwin-cross:local is present.
Release
After scripts/release.sh <version> and pushing the tag:
PACKAGE_STRICT=1
make publish publishes crates.io and npm packages, then uploads GitLab release
tarballs when glab is available.
License
| Component | License |
|---|---|
| goosedump | LGPL-2.1-or-later |
| pi-goosedump | Apache-2.0 |
| GPT-OSS-20B | Apache-2.0 |
| bge-small-en-v1.5 | MIT |
Models download at run time and are not distributed with goosedump.