copaw was rebranded to qwenpaw (new pip package name is qwenpaw).
I wanted to keep everything working the same inside my venv, so I did:
1. Activate venv
source venv/bin/activate
2. Install new package
pip install -U qwenpaw
3. Remove old one
pip uninstall copaw
4. Symlink inside the venv bin
ln -s qwenpaw venv/bin/copaw
5. Quick check
copaw --help
Also, qwenpaw still picks up existing agent configs from ~/.copaw, so no changes needed there for now.
Didn’t have to touch any scripts copaw still works 👍