Releases: sabahattink/Recall
Releases · sabahattink/Recall
Release list
Recall v0.2.0
Highlights
- Deterministic task-focused context ranking
- Explainable ranking evidence in JSON
- Better source entry-point detection and dependency-edge classification
- Self-contained npm CLI bundle
- Explicit recall and recall-context executables
Compatibility
- Existing snapshots remain readable.
- New snapshot fields are additive and optional.
- Node.js 22 or newer is required.
- The CLI remains local-first and sends no telemetry.
Ranking weights are heuristic; generated output and JSON fields may evolve in future releases.
Recall 0.2.0-alpha.1
Highlights
- Deterministic task-focused context ranking
- Explainable ranking evidence in JSON
- Better source entry-point detection
- Runtime and development dependency-edge classification
- TypeScript CLI monorepo project profiling
- Ranking specificity improvements for generic terms
Example
recall context --task "Fix password reset controller" --stdoutCompatibility
- Existing snapshots remain readable.
- New snapshot fields are additive and optional.
- Running
recall updaterefreshes older snapshots with richer metadata.
Alpha note
This is an alpha release.
Ranking quality and JSON output may continue to improve based on real-world repositories and feedback.
Generated output and JSON fields may evolve before the stable release.
Recall v0.1.0-alpha.3
🚀 Highlights
- First public alpha release
- Published to npm as
recall-context - Self-contained CLI bundle
- Cross-platform support (Windows, macOS, Linux)
- Deterministic repository scanning
- Persistent project memory for AI coding agents
Installation
npm install -g recall-contextor
npx recall initSupported agents
- Claude Code
- OpenAI Codex
- Gemini CLI
- Any AI coding agent that accepts project context
Notes
This is an early alpha release. APIs, generated output, and workflows may change before the first stable release.
Feedback and bug reports are welcome.