Skip to content

chore(deps): run upgrade automation with Kimi K3 - #2723

Merged
fengmk2 merged 3 commits into
mainfrom
chore/upgrade-deps-kimi-k3
Sep 16, 2026
Merged

fengmk2 merged 3 commits into
mainfrom
chore/upgrade-deps-kimi-k3

Conversation

@Brooooooklyn

@Brooooooklyn Brooooooklyn commented Sep 16, 2026

Copy link
Copy Markdown
Member

Summary

  • update both Claude Code Action invocations from v1.0.221 to v1.0.226
  • route the dependency-upgrade automation through the Kimi Code Anthropic-compatible endpoint at api.kimi.com
  • use k3[1m] for the primary, Opus, Fable, and sub-agent tiers
  • map the Sonnet and Haiku tiers to kimi-for-coding
  • configure Claude Code for Kimi Code's 1M-token context window and maximum reasoning effort

Validation

  • authenticated GET /coding/v1/models returned all four Kimi Code model IDs
  • minimal Messages API calls returned HTTP 200 for k3, k3-256k, kimi-for-coding, and kimi-for-coding-highspeed
  • actionlint .github/workflows/upgrade-deps.yml
  • parsed the workflow YAML and both embedded settings JSON documents
  • git diff --check

Note

Medium Risk
Changes only CI automation, but it alters how daily dependency-upgrade fixups and PR text are generated and depends on a new external API secret and model behavior.

Overview
The daily upgrade-deps workflow now runs its two Claude Code Action steps (dependency fixup and PR description enhancement) against Kimi’s Anthropic-compatible API instead of Anthropic directly.

Both steps bump claude-code-action from v1.0.221 to v1.0.226, switch auth from claude_code_oauth_token / ANTHROPIC_API_KEY to anthropic_api_key / MOONSHOT_API_KEY, and set ANTHROPIC_BASE_URL to https://api.kimi.com/coding/. New settings JSON maps default models to k3[1m] and kimi-for-coding, raises context limits to 1M tokens, and sets CLAUDE_CODE_EFFORT_LEVEL to max. claude_args now pass --model "k3[1m]" instead of opus.

Setup: add a MOONSHOT_API_KEY repository secret before the workflow can run.

Reviewed by Cursor Bugbot for commit 4a6fcc9. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor

cursor Bot commented Sep 16, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_34cb8d1a-fdae-4877-8c23-273fc01a5139)

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-16T11:14:21.221755Z 4a6fcc9 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 16, 2026

Copy link
Copy Markdown

🚀 Deploying Preview to Cloudflare 🚀

Preview URL: https://chore-upgrade-deps-kimi-k3-viteplus-dev.voidzero-docs.workers.dev (commit 6cf6491)

This URL reflects your latest Preview deployment

Preview Deployments by commit

Status Deployment URL Commit Updated (UTC) See this deployment's details
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://2cbbff67-viteplus-dev.voidzero-docs.workers.dev 6cf6491 2026-09-16T15:49:58.844Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://f300c8d3-viteplus-dev.voidzero-docs.workers.dev 4a6fcc9 2026-09-16T11:12:17.507Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://3d49a916-viteplus-dev.voidzero-docs.workers.dev ffa016f 2026-09-16T09:46:16.814Z Visit the dashboard ↗

@cursor

cursor Bot commented Sep 16, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_ad27ba90-2e18-481e-91c8-dedf819c1b17)

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4a6fcc95df

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/upgrade-deps.yml
@fengmk2

fengmk2 commented Sep 16, 2026

Copy link
Copy Markdown
Member

@fengmk2

fengmk2 commented Sep 16, 2026

Copy link
Copy Markdown
Member

K3 works #2725

@fengmk2 fengmk2 self-assigned this Sep 16, 2026
@fengmk2
fengmk2 merged commit 136b4a6 into main Sep 16, 2026
47 checks passed
@fengmk2
fengmk2 deleted the chore/upgrade-deps-kimi-k3 branch September 16, 2026 16:11
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.

2 participants