You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix config path lookup to prioritize ~/.config paths on Windows
- Add Windows-specific installers (install.bat, install.ps1)
- Update README with Windows support documentation and installation instructions
- Add Windows compatibility badge and platform support section
- Improve cross-platform configuration management
This enables full Windows compatibility with unified config paths and dedicated installers.
Tired of juggling multiple AI coding assistants? **CAM** is a unified Python CLI to manage configurations, prompts, skills, and plugins for **17 AI assistants** including Claude, Codex, Gemini, Qwen, Copilot, Blackbox, Goose, Continue, and more from a single, polished terminal interface.
11
12
13
+
**🪟 Windows Support:** Full Windows compatibility with dedicated installers and configuration management.
14
+
12
15
</div>
13
16
14
17
---
@@ -24,10 +27,23 @@ Choose your preferred installation method:
24
27
pip install code-assistant-manager
25
28
```
26
29
30
+
### Windows Installation
31
+
32
+
For Windows users, use the dedicated PowerShell installer:
0 commit comments