Skip to content

Releases: pratikgajjar/recall

recall v0.2.6

06 Jun 20:04
e013a1a

Choose a tag to compare

Changelog

Others

  • e013a1a: version: report correct version for go install (not the stale hardcoded default)

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.2.5

06 Jun 18:05
341a001

Choose a tag to compare

Changelog

Others

  • 341a001: cursor-agent: promote to built-in adapter (auto-indexes, no plugin install)

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.2.4

06 Jun 17:51
1252ee3

Choose a tag to compare

Changelog

Others

  • 1252ee3: cursor-agent plugin: index ~/.cursor/projects agent-transcripts (#3)

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.2.3

06 Jun 17:36
6412e00

Choose a tag to compare

Changelog

Fixes

  • 6412e00: fix: source SQLite DBs were opened read-write and checkpointed (data mutation)

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.2.2

06 Jun 17:17
8e80262

Choose a tag to compare

Changelog

Others

  • 8e80262: ci: restore publish-npm.yml workflow so npm OIDC auth matches

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.2.1

06 Jun 17:11
d5979dc

Choose a tag to compare

Changelog

Others

  • d5979dc: pi-recall: single package bundling all platform binaries

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.2.0

06 Jun 16:57
f5e8662

Choose a tag to compare

Changelog

Others

  • 5293a2e: Bundle the recall binary with the pi extension (fff-style)
  • f5e8662: Lua plugin tier: make recall index anything, defined in Lua (#2)

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.1.3

03 Jun 21:59
3adad26

Choose a tag to compare

Changelog

Others

  • 92ac603: Role-aware transcripts: --role user|assistant|tool
  • bea93a8: publish-npm: upgrade npm to latest (OIDC trusted publishing needs npm 11.5.1+)

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.1.2

03 Jun 18:59
a6e2f12

Choose a tag to compare

Changelog

Others

  • 7b7fa24: Paginate transcripts: --range FROM:TO and --outline (Linux-philosophy)
  • 43ac466: v0.1.2

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest

recall v0.1.1

01 Jun 21:45
ef4c5ea

Choose a tag to compare

Changelog

Others

  • eec952f: Indexing batch sizes: per-adapter fields, not mutable package globals
  • fa16f4c: Resumable, batched indexing per provider (StreamingAdapter)
  • 011b5a5: Resumable, chunked Cursor indexing
  • a719006: changelog: drop author name/email from release notes (sha + message only)
  • 1284f71: v0.1.1

Install

curl -fsSL https://raw.githubusercontent.com/pratikgajjar/recall/main/install.sh | sh

Or with Go: go install github.com/pratikgajjar/recall@latest