Skip to content

Releases: bluearpit/agentrecall

agentrecall 0.2.1

Choose a tag to compare

@bluearpit bluearpit released this 22 Aug 15:53
588da63

What's Changed

  • Prepare agentrecall-cli 0.2.1 publishing by @bluearpit in #1

New Contributors

Full Changelog: v0.2.0...v0.2.1

agentrecall 0.2.0

Choose a tag to compare

@bluearpit bluearpit released this 21 Aug 16:12

History search is easier to use, and upgrades ask first.

Install:

uv tool install git+https://github.com/bluearpit/agentrecall.git@v0.2.0
agentrecall skills --apply

Already installed:

agentrecall upgrade          # dry-run
agentrecall upgrade --apply  # install this tag

What’s in 0.2.0

  • history show --grep prints normalized role+text turns from Claude, Cursor, and Codex transcripts
  • Search ranks by relevance (--sort recent to keep date order) and snippets prefer later query terms
  • Hyphenated project directory names no longer decode as split path segments
  • --cwd <path> searches one other repo; --all searches every project
  • Newer GitHub releases print a notice at most once a day. The CLI never upgrades unless you pass upgrade --apply

agentrecall --version prints 0.2.0.

agentrecall 0.1.0

Choose a tag to compare

@bluearpit bluearpit released this 19 Aug 16:56

First tagged release of agentrecall.

Install:

uv tool install git+https://github.com/bluearpit/agentrecall.git@v0.1.0
agentrecall skills --apply

What’s in 0.1.0

  • Sync skills, global instructions, and a small permission policy from ~/.agents
  • Search Cursor, Claude Code, and Codex chats via agentrecall history
  • Bundled search-project-history skill
  • Default policy allowlists agentrecall and grants ~/.agents/history to Claude, Codex, and OpenCode so the history index can update without a one-off sandbox prompt

agentrecall --version prints 0.1.0.