Thanks for your interest in improving copilot-byok-switcher.
npm install
npm run lint
npm testKeep 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.
- Add or update tests for behavior changes.
- Run
npm run lintandnpm testbefore submitting. - Keep user-facing behavior documented in
README.md.