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.

fix(release): npm scope 改 @act0r,publish 到 act0r org

之前临时选 @catoncat 是按 GitHub username 推断;实际发布用 npm org
@act0r。GitHub repo 仍在 catoncat/cxs,跟 npm org 名解耦。

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

cat da65caf8 7fdc12cb

+2 -2
+1 -1
README.md
··· 45 45 ### npm 全局安装(需要 Node 22+) 46 46 47 47 ```bash 48 - npm i -g @catoncat/cxs 48 + npm i -g @act0r/cxs 49 49 ``` 50 50 51 51 装出来的命令是 `cxs`。约 13 MB,不含 runtime,启动快。CI / 容器场景以及已有 Node 工具链的用户首选。
+1 -1
package.json
··· 1 1 { 2 - "name": "@catoncat/cxs", 2 + "name": "@act0r/cxs", 3 3 "version": "0.2.0", 4 4 "type": "module", 5 5 "description": "Progressive search CLI for local Codex session logs",