·
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-reviewcommand: New CLI command for GPT-based code review via opencode (#1490) - Support object-form on
root.targets: Allowtargetsto be specified as an object mapping tool names to feature lists, with deprecation of the object-form onroot.features
Bug Fixes
- Fix config mutual-exclusivity check for
targets/featuresafter merging local and base config - Fix e2e test to expect
.agent.mdextension for Copilot subagent output - Fix
.gitignoreto always includeagentsmdentries whengitignoreTargetsOnlyis true (#1488) - Fix
rulesync.jsoncmigration totargetsobject form; skip default features when targets is object
Refactoring
- Harden
Configconstructor 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.mdartifacts - Restore
tsxas the TypeScript runtime for scripts and dev CLI - Add deprecation warnings module for config migration guidance
- Update documentation for configuration and CLI commands