fix: default agent type to OpenClaw and fix self-hosted install docs#1565
Merged
fix: default agent type to OpenClaw and fix self-hosted install docs#1565
Conversation
- Default the platform dropdown to OpenClaw when creating a new agent (was null, forcing users to manually select every time) - Replace broken 2-command Docker install in README with the install script one-liner that actually works out of the box
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1565 +/- ##
=======================================
Coverage 97.94% 97.94%
=======================================
Files 118 118
Lines 8614 8616 +2
Branches 3240 3242 +2
=======================================
+ Hits 8437 8439 +2
Misses 175 175
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
andychu666
added a commit
to andychu666/manifest
that referenced
this pull request
Apr 15, 2026
Cherry-picked Workspace.tsx from upstream mnfst/manifest@34ab548c (mnfst#1565). Defaults the platform dropdown to OpenClaw instead of null when creating a new agent. README change excluded (Docker install docs, not applicable to this fork). (cherry picked from commit 34ab548)
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
null, forcing manual selection)Test plan
Summary by cubic
Default the agent platform to OpenClaw in the new agent modal and replace the broken self‑hosted Docker instructions with a working one‑liner installer. This removes an extra step for users and fixes setup failures.
Written for commit c2e9222. Summary will update on new commits.