Skip to content

Releases: seakee/CPA-Manager

v1.5.6

Choose a tag to compare

@github-actions github-actions released this 02 Jul 03:36
3218506
  • 3218506 Merge pull request #169 from seakee/feat/cpamp-migration-prompt
  • 7b2e2dd ✨ feat(layout): add CPAMP migration prompt

v1.5.5

Choose a tag to compare

@github-actions github-actions released this 03 Jun 02:27
6556664
  • 6556664 Merge pull request #165 from seakee/fix/usage-control-payloads
  • b7b158c 🛠️ fix(usage-service): skip usage control payloads
  • 248a441 Merge pull request #164 from seakee/fix/codex-quota-windows
  • 9c3733c 🐛 fix(codex-quota): support monthly rate limit windows
  • 371be36 Merge pull request #161 from junxin367/codex/monitoring-filter-ui-updates
  • 551df89 feat(monitoring): 调整筛选与调用方密钥汇总交互

v1.5.4

Choose a tag to compare

@github-actions github-actions released this 01 Jun 02:17
f68e109
  • f68e109 Merge pull request #160 from seakee/sync/upstream-main-20260601-selective
  • c6f0bd4 🔧 fix(providers): selectively sync upstream provider form fixes
  • 08687d4 Merge pull request #159 from zly2006/fix-monitoring-model-prices
  • 9020e21 Merge pull request #146 from junxin367/codex/api-key-summary-sort
  • f1bc026 feat(monitoring): 支持调用方密钥汇总排序
  • d79a064 fix(monitoring): populate model price candidates

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 29 May 08:06
c303741
  • c303741 Merge pull request #157 from seakee/fix/monitoring-pagination-stream-counts
  • 8508f1b 🐛 fix(monitoring): stabilize account paging and realtime counts
  • 8318eef 🐛 fix(usage-service): add realtime stream event metrics

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 29 May 03:35
b868b22
  • b868b22 Merge pull request #153 from seakee/fix/realtime-usage-aggregates
  • 199fe0e 🐛 fix(monitoring): use server realtime stream totals
  • bc7cad7 🐛 fix(usage-service): correct realtime usage aggregates

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 28 May 08:12
b7c23ef
  • b7c23ef Merge pull request #150 from seakee/fix/monitoring-account-status
  • 780298a 🐛 fix(monitoring): restore account status mapping after oauth refresh

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 27 May 14:43
8ca939c
  • 8ca939c Refactor usage polling to paged APIs with legacy fallback (#138)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 26 May 08:07
f278cb7
  • f278cb7 Merge pull request #144 from seakee/sync/upstream-main-20260526
  • 4f4c265 Update README.md
  • e6b2714 ✨ feat(monitoring): surface xAI quota in account views
  • 57494f0 ✨ feat(quota): add xAI Grok quota support
  • 68d45d5 ✨ feat(auth-files): add Codex websockets toggle
  • e383951 🔧 fix(auth): include backend detail in login failures
  • 72446cb 🔧 fix(config): preserve source edits during visual saves
  • 80c5da4 ✨ feat(providers): support auth-index backed model checks
  • 516221f 🔧 fix(providers): preserve auth index provider fields
  • 403f62a Merge pull request #143 from seakee/docs/maintenance-mode-readme
  • 368f48b 📝 docs(readme): document maintenance mode and migration path

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 22 May 05:37
0da30b6
  • 0da30b6 Merge pull request #134 from seakee/feature/model-price-sync-improvements
  • 491ceef ✨ feat(monitoring): surface unmatched models in price sync result
  • d565f40 ✨ feat(monitoring): fuzzy match model prices in cost calculation
  • a808f44 ✨ feat(usage-service): improve LiteLLM model price sync reliability
  • 18e360a Merge pull request #133 from seakee/feature/persist-ui-settings
  • 603a904 ✨ feat(quota): persist sort mode across navigation
  • fe73d1f ✨ feat(logs): persist active tab across navigation
  • e79e746 ✨ feat(auth-files): persist diagram/list view mode
  • 3bb13b4 ✨ feat(layout): persist sidebar collapsed state
  • 8d5488d ✨ feat(monitoring): persist filters, time range and page sizes

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 21 May 02:17
19f9bb2
  • 19f9bb2 Merge pull request #131 from seakee/fix/dockerfile-volume-duplicate-mount-129
  • 7881db9 🐛 fix(docker): drop VOLUME /data to avoid duplicate mount on UI rebuild
  • 9a3bf32 Merge pull request #130 from seakee/feat/monitoring-quota-multi-provider
  • 3594daa ✨ feat(monitoring): show quota for every provider an account actually uses
  • 17768f8 ♻️ refactor(quota): extract provider quota fetchers to shared utils