AI UNDERDOGSDAILY PICK
AI UNDERDOGS
Claude Code 终于有记忆了
Claude Code remembers now
Recall
你每次开 Claude Code
它都失忆——项目结构、上次进度
下一步全得重新喂一遍
这 token 烧得心疼
Every time you open Claude Code, it forgets
everything — your project layout, your progress, your
next step — and you burn tokens just
getting it back up to speed
给它接个记忆外挂
Plug in a brain
Recall 是个 Claude Code 插件
它会在每次会话结束时自动生成一份工作快照——不是聊天摘要
是改了哪些脚本、跑到哪个测试
具体停在哪一行
Recall is a Claude Code plugin that auto-generates
a work snapshot at the end of each
session — not a chat summary, but which
scripts changed, which tests ran, and exactly where
you left off
★ SIGNAL 1
零 API 调用
Zero API calls
市面上大多数「记忆」插件都要调外部模型做摘要
每次总结都烧钱
Recall 用 TextRank 在本地跑
数据不出浏览器、不走任何服务器
省 token 不是附带好处,是核心设计
Most 'memory' plugins call an external model to
summarize — that costs money. Recall runs TextRank
locally. No API call, no data leaves your
machine. Saving tokens isn't a side benefit, it's
the whole point
★ SIGNAL 2
不是聊天记录,是工作快照
Not a chat log — a work snapshot
保存的不是「我们聊了什么」
而是「你做到了哪一步」——哪个脚本被改过
哪些测试跑过了
pytest 输出是什么
下次打开直接能接上
不用再猜自己上次干到哪了
It doesn't log what you chatted about —
it logs what you actually did. Which files
were modified, which tests passed, what pytest output
said. Next session you pick up exactly where
you stopped, no guessing
作者自己说的——「没有 API key
没有外部模型,什么都不发送
省你的用量额度」
开源的,代码在那儿,你信不过可以自己看
The author says it straight: "No API key
no external model, nothing sent anywhere. Saves your
usage credits." It's open source — the code
is right there, verify it yourself
AI UNDERDOGS
开源免费,GitHub 可查
open source, free, check it on GitHub
Recall
关注 · 每天发现更多 AI 神作
recallplugin.dev