v0.3.0 -> v0.3.1
Summary
Copilot now discovers each model's supported API surface at runtime and caches the result across requests. OpenAI reasoning range detection also reads major and minor version numbers instead of assuming a fixed family prefix.
翻譯
Copilot 現在會在執行期探索各模型支援的 API 介面,並跨請求快取結果。OpenAI reasoning 範圍偵測也改為同時讀取主次版本號,不再假設固定的系列前綴。
Changes
FEAT
- Resolve Copilot model endpoints dynamically with cached lookup (@pardnchiu) [b256ce7]
翻譯
- 動態解析 Copilot 模型端點並快取查詢結果
REFACTOR
- Generalize OpenAI model version parsing for reasoning effort ranges (@pardnchiu) [b256ce7]
翻譯
- 泛化 OpenAI 模型版本解析,供 reasoning effort 範圍判斷使用
Scope
core/copilot/— FEATcore/reasoning.go— REFACTORcore/*/models.go,core/*/usage.go,core/*/send.go,core/provider.go— REFACTOR
Generated by SKILL