You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,6 @@
2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
-
## 0.3.6 - 2026-06-05
6
-
7
-
- Added `--live-limits auto|on|off` so app-only installs can run without a live-limits spawn error.
8
-
- Added `--app-server-bin` for standalone Codex App Server executables.
9
-
- Added Windows auto-detection for common Codex App bundled App Server locations.
10
-
- Project activity token headers now show total/out-of-cache token pairs.
11
-
12
5
## 0.3.4 - 2026-04-24
13
6
14
7
- Fixed inflated usage totals from forked/subagent session logs by ignoring replayed parent-session token history while preserving new post-fork usage.
@@ -326,7 +311,7 @@ CI also runs this check on each push and pull request via `.github/workflows/asc
326
311
## Notes
327
312
328
313
- Usage stats are derived from Codex session JSONL logs. If you have no session data yet, values will be empty.
329
-
- Limits/credits require Codex App Server to start successfully (auth, environment, and a usable working directory). CoMon auto-detects `codex` on `PATH` and common Windows Codex App bundle locations; use `--codex-bin` or `--app-server-bin` when needed.
314
+
- Limits/credits require `codex app-server`to start successfully (auth, environment, and a usable working directory).
330
315
- comon stores local app state in `~/.comon/state.json` by default (or `$COMON_HOME`, or `--comon-home`).
331
316
- comon stores scan cache in `~/.comon/comon.db` to avoid rereading unchanged session files.
332
317
- Large session logs are parsed incrementally with persisted parser offsets in `comon.db`; unchanged files are reused from cache.
0 commit comments