This release upgrades the GitHub Copilot SDK to v0.2.2, improves model filtering and sorting, and raises the default billing multiplier cap.
New Features
- SDK Upgrade: Upgraded github-copilot-sdk from 0.1.30 to 0.2.2 with updated API (SubprocessConfig, keyword-argument session methods, positional send()).
- Model Filtering: Remove deprecated Sonnet 4/4.5 and Opus 4/4.5 models (keep only 4.6). Fixed filter patterns to match actual SDK model IDs (
claude-sonnet-4format). - Smart Sorting: Sort by provider (OpenAI → Anthropic → others), within same provider by multiplier ascending, 0x free models appear first within each provider.
- Default Multiplier: Default MAX_MULTIPLIER raised from 1.0 to 3.0 for broader model access.
Bug Fixes
- Fixed 0x free models not appearing at the top of their provider group — multiplier
Noneis now explicitly treated as 0.0 in the sort key.
Documentation
- Added restart guidance: if the plugin shows errors after an update, restart OpenWebUI server to clear cached bytecode.
Version Changes
Plugin Updates
- GitHub Copilot SDK Pipe: v0.12.2 → v0.12.3 | 📖 README
📚 Documentation Portal
🐛 Report Issues
Version Changes
Plugin Updates
- GitHub Copilot Official SDK Pipe: v0.12.2 → v0.12.3 | 📖 README