Skip to content

fix(deps): update dependency @kaitranntt/ccs to ^7.52.1 - #985

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Mar 3, 2026
Merged

fix(deps): update dependency @kaitranntt/ccs to ^7.52.1#985
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@kaitranntt/ccs ^7.51.0^7.52.1 age confidence

Release Notes

kaitranntt/ccs (@​kaitranntt/ccs)

v7.52.1

Compare Source

Bug Fixes
  • ci: strip ANSI codes before detecting published release (6e16f1c)

v7.52.0

Compare Source

Features
  • analytics: integrate CLIProxy multi-provider usage into dashboard (c5124a9)
  • api: add Alibaba Coding Plan preset and providers promotion (8811e53)
  • continuity: support cross-profile continuity inheritance from account profiles (0b9f982)
  • i18n: add comprehensive Vietnamese dashboard locale (7893436)
  • i18n: Added support for Chinese language pack (7ffb8a4)
  • pricing: fix claude sonnet 4.6 and claude opus 4.6 pricing (9a7ca3f)
Bug Fixes
  • agy: harden preset canonicalization and migration coverage (747c706)
  • agy: harden self-migration across settings load/update paths (3a26aba)
  • agy: normalize sonnet 4.6 model ids and migrate legacy thinking alias (8a2b554)
  • agy: remove deprecated 4.5 selector options (5913f73)
  • api-profiles: keep AGY denylist when droid provider is set (2710139)
  • auth: harden continuity inheritance resolution (8a45727)
  • auth: scope km alias mapping to settings profiles (d827c3a)
  • ci: harden release workflows against PAT checkout failures (b35c85d)
  • ci: remove PAT dependency from release workflow checkouts (a259d95)
  • cliproxy: denylist deprecated agy 4.5 models (f63e2cd)
  • cliproxy: harden agy model canonicalization and migration paths (0b57e41)
  • cliproxy: normalize iflow aliases for explicit routing (7e471e6)
  • cliproxy: normalize stale iflow model aliases (546c4ee)
  • cliproxy: restore agy legacy 4.5 lookup compatibility (ed05cfc)
  • config: merge legacy and unified continuity maps (1eb41cc)
  • ghcp: improve oauth failure diagnostics in device flow (c2f564a)
  • i18n: complete Vietnamese dashboard copy QA polish (b07c62c)
  • i18n: harden unstable dialog and complete cursor locale key (552eee3)
  • i18n: polish remaining Vietnamese copy for dashboard context (f3f315e)
  • i18n: refine Vietnamese dashboard translation quality (758fcc7)
  • pricing: handle date-stamped 4.6 thinking model IDs (d31f85b)
  • respect auto_update preference by disabling Claude auto-updater (4cdb659)
  • security: harden API endpoints and resolve PR #​674 review findings (a4c5bb7)
  • ui: improve providers badge readability and albb preset (3b38f1a)
  • ui: restore scrolling in API profile create dialog (6f8514b)
  • usage: coalesce refresh and force live sync on refresh (09ce1a9)
  • web-server: run usage cleanup during dashboard shutdown (e8519b6)
Documentation
  • i18n: add dashboard localization guide and links (2dddf02)
Code Refactoring
  • routes: resolve DRY violations, config race, and error leaks (e255855)
Tests
  • auth: cover legacy alias isolation for continuity (26f4fb3)
  • pricing: cover Claude 4.6 cache token cost rates (91050bf)
  • usage: add cliproxy sync and integration coverage (383ac94)
CI
  • release: use PAT_TOKEN for semantic-release branch protection bypass (343c36f)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


Summary by cubic

Upgrade @kaitranntt/ccs from ^7.51.0 to ^7.52.1 to pull in security hardening, model alias migrations, pricing fixes, and i18n updates. No app code changes required.

  • Dependencies
    • Bumped @kaitranntt/ccs in package.json and bun.lock.
    • Upstream highlights: API hardening, denylisted deprecated 4.5 models with auto-migration to 4.6 IDs, corrected Claude 4.6 pricing, improved VN/CN locales.
    • No breaking changes expected; install deps after pulling if needed.

Written for commit 9ce32a4. Summary will update on new commits.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot enabled auto-merge (squash) March 3, 2026 20:49
@mesa-dot-dev

mesa-dot-dev Bot commented Mar 3, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Updates the @kaitranntt/ccs dependency to ^7.52.1, introducing new features like multi-provider usage analytics, Alibaba Coding Plan preset, cross-profile continuity, and comprehensive Vietnamese and Chinese dashboard locales, alongside numerous bug fixes related to API profiles, authentication, CI workflows, model canonicalization, pricing, and UI improvements.

What changed?

Features:

  • CLIProxy multi-provider usage integrated into dashboard analytics.
  • Added Alibaba Coding Plan preset and providers promotion to the API.
  • Implemented cross-profile continuity inheritance from account profiles.
  • Added comprehensive Vietnamese and Chinese dashboard locales.
  • Fixed Claude Sonnet 4.6 and Claude Opus 4.6 pricing.

Bug Fixes:

  • CI: Stripped ANSI codes before detecting published release.
  • AGY: Hardened preset canonicalization, migration coverage, and self-migration paths.
  • AGY: Normalized Sonnet 4.6 model IDs and migrated legacy thinking alias, removed deprecated 4.5 selector options.
  • API-Profiles: Maintained AGY denylist when droid provider is set.
  • Auth: Hardened continuity inheritance resolution and scoped KM alias mapping to settings profiles.
  • CI: Hardened release workflows against PAT checkout failures and removed PAT dependency.
  • CLIProxy: Denylisted deprecated AGY 4.5 models, hardened AGY model canonicalization, normalized iflow aliases, and restored AGY legacy 4.5 lookup compatibility.
  • Config: Merged legacy and unified continuity maps.
  • GHCP: Improved OAuth failure diagnostics in device flow.
  • I18n: Completed Vietnamese dashboard copy QA and polish, hardened unstable dialog, completed cursor locale key, and refined translation quality.
  • Pricing: Handled date-stamped 4.6 thinking model IDs.
  • Respected auto_update preference by disabling Claude auto-updater.
  • Security: Hardened API endpoints and resolved PR feat: add usage statistics persistence for cliproxyapi #674 review findings.
  • UI: Improved providers badge readability, ALBB preset, and restored scrolling in API profile create dialog.
  • Usage: Coalesced refresh and forced live sync on refresh.
  • Web-Server: Ran usage cleanup during dashboard shutdown.

Documentation:

  • Added dashboard localization guide and links to i18n.

Code Refactoring:

  • Resolved DRY violations, config race, and error leaks in routes.

Tests:

  • Covered legacy alias isolation for continuity in auth.
  • Covered Claude 4.6 cache token cost rates in pricing.
  • Added cliproxy sync and integration coverage for usage.

CI:

  • Used PAT_TOKEN for semantic-release branch protection bypass in release workflow.

Description generated by Mesa. Update settings

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@mesa-dot-dev mesa-dot-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performed full review of 5935404...9ce32a4

Analysis

No material architectural issues identified. This is a low-risk minor version bump to the CCS dependency that delivers security hardening of API endpoints, improved model canonicalization for AGY 4.5→4.6 migration, and enhanced auth resolution. The changes are backward compatible and primarily additive. No configuration modifications required to existing CCS setup templates.

Tip

Help

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

2 files reviewed | 0 comments | Edit Agent SettingsRead Docs

@renovate
renovate Bot merged commit d66fd98 into main Mar 3, 2026
35 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch March 3, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants