Skip to content

v8.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Apr 04:52
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.

What's Changed

New Features

  • Add opencode-gpt-review command: New CLI command for GPT-based code review via opencode (#1490)
  • Support object-form on root.targets: Allow targets to be specified as an object mapping tool names to feature lists, with deprecation of the object-form on root.features

Bug Fixes

  • Fix config mutual-exclusivity check for targets/features after merging local and base config
  • Fix e2e test to expect .agent.md extension for Copilot subagent output
  • Fix .gitignore to always include agentsmd entries when gitignoreTargetsOnly is true (#1488)
  • Fix rulesync.jsonc migration to targets object form; skip default features when targets is object

Refactoring

  • Harden Config constructor invariants and deduplicate target derivation
  • Address mid-severity code review findings in config module
  • Address second-round mid-severity review findings in config module

Other Changes

  • Remove accidentally committed AGENTS.md artifacts
  • Restore tsx as the TypeScript runtime for scripts and dev CLI
  • Add deprecation warnings module for config migration guidance
  • Update documentation for configuration and CLI commands

Contributors

Full Changelog

v8.1.0...v8.2.0