{ "models": [ { "title": "Qwen Agent (Local)", "provider": "openai", "model": "zdolny/qwen3-coder58k-tools:latest", "apiBase": "http://localhost:8000/v1", "apiKey": "not-needed", "capabilities": { "edit": true, "apply": true, "chat": true } } ], "tabAutocompleteModel": { "title": "Qwen Agent", "provider": "openai", "model": "zdolny/qwen3-coder58k-tools:latest", "apiBase": "http://localhost:8000/v1" }, "embeddingsProvider": { "provider": "openai", "model": "nomic-embed-text", "apiBase": "http://localhost:11434/v1" }, "customCommands": [ { "name": "explain", "description": "Explain this code", "prompt": "Explain this code in detail:\n\n{{{ input }}}" }, { "name": "fix", "description": "Fix any errors in this code", "prompt": "Find and fix any errors in this code:\n\n{{{ input }}}" }, { "name": "optimize", "description": "Optimize this code", "prompt": "Optimize this code for better performance and readability:\n\n{{{ input }}}" }, { "name": "test", "description": "Generate tests", "prompt": "Generate comprehensive unit tests for this code:\n\n{{{ input }}}" } ], "allowAnonymousTelemetry": false, "systemMessage": "You are an expert AI coding assistant with full IDE capabilities. You have access to file operations, terminal commands, code search, and more. When asked to perform tasks:\n\n1. Use tools proactively - don't just suggest, actually do it\n2. Read files before editing them to understand context\n3. Make precise edits using the file edit tool\n4. Run commands to verify changes work\n5. Search the codebase when you need to understand dependencies\n6. Execute code to test solutions\n\nBe direct, efficient, and take action. You're not just a chatbot - you're a full development assistant." }