Skip to content

Releases: leolionart/CLIProxyAPI-Dashboard

Release 2026-06-19 07:45

Choose a tag to compare

Highlights

  • Fixed the API Keys dashboard so it displays resolved API-key aliases/names instead of endpoint names, raw key-like values, or hash-only labels when CPA SQLite attribution is available.
  • Added collector diagnostics for CPA-Manager usage.sqlite mounts, including health output for configured path, existence, and readability.
  • Added warning/app-log visibility when CPA_USAGE_DB_PATH is configured but unreadable, so production no longer silently falls back to management API data.
  • Documented the production CPA_USAGE_DATA_DIR and CPA_USAGE_DB_PATH setup needed for CPA-Manager deployments.

Maintenance

  • Removed tracked backup and temporary files from the repository.
  • Added release-note coverage for the cleanup and CPA SQLite diagnostics changes.

Release 2026-06-06 17:50

Choose a tag to compare

Generated by centralized release manager.

Changes

  • a5e45a8 Add release notes
  • 1e8e825 Document release notes push policy
  • 9e400bb Update dashboard cost and auth defaults
  • e4c658d Materialize credential hourly stats
  • 31b63fa fix: show API key token type trends from CPA data
  • 85fe38e fix: show API key breakdown across usage dashboard
  • 72a8920 fix: derive dashboard stats from CPA sqlite events
  • bfa80f0 fix: recover CPA API key usage from sqlite
  • d7aff0e fix: label CPA usage as credentials
  • f92ec7f fix: show readable API key token usage
  • f93dcc4 fix: chart API key breakdown from credential stats
  • 4afea75 fix: aggregate skill stats by app timezone
  • ea9b7fc fix: run Codex hook wrapper with shell
  • 1f20fb2 ui: collapse Codex manual setup
  • 154b6c4 feat: add one-step Codex tracking setup
  • e39efd6 docs: add Codex hook setup guide
  • 4b5aee5 fix: group credential stats by API key identity
  • 30a0e94 feat: support CPA usage and agent skill tracking
  • de6923e chore: bump version to v2.8.8

v2.8.7 — Skills chart color consistency

Choose a tag to compare

@leolionart leolionart released this 19 Mar 11:03

Features

  • None

Fixes

  • Align Skills mixed chart requests column color with API Keys chart style
  • Keep line vs column colors distinct and synchronize legend/tooltip labels with chart series
  • Match requests column corner radius to API Keys style

Docs

  • None

Chores

  • Bump version to v2.8.7

v2.8.6 — skill TPR time-series trend

Choose a tag to compare

@leolionart leolionart released this 19 Mar 10:17

Features

  • Add TPR (tokens per run) time-series in Skill Detail modal.
  • Show TPR by hour for single-day ranges and by day for multi-day ranges.

Fixes

  • Normalize skill token trend by run count to expose token intensity over time.

Docs

  • None.

Chores

  • Bump version to v2.8.6.

v2.8.5 — skill token intensity delta

Choose a tag to compare

@leolionart leolionart released this 19 Mar 08:04

Features

  • Add avg tokens/run in Skill Detail modal.
  • Add previous-period comparison for token intensity with direction hints (tốn hơn / tiết kiệm hơn).

Fixes

  • Ensure Skill Detail previous-period window uses the same duration as current selected date range.

Docs

  • None.

Chores

  • Bump version to v2.8.5.

v2.8.4 — skills analytics polish

Choose a tag to compare

@leolionart leolionart released this 19 Mar 05:39

Features

  • add richer Skills analytics with clickable skill detail dialogs and mock preview data
  • refresh the dashboard auth/loading experience in the latest UI updates

Fixes

  • keep Top Skills, Top Projects, and Top Devices aligned in one row for a clearer leaderboard layout
  • pass admin auth env through to the collector runtime

Chores

  • build both Docker images consistently in CI
  • bump version to v2.8.4

v2.8.3 — refine image rebuild triggers

Choose a tag to compare

@leolionart leolionart released this 18 Mar 00:49

Chores

  • Refine Docker image path filters so collector and frontend rebuilds track the right source and config changes more explicitly
  • Bump dashboard version to v2.8.3

v2.8.2 — simplify same-compose auth flow

Choose a tag to compare

@leolionart leolionart released this 18 Mar 00:37

Fixes

  • Make Origin and Referer enforcement optional by default for the same-compose deployment flow

Chores

  • Clarify docker dev workflow and default PostgREST host port behavior
  • Bump dashboard version to v2.8.2

v2.8.1 — add admin dashboard auth

Choose a tag to compare

@leolionart leolionart released this 17 Mar 23:37

Features

  • Add collector-managed admin session auth to lock dashboard UI, PostgREST reads, and browser admin actions
  • Introduce a simplified single-password login flow with persistent HttpOnly session cookies
  • Align the login experience with the dashboard's existing design system

Chores

  • Add admin session schema and migration for fresh installs and existing databases
  • Bump dashboard version to v2.8.1

v2.8.0 — logging and log viewer UX upgrades

Choose a tag to compare

@leolionart leolionart released this 08 Mar 07:01

Features

  • Expand collector instrumentation with env-gated lifecycle/debug logging and structured sync tracing.
  • Improve log viewer interactions with shift-range selection, double-click single selection, and jump-to-latest behavior.
  • Add copy-feedback state in Setup Guide code blocks.

Fixes

  • Keep log stream behavior intuitive by auto-scrolling only when user remains near the latest entries.
  • Continue treating external skill failures as warning-level in viewer.

Docs

  • Refresh .env.example with active configuration knobs for collector/logging and frontend refresh.

Chores

  • Add app logs paging index migration for stable newest-first queries.
  • Bump frontend version to 2.8.0.