Skip to content

Releases: sabahattink/Recall

Recall v0.2.0

Choose a tag to compare

@sabahattink sabahattink released this 10 Aug 19:36

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

Recall 0.2.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@sabahattink sabahattink released this 05 Aug 09:51

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" --stdout

Compatibility

  • Existing snapshots remain readable.
  • New snapshot fields are additive and optional.
  • Running recall update refreshes 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

Recall v0.1.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@sabahattink sabahattink released this 05 Aug 04:56

🚀 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-context

or

npx recall init

Supported 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.