Skip to content

Releases: luodaoyi/memocap

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 03 Sep 03:59
274e242

install 先探测本机有哪些宿主,再按选择写入,不再一律装 Codex+Claude。

  • 探测 Codex、Claude、Grok、Pi、OpenCode。--host 可重复或逗号分隔(codex,claude,grok,pi,opencode);--all 只覆盖会写文件的 Codex/Claude/Grok。
  • 交互 TUI 勾选;已探测到的标 *。非交互且未给 --host 时,装已探测到的写文件宿主;一个都没有则回退 Codex+Claude。
  • Grok 写入 ~/.grok/skills/memocap/SKILL.md(项目目录则 ./.grok/skills/memocap/SKILL.md);仅当 AGENTS.md 已存在才 upsert。
  • Pi / OpenCode 只打印 pi install npm:memocap / opencode plugin memocap,不造假文件。
  • uninstall / status 同样认 --host

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 04:25
c4a9660

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

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

PRs: #12#11

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 06:42
83c3ec0

memocap v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 04:24
798dbfc

memocap v0.1.1

v0.1.0

Choose a tag to compare

@luodaoyi luodaoyi released this 25 Aug 03:32
7681ebb

v0.1.0

One local SQLite. Four hosts share one memocap CLI.
remember / recall / list / forget.
No address: stay local, no network.
Address + token: same verbs against the thin HTTP / Compose port 8787.

Binaries from main CI on 7681ebb.