fix: repair install.sh and add cross-platform installation CI - #4073
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## cc/chore/isolated-graspgenx #4073 +/- ##
===============================================================
+ Coverage 79.00% 79.07% +0.06%
===============================================================
Files 1468 1466 -2
Lines 139100 138851 -249
Branches 11970 11956 -14
===============================================================
- Hits 109895 109791 -104
+ Misses 25824 25665 -159
- Partials 3381 3395 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 10 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
==> python@3.14 Unversioned symlinks
For more information about Homebrew and Python, see: https://docs.brew.sh/Homebrew-and-Python ▸ developer mode: all extras (except dds) export STARSHIP_SHELL='zsh' ✗ installation failed (exit 1) |
|
▇▇▇▇▇▇╗ ▇▇╗▇▇▇╗ ▇▇▇╗▇▇▇▇▇▇▇╗▇▇▇╗ ▇▇╗▇▇▇▇▇▇▇╗▇▇╗ ▇▇▇▇▇▇╗ ▇▇▇╗ ▇▇╗ ▇▇▇▇▇╗ ▇▇╗ the agentive operating system for generalist robotics · installer v0.3.0 ▸ detecting system... OS: macOS 26.5.1 (arm64) ✓ will use system package manager bash: line 622: platform_sel[@]: unbound variable |
|
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/0.0.14
git worktree add -d .worktree/backport/4073-to-release/0.0.14 origin/release/0.0.14
cd .worktree/backport/4073-to-release/0.0.14
git switch --create backport/4073-to-release/0.0.14
git cherry-pick -x e9428ddb3b1cdfc808964148e21137364ae90f2b |
Contribution path
Fix
scripts/install.shwhile the replacement in #4047 is pending.Problem
install.shis outdated and brokenSolution
embreexacceleration.How to Test
curl -fsSL https://raw.githubusercontent.com/dimensionalOS/dimos/cc/fix/install-sh/scripts/install.sh | bashAI assistance
Codex (GPT-6 and GPT-5) assisted with implementation, testing, and this description. Human review pending.
Checklist