Skip to content

fix: default agent type to OpenClaw and fix self-hosted install docs#1565

Merged
SebConejo merged 1 commit intomainfrom
fix/default-agent-type-and-install-docs
Apr 14, 2026
Merged

fix: default agent type to OpenClaw and fix self-hosted install docs#1565
SebConejo merged 1 commit intomainfrom
fix/default-agent-type-and-install-docs

Conversation

@SebConejo
Copy link
Copy Markdown
Member

@SebConejo SebConejo commented Apr 14, 2026

Summary

  • Default the platform dropdown to OpenClaw when creating a new agent (was null, forcing manual selection)
  • Replace the broken 2-command Docker install in README with the install script one-liner that works out of the box

Test plan

  • Create a new agent — platform dropdown should show "OpenClaw" pre-selected
  • Verify the install script URL in README points to the correct file
  • Reset the form after creating an agent — platform should reset to OpenClaw

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.

  • Bug Fixes
    • Preselects OpenClaw when creating a new agent and after form reset, instead of leaving the platform empty.
    • Updates README to use the install script one‑liner that downloads compose, generates a secret, and brings up the stack.

Written for commit c2e9222. Summary will update on new commits.

- 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
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.94%. Comparing base (8874d4b) to head (c2e9222).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           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           
Flag Coverage Δ
frontend 97.93% <100.00%> (+<0.01%) ⬆️
shared 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@SebConejo SebConejo merged commit 34ab548 into main Apr 14, 2026
15 checks passed
@SebConejo SebConejo deleted the fix/default-agent-type-and-install-docs branch April 14, 2026 23:15
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant