feat(installer): add one-command installer flow and release smoke checks#123
Merged
senamakel merged 3 commits intotinyhumansai:mainfrom Mar 31, 2026
Merged
Conversation
Add production installers with platform detection, latest-release resolution, digest verification, and local install flows.
Restore windows target in release matrix, validate required installer assets, and add cross-platform installer dry-run CI.
Make curl installer the primary command, keep Windows as secondary guidance, and describe local setup outcomes.
5 tasks
4 tasks
senamakel
added a commit
to senamakel/openhuman
that referenced
this pull request
Apr 23, 2026
Two sides of the same problem: 1) PR template told authors to list `Issue(s): tinyhumansai#123`, which GitHub only treats as a back-reference — not a closing directive. Updated to prompt for `Closes tinyhumansai#123` / `Fixes tinyhumansai#123` / `Resolves tinyhumansai#123` (the keywords GitHub scans when populating closingIssuesReferences). 2) merge.sh now emits one `Closes #N` line per entry in closingIssuesReferences, placed between the LLM summary and the Co-authored-by block. Previously the summary prompt told the model to omit issue numbers, so any closing keywords from the PR body got stripped and the squash commit landed without them. Also strip any stray closing lines the LLM or PR body may still produce so we don't emit duplicates, and because GitHub's regex only closes the first ref per keyword (`Closes #1, #2` only closes #1).
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.
Summary
scripts/install.shwith platform detection, latest release resolution, checksum verification, and local setup behavior.scripts/install.ps1for x64 latest-release installation with digest verification and per-user install behavior..github/workflows/installer-smoke.yml) that dry-runs installers on macOS, Linux, and Windows.Problem
Solution
curl .../install.sh | bashfor macOS/Linuxirm .../install.ps1 | iexfor WindowsSubmission Checklist
app/) and/orcargo test(core) for logic you add or changeapp/test/e2e, mock backend,tests/json_rpc_e2e.rsas appropriate)//////!(Rust), JSDoc or brief file/module headers (TS) on public APIs and non-obvious modules(Any feature related checklist can go in here)
Impact
Related
--deb, channel prereleases).