Releases: vakovalskii/codbash
v6.16.4
v6.16.3 — community PRs
Merged 6 community PRs:
- #156 @akolotov — detail panel star button sync
- #155 @akolotov — clipboard copy fallback for non-secure origins (remote access)
- #159 @akolotov — proper bind vs browser URL handling
- #157 @akolotov — separate session name from first prompt
- #160 @akolotov — configurable MCP/Skills badges visibility in settings
- #100 @aystream — Warp terminal via Launch Configurations API (replaces keystroke hack)
Closed:
- #128 — sort-by already implemented
- #148 — account suspended
- #161 — 20k line diff (entire codebase overwritten)
Pending rebase (5): #162 (Factory Droid), #131 (Qwen), #150 (WSL), #86, #85 (analytics tabs)
v6.16.2
Fix: dashboard leaderboard now also shows interactions count + GOD OF AUTOMATION badge (was only on public site).
v6.16.1 — GOD OF AUTOMATION
Two metrics:
- Prompts — real human inputs only (tool_result filtered)
- Interactions — all user messages including sub-agents, tool responses
Leaderboard:
- Purple "interactions" count shown when > prompts
- ⚡ GOD OF AUTOMATION badge for users with 5x+ automation ratio (80%+ automated)
Data verified across all 5 agents: Claude, Codex, Cursor, OpenCode, Kiro.
v6.16.0 — honest prompt counts
Breaking change in prompt counting:
Claude Code sub-agent tool_result messages are now excluded from prompt counts. These are auto-generated messages from the agent loop (tool responses, sub-agent results) — not real human prompts.
Before: a session with heavy Agent tool usage showed ~415 prompts
After: same session shows ~25 real human prompts
This affects leaderboard stats, analytics, and session card counts. Numbers will drop for users with heavy sub-agent usage — this is intentional and more accurate.
v6.15.14
v6.15.13
Fixes:
- #152: Settings dropdown now styled with dark theme (options bg + custom arrow)
- #146: OpenCode SQLite JSON path error on Windows (execSync → execFileSync)
- #143: Leaderboard mobile text overlap (deployed to leaderboard.neuraldeep.ru)
- #140: Closed (migrated to self-hosted server)
- #112: Closed (already implemented)
v6.15.12
Fixes from @deksden testing (11k sessions):
- Analytics: frontend HTML cache — instant re-render on page revisit (was ~1 min recalc)
- Race condition: leaderboard/analytics won't overwrite current view if user navigated away
- Session count: shows "X with cost data / Y total" to explain gap
- iTerm2: focus now selects correct tab+session (from v6.15.11)
v6.15.11
- Fix: iTerm2 tab focus — now selects correct session within tab (not just window)
- Fix: TTY path normalization for reliable tab matching
- Cloud: 500 session / 100MB storage limits per user
v6.15.10
Anti-cheat + integrity:
- Sync payload includes version + SHA-256 integrity fingerprint
- Leaderboard server caps: totals 200k msgs, 50k hours, week 20k msgs
- Version/integrity logged for audit
- Performance: smart cache invalidation, higher cloud rate limits