Do not open issues for general support questions.
- README - Quick start and features
- OCI VM Architecture - Detailed system design
- Fixes Log - Bug fixes and RCA
- Contributing - How to contribute
If you found a bug, please open an issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Environment details (OS, OpenCode version, etc.)
For feature requests, please:
- Check if it already exists in Issues
- Open a new issue with the "enhancement" label
- Describe the problem you're trying to solve
Q: sin-sync fails with "No space left on device"
A: The OCI VM disk is full. Run cleanup on the VM: sudo find /tmp -name '*.so' -mtime +0 -delete
Q: Qwen model returns "invalid access token"
A: Run opencode providers login --provider qwen --method "Qwen OAuth" to re-authenticate.
Q: Skills not found after install
A: Run ./install.sh again to ensure all skills are synced.
For private inquiries: support@example.com