Releases: agent-ecosystem/skill-validator
Releases · agent-ecosystem/skill-validator
v1.5.3
v1.5.2
v1.5.1
v1.5.0
Changelog
- 2391cd2 Prepare v1.5.0 release
- eb0e3af Merge pull request #44 from agent-ecosystem/fix/claude-cli-isolation
- 9bfbb79 Remove '--bare' flag because it also strips auth
- e619cb1 fix: add preflight check and --bare for claude CLI client
- 225a296 Merge pull request #43 from marc0olo/feat/claude-cli-provider
- f4fa293 feat: add claude-cli provider for LLM scoring without API keys
v1.4.0
Changelog
- ba40a0b Prepare v1.4.0 release
- 332b52c Merge pull request #42 from agent-ecosystem/refactor-string-flag-handling
- a0d5434 refactor: flag string splitting to use 'StringSliceVar' for consistency and correctness
- 8b3f2ae Merge pull request #41 from agent-ecosystem/feat-allow-dirs
- ee042e7 Add unstaged test fixture to fix failing tests
- ea7923e Add support for explicitly allowing specified directories in a skill bundle
- cc5d9d7 Add a link to the Agent Skill Implementation project
v1.3.1
Changelog
- 6b1d50b Prep v1.3.1 release
- 76b762e Add OWNERS.yaml and OWNERS to known extraneous files for more helpful reporting
- 5ac873c Support cancellation through context, let first call through free
- e865b72 Merge pull request #34 from x3c3/perf/cache-token-encoder
- cee833f Merge pull request #37 from x3c3/feat/rate-limit-llm-calls
- f304631 Merge pull request #35 from x3c3/refactor/deduplicate-regex
- 49f753f feat: add rate limiting for LLM API calls
- 39f986a refactor: deduplicate regex patterns into util/regex.go
- edc157d perf: cache token encoder with sync.Once
v1.3.0
Changelog
- 4eced97 Prepare for v1.3.0 release
- d2b4a84 Merge pull request #28 from agent-ecosystem/develop-1.3.0
- 76f4b62 Rename to '--allow-flat-layouts' for consistency/Go idiomaticity
- f63c195 Add an optional '--accept-flat-layouts' flag
- 843fd9d Add '--allow-extra-frontmatter' flag
- 7a1af3f Update CHANGELOG for v1.2.1