Skip to content

v1.29.8

Latest

Choose a tag to compare

@autogame-17 autogame-17 released this 13 Mar 16:25

What's New in v1.29.8

Bug Fixes

  • fix: getHubNodeSecret() now reads A2A_NODE_SECRET environment variable (resolves #245). Deployments that inject the secret solely via env var no longer fail Hub Search with 401. Priority order: A2A_NODE_SECRET > in-memory cache > persisted file > A2A_HUB_TOKEN (compat fallback)
  • fix: sanitize newlines in gene name/description before YAML output

Improvements

  • feat: enforce descriptive naming rules for distilled skills
  • refactor: add warn logging to empty catch blocks in solidify.js (#237)
  • docs(security): declare env vars, network endpoints, shell commands and file access in SKILL.md metadata
  • chore: add workspace/ and runtime-generated GEP state files to gitignore