[PR #14829] [MERGED] config: use native OpenClaw Ollama onboarding #14863

Closed
opened 2026-04-13 01:04:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14829
Author: @BruceMacD
Created: 3/13/2026
Status: Merged
Merged: 3/13/2026
Merged by: @BruceMacD

Base: mainHead: brucemacd/openclaw-launch-cleanup


📝 Commits (1)

  • bffd0d6 config: use native OpenClaw Ollama onboarding

📊 Changes

2 files changed (+19 additions, -103 deletions)

View changed files

📝 cmd/launch/openclaw.go (+19 -31)
📝 cmd/launch/openclaw_test.go (+0 -72)

📄 Description

OpenClaw now accepts the Ollama onboarding flags directly upstream, so rely on its wizard state instead of the legacy integration onboarding flag.

Update first-run setup to pass the Ollama auth and model flags during onboarding, perform a best-effort update before onboarding when needed, and drop the stale test that asserted persistence of the old onboarding flag.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14829 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 3/13/2026 **Status:** ✅ Merged **Merged:** 3/13/2026 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/openclaw-launch-cleanup` --- ### 📝 Commits (1) - [`bffd0d6`](https://github.com/ollama/ollama/commit/bffd0d6eea2936ee009b57c3a92e3149fc80aa59) config: use native OpenClaw Ollama onboarding ### 📊 Changes **2 files changed** (+19 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `cmd/launch/openclaw.go` (+19 -31) 📝 `cmd/launch/openclaw_test.go` (+0 -72) </details> ### 📄 Description OpenClaw now accepts the Ollama onboarding flags directly upstream, so rely on its wizard state instead of the legacy integration onboarding flag. Update first-run setup to pass the Ollama auth and model flags during onboarding, perform a best-effort update before onboarding when needed, and drop the stale test that asserted persistence of the old onboarding flag. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 01:04:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#14863