Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 624 Bytes

File metadata and controls

31 lines (21 loc) · 624 Bytes

Contributing

Contributions are welcome.

Development

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

Pull requests

  1. Keep changes focused.
  2. Add or update tests for behavior changes.
  3. Run bun run check.
  4. Never commit API keys, credentials, or private server details.
  5. Explain user-visible changes in the pull request.

For substantial behavior changes, open an issue first so the approach can be discussed.