Clother works with the official Claude Code extension for VS Code. Once configured, any provider launcher you choose will be used automatically whenever the extension starts a Claude session.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jolehuit/clother/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Claude Code extension v2.6+
- Clother v2.6+ — required for correct non-interactive shell output
Setup
Search for the process wrapper setting
In the search bar, type Claude Process Wrapper or the setting ID
claudeProcessWrapper.Set the full path to your chosen launcher
Enter the absolute path to the Clother launcher you want to use.Replace
macOS
Linux
clother-zai with any other launcher (for example clother-kimi, clother-native, or clother-ollama).The full path is required. Using just the command name (e.g.
clother-zai) will not work because VS Code does not load your shell’s PATH when invoking the wrapper.Switching providers
To use a different provider, update theclaudeProcessWrapper setting to the full path of another launcher and reload VS Code. No other changes are needed.