Skip to content

@moonshot-ai/kimi-code@0.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 02:23
121a6dd

Minor Changes

  • #232 a24bfb1 - Add KIMI_MODEL_ADAPTIVE_THINKING (and a matching adaptive_thinking model-alias field) to force adaptive thinking (thinking: { type: 'adaptive' }) on or off, overriding the Anthropic model-name version inference. This lets custom-named staff endpoints that back an adaptive-capable model opt in even when the model name does not encode a parseable Claude version.

  • #264 42bb914 - Add /provider command for managing AI providers, support custom registry imports, and introduce a tabbed model selector.

  • #204 ee69d0a - Render scheduled reminders distinctly in the TUI, expose cron fired events to SDK clients, and report cron fire times with local timezone offsets.

Patch Changes

  • #282 a580cd3 - Fix glob pattern backslash escaping and include match count in truncation messages.

  • #260 178827d - Polish a small TUI visual interaction.

  • #267 e2e1728 - Report truncated compaction summaries clearly and apply valid completion token budgets across supported providers.

  • #274 a1dfbfe - Clarify Kimi Platform API key login labels and prompt details.