aiagent.club
English
GitHub 仓库

ctxrs/ctx

Rust 首次收录 2026-02-23 更新于 2026-09-12 查看源 ↗

在全部 GitHub 仓库 中按Star排名第 591(共 803)

1.1k Star

Instant recall for coding agents. Search the history already on your machine. Git blame, but for agent sessions.

项目介绍

ctx is an open-source CLI for fast local search across your past coding agent sessions.

Coding agents usually start from zero. They can inspect the current repo, but they often cannot recover the discussions, decisions, failed attempts, commands, and test results from earlier work.

ctx indexes those logs into SQLite on your machine, then gives current and future agents a CLI for finding the prior discussion, command, or failed attempt before they repeat it.

By structuring agent history into sessions, events, metadata, and indexed fields, then returning ranked cited matches, agents can access meaningful history with far fewer tokens than raw search. Results vary by query and corpus, but…

摘自 github.com/ctxrs/ctx

最新指标

Star 1.1k 2026-09-12
Fork 70 2026-09-12
提交 3.6k 2026-09-12
发布 38 2026-09-12
Watcher 5 2026-09-12
开放 issue 11 2026-09-12
开放 PR 5 2026-09-12