Skip to content

Configuration

Configure in the "Kimi" section of VS Code settings (you can also open it via the action menu → General Config).

Operation Approval

SettingDefaultDescription
kimi.yoloModefalseAutomatically approve all tool calls. Suitable for scenarios where you trust the workflow and pursue efficiency

Files and Editor

SettingDefaultDescription
kimi.autosavetrueAutomatically save files before Kimi reads or writes
kimi.editorContextneverControls when to share the current editor's file and cursor position (never / onConversationStart / onFileChange)

Input and Shortcuts

SettingDefaultDescription
kimi.useCtrlEnterToSendfalseUse Ctrl/Cmd+Enter to send messages
kimi.enableNewConversationShortcutfalseEnable Cmd/Ctrl+N new conversation shortcut (enabling this will occupy the system's default "New File" shortcut)

Model and Reasoning

SettingDefaultDescription
kimi.alwaysExpandThinkingfalseExpand thinking/reasoning process by default

Advanced

SettingDefaultDescription
kimi.executablePath""Custom Kimi Code CLI path (empty value uses built-in)
kimi.environmentVariables{}Environment variables passed to Kimi Code CLI