Installation - llm-vin/winecode GitHub Wiki
Install globally via npm:
npm install -g @llmvin/winecodewinecodeOr using the short alias:
wcwinecode [options]
Options:
-m, --model <model> specify AI model to use (default: grok-3-mini)
-k, --api-key <key> API key for llm.vin
-h, --help display help for command
-v, --version display version numberOnce started, you can interact with the AI assistant using natural language, plus these special commands:
-
/help- Show help and available commands -
/explore- Analyze and understand the current codebase -
/reload- Reload custom instructions from ~/.winecode/INSTRUCT.md -
exitorquit- Exit Wine Code
The AI assistant has access to these development tools:
- File Operations: Read, write, and edit files
- Shell Commands: Execute bash commands
- Directory Listing: Browse file systems
- File Search: Find files using glob patterns
- Content Search: Search within files using regex
- Code Analysis: Understand and modify code