Skip to content

Kimi Code CLI v0.32.0 发布,需验证兼容性 #3

Description

@github-actions

上游 @moonshot-ai/kimi-code 发布了新版本:v0.32.0(当前基线 v0.31.1)。

上游变更内容(release notes)

@moonshot-ai/kimi-code@0.32.0

Minor Changes

  • #2558 75395f6 Thanks @sailist! - Add the TurnStarted, UserPromptQueued, TaskStarted, and SessionHeartbeat hook events, enrich hook payloads with the session title and client type, include the model and profile in SessionStart, and report SessionEnd as archive when a session is archived instead of exited. Configure the new events under [[hooks]] in config.toml.

Patch Changes

  • #2416 eaab2b6 Thanks @mangeshraut712! - Fall back to the built-in models.dev catalog snapshot when the public catalog is unreachable, so Known third-party provider import still works offline or in blocked networks.

  • #2083 bfa0080 Thanks @StaR4y! - web: Fix dark-mode monochrome controls and align the chat composer corner radius with the design system.

  • #2559 dfc55a5 Thanks @wbxl2000! - Render the "/login" already-logged-in confirmation in the success color instead of dim text, so the "Already logged in. Model configuration refreshed." message is clearly visible.

  • #2572 6ba75a1 Thanks @sailist! - Rename the [loop_control] max_retries_per_step config key to max_attempts_per_step and max_steps_per_run to max_steps_per_turn: on the v2 engine the old keys no longer take effect and a startup warning prompts the rename in config.toml. The KIMI_LOOP_MAX_RETRIES_PER_STEP env var is likewise deprecated in favor of KIMI_LOOP_MAX_ATTEMPTS_PER_STEP but keeps working with a warning.

  • #2585 c396873 Thanks @sailist! - Fix submitting answers to interactive question prompts being rejected when the model provider returns tool call IDs containing colons (some OpenAI-compatible gateways).

  • #2562 071b6a5 Thanks @sailist! - Serve v1 message history from the server layer and drop the engine-side legacy message adapter; the /api/v1 mes

兼容性验证清单(现有功能不能 break)

  • npm run typecheck 通过
  • 聊天流式输出 + 工具卡片 / approval / 子代理卡片渲染正常
  • 权限模式 / plan 模式 / goal 模式行为一致
  • WS 断线重连(seq/epoch 游标)正常
  • git 面板与 diff 视图正常
  • ~/.kimi-code 直读数据(插件 / 技能 / cron / mcp.json / usage 聚合)字段无变化
  • 设置页升级按钮对三种目标(本机 / WSL / SSH)工作正常

前端功能跟进(重写的 kimi web)

  • 通读上方 release notes,列出新增 / 变更的用户可见功能
  • 新增 / 变更的 WS 消息类型已在渲染层支持(工具卡片 / 审批 / 子代理等)
  • 值得跟进的功能已在前端实现对应 UI 与交互(或记录为不跟进及原因)
  • 上游新增的设置项 / 配置格式已在设置页体现(如适用)

验证完成后关闭本 issue。

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstream-sync上游 kimi-code CLI 发版同步

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions