Contributions are welcome.
Requirements:
- Bun 1.3 or newer
- OpenCode 1.18 or newer for manual integration testing
Set up the project:
git clone https://github.com/yourcasualdev/opencode-cliproxyapi.git
cd opencode-cliproxyapi
bun install
bun run check- Keep changes focused.
- Add or update tests for behavior changes.
- Run
bun run check. - Never commit API keys, credentials, or private server details.
- Explain user-visible changes in the pull request.
For substantial behavior changes, open an issue first so the approach can be discussed.