每日 Harness 开源 · Source
返回本期 · Back to 2026-07-03

开源 / 项目 · Projects2026-07-03 · Friday, July 3, 2026

ctx - Search the coding agent history already on your machine

github.com原文 ↗

ctx - Search the coding agent history already on your machine
ctx 解决 coding agents 没有长期记忆的问题,但不引入 hosted memory service 或图数据库。它把本机已有的 agent transcripts 和 logs 索引到 SQLite,用 ranked text match 找回早前讨论、决策、失败尝试、命令、测试结果和 patch 线索。这个项目的实用性在于它承认“历史已经在你的机器上”,然后给当前 agent 一个低摩擦 CLI 去检索,而不是另建一套记忆平台。
浏览

评论 · Comments