Installation
Install globally via npm:
npm install -g @llmvin/winecode
Usage
Starting Wine Code
winecode
Or using the short alias:
wc
Command Line Options
winecode [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 number
Interactive Commands
Once 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.mdexit
orquit
- Exit Wine Code
Available Tools
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