Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 480 Bytes

File metadata and controls

19 lines (13 loc) · 480 Bytes

Contributing

Thanks for your interest in improving copilot-byok-switcher.

Development

npm install
npm run lint
npm test

Keep changes focused and covered by tests under test/. The CLI must stay cross-platform (Windows, macOS, Linux) and must never transmit provider API keys anywhere.

Pull Requests

  • Add or update tests for behavior changes.
  • Run npm run lint and npm test before submitting.
  • Keep user-facing behavior documented in README.md.