Skip to content

Releases: vakovalskii/codbash

v6.16.4

10 Apr 12:34

Choose a tag to compare

Fix: clear Node.js >= 18 version check at startup (instead of cryptic SyntaxError on old Node).

v6.16.3 — community PRs

10 Apr 11:25

Choose a tag to compare

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

10 Apr 06:59

Choose a tag to compare

Fix: dashboard leaderboard now also shows interactions count + GOD OF AUTOMATION badge (was only on public site).

v6.16.1 — GOD OF AUTOMATION

10 Apr 06:27

Choose a tag to compare

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

10 Apr 06:19

Choose a tag to compare

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

09 Apr 13:44

Choose a tag to compare

  • #124: Filter false positive active sessions (MCP servers, plugins, child processes)
  • #123: Leaderboard sort by Messages / Hours / Cost
  • #127: Improved Codex CLI process detection

v6.15.13

09 Apr 13:40

Choose a tag to compare

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

09 Apr 12:14

Choose a tag to compare

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

09 Apr 07:12

Choose a tag to compare

  • 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

08 Apr 22:38

Choose a tag to compare

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