cxs is a local-first CLI for searching Codex session logs. It is designed for progressive retrieval: find the right session first, then read
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): 0.2.0

包含本轮全部 fix 与双发布:

- P0 修复:DB 资源泄漏 / sync lock TOCTOU mitigation / current schema
防御(threads 表 + 必需列检查 + structured CLI error)
- 性能 / 可调性:ranking 权重一页说明文档、mixed match displayRow 测试
锁定、真实大库 perf-bench 脚本
- skill 文档:补 current 工作流、减薄 SKILL.md、加 state_db_unavailable
与 --json error shape 速查
- 架构修复:DATA_DIR 默认 ~/.cache/cxs(允许 CXS_DATA_DIR 覆盖,修了
npm 全局 / standalone binary 写仓库根的 P0)、cli.ts version 用
build-time JSON import 修了 standalone binary ENOENT
- Track A 上线:GH Actions matrix 5 平台 standalone binary +
scripts/install.sh 一行 curl 装 + Quick Install README
- Track B 上线:Node 化(better-sqlite3 + vitest + esbuild bundle),
npm i -g cxs ~13 MB 零 Bun 依赖

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Entire-Checkpoint: 7f27a1cf3a54

cat e5addb4e ef47030c

+1 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "cxs", 3 - "version": "0.1.0", 3 + "version": "0.2.0", 4 4 "type": "module", 5 5 "description": "Progressive search CLI for local Codex session logs", 6 6 "license": "MIT",