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.

0.3.0

catoncat ba5cbd22 4bfe8014

+7 -4
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "@act0r/cxs", 3 - "version": "0.2.3", 3 + "version": "0.3.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@act0r/cxs", 9 - "version": "0.2.3", 9 + "version": "0.3.0", 10 10 "license": "MIT", 11 11 "os": [ 12 12 "darwin",
+5 -2
package.json
··· 1 1 { 2 2 "name": "@act0r/cxs", 3 - "version": "0.2.3", 3 + "version": "0.3.0", 4 4 "type": "module", 5 5 "description": "Progressive search CLI for local Codex session logs", 6 6 "license": "MIT", ··· 34 34 "engines": { 35 35 "node": ">=22" 36 36 }, 37 - "os": ["darwin", "linux"], 37 + "os": [ 38 + "darwin", 39 + "linux" 40 + ], 38 41 "scripts": { 39 42 "build": "esbuild cli.ts --bundle --platform=node --target=node22 --format=esm --external:better-sqlite3 --external:chalk --external:commander --outfile=dist/cli.js && node scripts/post-build.mjs", 40 43 "prepublishOnly": "npm run build",