feat(vscode): add Claude Code compatibility toggle#8230
Merged
Conversation
… settings Adds a toggle under Kilo Settings > Agent Behaviour > Rules that controls whether CLAUDE.md instructions and .claude/skills/ are loaded into sessions. Disabled by default — the extension passes KILO_DISABLE_CLAUDE_CODE=true to the CLI when the setting is off. Includes translations for all 18 supported languages and platform-agnostic description text. Closes #8128 Closes #8187
a4486f0 to
31019dd
Compare
kirillk
approved these changes
Apr 2, 2026
kilo-code-bot Bot
added a commit
that referenced
this pull request
Apr 3, 2026
Document migration paths from Claude Code, GitHub Copilot, and Aider. Highlights the Claude Code compatibility toggle from PR #8230 that controls loading CLAUDE.md instructions and .claude/skills/ into sessions.
ScuttleBot
pushed a commit
to ScuttleBot/kilocode
that referenced
this pull request
Apr 3, 2026
…s and skills pages Add callout notes to the VSCode tabs in custom-instructions.md and skills.md explaining the new Claude Code Compatibility setting added in Kilo-Org#8230. The toggle (disabled by default) controls whether CLAUDE.md files and .claude/skills/ directories are loaded into sessions.
IamCoder18
pushed a commit
to IamCoder18/kilocode
that referenced
this pull request
Apr 7, 2026
… settings (Kilo-Org#8230) Adds a toggle under Kilo Settings > Agent Behaviour > Rules that controls whether CLAUDE.md instructions and .claude/skills/ are loaded into sessions. Disabled by default — the extension passes KILO_DISABLE_CLAUDE_CODE=true to the CLI when the setting is off. Includes translations for all 18 supported languages and platform-agnostic description text. Closes Kilo-Org#8128 Closes Kilo-Org#8187
jliounis
pushed a commit
to jliounis/kilocode
that referenced
this pull request
May 18, 2026
… settings (Kilo-Org#8230) Adds a toggle under Kilo Settings > Agent Behaviour > Rules that controls whether CLAUDE.md instructions and .claude/skills/ are loaded into sessions. Disabled by default — the extension passes KILO_DISABLE_CLAUDE_CODE=true to the CLI when the setting is off. Includes translations for all 18 supported languages and platform-agnostic description text. Closes Kilo-Org#8128 Closes Kilo-Org#8187
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.mdinstructions and.claude/skills/are loaded into sessionsKILO_DISABLE_CLAUDE_CODE=trueto the CLI process when the setting is off, preventing Claude Code files from being injected into every sessionHow It Works
The CLI already supports
KILO_DISABLE_CLAUDE_CODEenv var (inpackages/opencode/src/flag/flag.ts). This PR wires it to a user-facing setting with zero changes to upstream opencode files — all changes are inpackages/kilo-vscode/.package.jsonkilo-code.new.claudeCodeCompatboolean settingserver-manager.tsKiloProvider.tsrequestClaudeCompatSettingmessageAgentBehaviourTab.tsxmessages.tsi18n/*.tsCloses #8128
Closes #8187