Skip to content

v0.4.3

Choose a tag to compare

@stbenjam stbenjam released this 08 May 10:12
· 1389 commits to main since this release
6367e3b

What's New

New features

  • Accept YAML list for allowed-tools in addition to string (#24)
  • Support NO_COLOR environment variable for disabling colored output (#23)
  • Drop Python 3.8, add Python 3.13 and 3.14 support
  • Auto-generate README rule docs from rule metadata
  • Auto-generate .skillsaw.yaml.example with commented rule descriptions
  • Add make update target to regenerate all generated files

Fixes

  • Fix trailing whitespace in --init generated config (#22)
  • Change default severity to error for agentskill-evals rules
  • Fix mypy python_version to match requires-python >= 3.9

Other

  • Simplify Configuration section in README to reference skillsaw --init
  • Add venv-aware Makefile targets and simplify release skill