Conversation
…fest file
- Add hash-update/* branch to pr-milestone workflow triggers
- Add hash-update/ prefix to auto-delete branch patterns in pr-delete-auto-branches workflow
- Rename provider hash manifest output file from "provider-hashes-{version}.json" to "SmartHopper-Provider-Integrity-Hashes-{version}.json"
…e classification logic
…ion dialog for matching hashes - Show single "Hash:" label when local and public hashes match instead of redundant "Local:" and "Expected:" labels - Only display "Expected:" hash when it differs from local hash - Improve UI clarity by reducing duplicate information for verified providers
…flow - Add platform input parameter with options for windows/macos/both (default: both) - Conditionally download and verify release assets based on selected platform - Add macOS Yak package build step with platform-specific build command - Add macOS Yak package upload step with conditional execution - Update artifact upload steps to be platform-specific (windows-yak-package, macos-yak-package)
…ment logic - Update version from 1.4.1-alpha to 1.4.2-alpha in README.md and Solution.props - Fix script_edit and script_generate tools to set Id = 1 only when InstanceGuid is null (was incorrectly setting Id = 1 when InstanceGuid had a value)
…ipt tools Id validation - Add macOS provider hash verification support - first Yak-compatible macOS release - Mitigate script tools Id GhJSON validation issue - Update CHANGELOG.md with release notes and contributor acknowledgment
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…t_generate (#406) ## Description This PR fixes a validation issue in the GhJSON-based script tools where `script_edit` and `script_generate` could trigger an **"Id missing"** error when creating script component GhJSON. The fix was restored from #389. ## Breaking Changes - No breaking changes expected. ## Testing Done - Tested windows and macOS hash verification. ## Checklist - [x] This PR is focused on a single feature or bug fix - [x] Version in Solution.props was updated, if necessary, and follows semantic versioning - [x] CHANGELOG.md has been updated - [x] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [x] PR description follows [Pull Request Description Template](#pull-request-description-template)
This PR updates the contributors section in CHANGELOG.md under [Unreleased] to acknowledge new contributors since the last release. This is an automated PR created by the Update Contributors workflow.
… fixes (#408) This PR prepares the release for version 1.4.2-alpha with version update and code style fixes: - Updated version in Solution.props - Updated changelog with closed-solved issues - Updated README badges
…lows - Add new reusable composite action `.github/actions/milestone/assign-pr` that reads version from Solution.props and assigns PRs to matching milestones (creating milestone if needed) - Update all workflows that create PRs to capture PR number and call milestone assignment action
marc-romu
approved these changes
Mar 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SmartHopper 1.4.2-alpha: macOS Compatibility Verified [Patch]
This patch release delivers verified macOS compatibility for provider hash verification and fixes a GhJSON validation error in script tools. This is the first macOS-compatible release available through Yak/Rhino package manager.
Detailed list of changes:
Idproperty validation error inscript_generateandscript_edittools whenInstanceGuidis null