AI Free Chat & Agent
AI Free brings DeepSeek, Qwen, ChatGPT and optional EconomyOS by Virtuals into the VS Code sidebar as project-aware coding agents.
Current release: 0.4.0.
Features
- DeepSeek and Qwen providers.
- Agent-first workflow for the currently opened VS Code workspace.
- EconomyOS BYOK integration with selectable Virtuals Compute models and no shared project key.
- Separate agents and chat history per project.
- Model picker with current DeepSeek and Qwen model aliases.
- Local server bridge bundled with the extension.
Requirements
- Node.js 18 or newer.
- Existing AI Free authentication state for the providers you use.
- Qwen login can be prepared from the main AI Free app with
npm run login-qwen.
Notes
The extension stores existing provider sessions in the same local AI Free storage as the main app. It does not rename or migrate ~/.deepseek-cli or ~/.qwen-cli.
Uninstall
To remove only the VS Code extension:
- Open Extensions in VS Code.
- Find AI Free Chat & Agent.
- Click Uninstall.
- Restart VS Code.
Or run:
code --uninstall-extension developers-daily-life.ai-free-vscode
The extension uses the same local data as the desktop app. To fully remove chats, auth sessions, browser profiles, memory and skills, delete these folders after uninstalling the extension:
# macOS / Linux
rm -rf ~/.deepseek-cli ~/.qwen-cli ~/.chatgpt-cli ~/.ai-free
# Windows PowerShell
Remove-Item -Recurse -Force `
"$env:USERPROFILE\.deepseek-cli", `
"$env:USERPROFILE\.qwen-cli", `
"$env:USERPROFILE\.chatgpt-cli", `
"$env:USERPROFILE\.ai-free"
See the root README for the full desktop and plugin removal guide.
Support
Если хочешь поддержать мое развитие:
2201 9604 2500 7505 ОТП банк
Repository
Source code: https://github.com/Staks-sor/ai-free