fix(system): add openSUSE platform support#397
Open
peplocanto wants to merge 1 commit into
Open
Conversation
Alan-TheGentleman
requested changes
May 10, 2026
Contributor
Alan-TheGentleman
left a comment
There was a problem hiding this comment.
The openSUSE support looks potentially valuable, but the process gates are missing.
Please add the required type:* label, confirm the linked approved issue, and refresh CI after rebasing on main so we review current code instead of a stale branch.
Contributor
|
Heads-up: this PR is now showing a merge conflict against Could you rebase against current git fetch upstream main
git rebase upstream/main
# resolve any conflicts
git push --force-with-leaseOnce it's green again I can review for merge. Sorry for the drift — it's the cost of the cleanup velocity. Thanks for sticking with it. |
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.
🔗 Linked Issue
Closes #140
🏷️ PR Type
What kind of change does this PR introduce?
type:bug— Bug fix (non-breaking change that fixes an issue)type:feature— New feature (non-breaking change that adds functionality)type:docs— Documentation onlytype:refactor— Code refactoring (no functional changes)type:chore— Build, CI, or tooling changestype:breaking-change— Breaking change (fix or feature that changes existing behavior)📝 Summary
Adds openSUSE family support so
gentle-aino longer exits withunsupported linux distroon openSUSE Tumbleweed/Leap systems detected through/etc/os-release.📂 Changes
internal/systemzypperwith supported platform statusinternal/installcmdzypperdependency installs and enables openSUSE paths for OpenCode, GGA, and Kimiuvhintsinternal/clie2e/docs/andPRD.md🧪 Test Plan
Unit Tests
go test ./...E2E Tests (Docker required)
sg docker -c './e2e/docker-test.sh'Additional local verification:
git diff --check go build -o /tmp/gentle-ai-opensuse ./cmd/gentle-ai gentle-ai install --dry-run timeout 5s script -q -c "gentle-ai" /dev/nullResults:
go test ./...)sg docker -c './e2e/docker-test.sh',PASSED: 4 / 4)gentle-ai install --dry-runreportsos=linux distro=opensuse package-manager=zypper status=supported🤖 Automated Checks
The following checks run automatically on this PR:
Closes/Fixes/Resolves #Nstatus:approvedtype:*Labeltype:*label must be appliedgo test ./...must passcd e2e && ./docker-test.shmust pass✅ Contributor Checklist
status:approvedtype:*label to this PRgo test ./...)cd e2e && ./docker-test.sh)Co-Authored-Bytrailers💬 Notes for Reviewers
The openSUSE E2E target uses
opensuse/tumbleweed:latestand validates the same Tier 1 dry-run smoke suite as the existing Linux Docker matrix.