Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 04:25
· 6 commits to main since this release
c4a9660

记住前先查重,召回默认少灌一点。

  • remember 先用 FTS 查同类,撞到就不写;--force 才插入,--id 覆盖已有行。HTTP POST /remember 同样规则,冲突返回 409。
  • recall 默认 3 条(原先 5),可 --type 按 kind 过滤、--max-chars 限制总字数;排序在 FTS 之后按新近。
  • README 补了忆时记忆系统说明。

PRs: #12#11