Release v2.0.4
Release v2.0.4 is a patch release for Open-Git-Control. This update introduces remote tag tracking and conflict resolution, adds an AI agent prompt for run configurations alongside a run configuration watcher, and includes bug fixes for background status checks and secret scanning source resolution.
Breaking Changes
None.
Changelog
Added
- Settings: Added AI agent prompt for run configuration and introduced a run configuration watcher (7f6bf54)
- Tags: Implemented remote tag tracking and conflict resolution capabilities (45721aa)
Fixed
- Remote: Configured background status checks to use
--no-tags(dd10488) - Secret Scan: Updated normal Git push source resolution to resolve using
HEAD(3d248ea)