File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.5.6]
9+
10+ ### Fixed
11+
12+ - Improve error message when the OpenAI API returns an ` incorrect_hostname `
13+ error due to regional endpoint requirements ([ #70 ] ). The error now tells
14+ the user to set ` OPENAI_BASE_URL ` or ` --base-url ` with the correct
15+ regional host (e.g. ` https://us.api.openai.com/v1 ` ).
16+
817## [ 1.5.5]
918
1019### Fixed
@@ -202,6 +211,7 @@ First stable release. Includes the complete CLI and importable library packages.
202211- ` types ` — shared data types (` Report ` , ` Result ` , ` Level ` , etc.)
203212- ` judge.LLMClient ` interface for custom LLM providers
204213
214+ [ 1.5.6 ] : https://github.com/agent-ecosystem/skill-validator/compare/v1.5.5...v1.5.6
205215[ 1.5.5 ] : https://github.com/agent-ecosystem/skill-validator/compare/v1.5.4...v1.5.5
206216[ 1.5.4 ] : https://github.com/agent-ecosystem/skill-validator/compare/v1.5.3...v1.5.4
207217[ 1.5.3 ] : https://github.com/agent-ecosystem/skill-validator/compare/v1.5.2...v1.5.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/agent-ecosystem/skill-validator/types"
1212)
1313
14- const version = "v1.5.5 "
14+ const version = "v1.5.6 "
1515
1616var (
1717 outputFormat string
You can’t perform that action at this time.
0 commit comments