Releases: bluearpit/agentrecall
Releases · bluearpit/agentrecall
Release list
agentrecall 0.2.1
What's Changed
- Prepare agentrecall-cli 0.2.1 publishing by @bluearpit in #1
New Contributors
- @bluearpit made their first contribution in #1
Full Changelog: v0.2.0...v0.2.1
agentrecall 0.2.0
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 --applyAlready installed:
agentrecall upgrade # dry-run
agentrecall upgrade --apply # install this tagWhat’s in 0.2.0
history show --grepprints normalized role+text turns from Claude, Cursor, and Codex transcripts- Search ranks by relevance (
--sort recentto 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;--allsearches 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
First tagged release of agentrecall.
Install:
uv tool install git+https://github.com/bluearpit/agentrecall.git@v0.1.0
agentrecall skills --applyWhat’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-historyskill - Default policy allowlists
agentrecalland grants~/.agents/historyto Claude, Codex, and OpenCode so the history index can update without a one-off sandbox prompt
agentrecall --version prints 0.1.0.