Skip to content

v1.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 22:42

Added

  • Added Claude Opus 5 to the model picker and made it the new default. Opus 4.8 and the other Claude models are still available.
  • New Harness Engineering research section — finds the latest articles on building AI agents (agent loops, tool use, context, memory, evals, guardrails, and more), alongside the existing research sections.
  • New ready-to-use Jira, GitHub, and GitLab skills for the ticket → branch → pull/merge-request workflow, usable in any repository.
  • Every generated landing and report page now has a Home button to jump back to the app.
  • New Package Vulnerabilities tracker — browse known vulnerable packages across 10 ecosystems, with the affected and fixed versions.
  • New Cleanup Articles tool — archives outdated research articles to keep your library current (it never deletes anything).
  • Generated skills are now quality-checked and automatically repaired when something is off.
  • Skill and docs generation are more accurate — they now look over your project before writing.
  • Regenerating a skill keeps the corrections you've taught it instead of discarding them.
  • Compress Docs now backs up your files before changing them.

Fixed

  • Compress Docs no longer garbles code blocks, tables, or front-matter.
  • Optimize Docs now lists the files it changed, no longer fails on large projects, and keeps partial results when a run is cut short.
  • Re-running rule generation on a topic that already exists no longer reports a false failure.
  • AI tools that hang are now properly stopped at the timeout.
  • The compress-prompts setting now applies no matter which AI tool you use.
  • Skill generation no longer bases a new skill on an unrelated example, and now handles both AGENTS.md and agents.md filenames.
  • Refreshed the built-in generation prompts for leaner, higher-quality AI docs and skills.
  • New releases are now published automatically when the version is bumped.