Codex、Claude、Pi、OpenCode、Grok 各记各的,换个宿主就丢上下文。
于是我做了 memocap(忆时):一份本地 SQLite,多宿主共用。每轮先 recall;决策、偏好、任务、约定查过同类再 remember。
仓库:
https://github.com/luodaoyi/memocap
当前 Latest Release 是 v0.1.4。
最近我把写 Zig 时常用的两份说明,和官方 zls 0.16 的诊断通道,收进了一个 Pi 包:pi-zig-skills。
仓库:
https://github.com/luodaoyi/pi-zig-skills
写这篇文章时,已经发到 0.2.2(npm
[email protected],主分支提交 0eb8535240843f1d213f0366ef50b949fc3487e0)。一句话概括:装上之后自动出现 zig-0.16 和 zig-tiger-style 两个 skill,扩展再注册 zig_lsp_diagnostics,去问官方 zls 0.16,不依赖别的包有没有 …
最近用 Visual Studio 写代码,经常卡在从 msdl.microsoft.com 下 PDB。
于是我维护了一份符号代理:pdb_proxy。上游走微软符号服务器,命中过的文件留在本地,下一次直接从缓存出。
仓库:
https://github.com/luodaoyi/pdb_proxy
当前 Latest Release 是 v1.1.0。