Skip to content

fix(deps): update dependency @kaitranntt/ccs to ^7.13.0 - #496

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

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

Conversation

@renovate

@renovate renovate Bot commented Jan 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@kaitranntt/ccs ^7.12.1^7.13.0 age confidence

Release Notes

kaitranntt/ccs (@​kaitranntt/ccs)

v7.13.0

Compare Source

Features
  • minimax: Add full MiniMax M2.1 support (bd5c9a0)
  • minimax: Add mm profile and migration support (267599d)
Bug Fixes
  • accounts: integrate CLIProxy OAuth accounts into API endpoint (eebcb7b)
  • migrate: Add rename-profile flag handling (4dace51)
  • minimax: Add MiniMax placeholder to DEFAULT_PLACEHOLDERS (46e0995)
  • minimax: prevent double-resolve race condition and align placeholder (a59ad0e)
  • minimax: restore migrate-command, remove broken migration file, fix validator typo (c48f798)
Documentation
  • minimax: Update review_pr.md with fix status (5d34bd6)
Code Refactoring
  • api-key-validator: extract shared validation logic, remove unnecessary comments (a00cf36)
  • minimax: Rename to 'mm' for brevity (2b549f5)

v7.12.2

Compare Source

Bug Fixes
  • cliproxy: add kiro/ghcp provider mappings to discoverExistingAccounts (4386e91), closes #​242
  • ui: show min Claude quota instead of avg all models (a011908)
Tests
  • cliproxy: add unit tests for discoverExistingAccounts (43f1a98)

Configuration

📅 Schedule: Branch creation - "before 3am" in timezone UTC, 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

Update @kaitranntt/ccs to ^7.13.0 to enable MiniMax M2.1 support and pick up related fixes. Only package.json and bun.lock were changed.

  • Dependencies
    • @kaitranntt/ccs: ^7.12.1 → ^7.13.0
    • Highlights: MiniMax M2.1 support, mm profile/migration updates, fixes for OAuth account handling and migrate flags.

Written for commit c162413. 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) January 4, 2026 00:35
@coderabbitai

coderabbitai Bot commented Jan 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@mesa-dot-dev

mesa-dot-dev Bot commented Jan 4, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Updates the @kaitranntt/ccs dependency to version ^7.13.0, introducing full MiniMax M2.1 support, several bug fixes, and code refactorings.

What changed?

The @kaitranntt/ccs dependency has been updated from ^7.12.1 to ^7.13.0. This update includes:

  • Features: Added full MiniMax M2.1 support, including profile and migration capabilities.
  • Bug Fixes: Integrated CLIProxy OAuth accounts into API endpoints, improved handling of rename-profile flag, fixed MiniMax placeholders, resolved a double-resolve race condition, and addressed migration script issues. Also, added kiro/ghcp provider mappings to discoverExistingAccounts and corrected the Claude quota display in the UI.
  • Code Refactoring: Extracted shared API key validation logic and renamed MiniMax components to 'mm' for brevity.
  • Documentation: Updated review_pr.md with MiniMax fix status.
  • Tests: Added unit tests for discoverExistingAccounts.

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 a0d7d36...c162413

Analysis

  1. Untested Integration Risk: The PR includes critical fixes for CLIProxyAPI OAuth handling but lacks test updates or configuration changes to verify these fixes work correctly with the existing cliproxyapi service setup.

  2. Missing Configuration Review: The codebase's config/cliproxyapi/config.yaml may require updates to ensure compatibility or leverage new features (especially MiniMax AI support), but this wasn't reviewed or updated.

  3. Auth Sync Implications: The OAuth account integration fix could affect existing auth file sync logic in backup and start scripts without proper validation.

  4. Test Coverage Gap: The codebase lacks integration tests for ccs/cliproxyapi interactions, making it difficult to validate dependency updates systematically.

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

0 files reviewed | 1 comments | Edit Agent SettingsRead Docs

Comment thread package.json
"@github/copilot": "^0.0.374",
"@google/jules": "^0.1.42",
"@kaitranntt/ccs": "^7.12.1",
"@kaitranntt/ccs": "^7.13.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Medium

This update includes a critical fix for CLIProxy OAuth account discovery (issue #242 - adding kiro/ghcp provider mappings to discoverExistingAccounts). Since this codebase heavily uses cliproxyapi with OAuth auth sync (see home-manager/services/cliproxyapi/), this fix is particularly relevant.

Consider:

  1. Testing the cliproxyapi service after deployment to verify OAuth account discovery works correctly with the fix
  2. Reviewing config/cliproxyapi/config.yaml to ensure it's compatible with the new version
  3. Checking if the new MiniMax provider support requires any configuration updates

The update also includes race condition fixes and improved validation logic that should improve overall stability of the ccs/cliproxyapi integration.

Agent: 🏛 Architecture • Fix in Cursor • Fix in Claude

Prompt for Agent
Task: Address review feedback left on GitHub.
Repository: shunkakinoki/dotfiles#496
File: package.json#L20
Action: Open this file location in your editor, inspect the highlighted code, and resolve the issue described below.

Feedback:
This update includes a critical fix for CLIProxy OAuth account discovery (issue #242 - adding kiro/ghcp provider mappings to discoverExistingAccounts). Since this codebase heavily uses cliproxyapi with OAuth auth sync (see home-manager/services/cliproxyapi/), this fix is particularly relevant.

Consider:
1. Testing the cliproxyapi service after deployment to verify OAuth account discovery works correctly with the fix
2. Reviewing config/cliproxyapi/config.yaml to ensure it's compatible with the new version
3. Checking if the new MiniMax provider support requires any configuration updates

The update also includes race condition fixes and improved validation logic that should improve overall stability of the ccs/cliproxyapi integration.

@renovate
renovate Bot merged commit 74641dd into main Jan 4, 2026
33 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch January 4, 2026 01:03
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