[PR #14006] [MERGED] openclaw: run onboarding for fresh installs #14468

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14006
Author: @jmorganca
Created: 2/1/2026
Status: Merged
Merged: 2/1/2026
Merged by: @jmorganca

Base: mainHead: ollama-launch-openclaw-onboarding


📝 Commits (2)

  • 6739ced openclaw: run onboarding for fresh installs
  • dfc30de add tests

📊 Changes

2 files changed (+156 additions, -0 deletions)

View changed files

📝 cmd/config/openclaw.go (+43 -0)
📝 cmd/config/openclaw_test.go (+113 -0)

📄 Description

When launching OpenClaw without prior onboarding, run the onboarding wizard instead of going straight to gateway. This ensures proper gateway configuration (mode, token, etc.) before first use.

  • Add onboarded() to check for wizard.lastRunAt marker in config
  • Run onboard with --auth-choice skip --gateway-token ollama for fresh installs
  • Existing installs (onboarding completed) run gateway directly like before

🔄 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/14006 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `ollama-launch-openclaw-onboarding` --- ### 📝 Commits (2) - [`6739ced`](https://github.com/ollama/ollama/commit/6739cedaa14f03d6b61ee76387c34d7ae51bc0bd) openclaw: run onboarding for fresh installs - [`dfc30de`](https://github.com/ollama/ollama/commit/dfc30def5fbca8d57dfb0631b77aad2c59184ca3) add tests ### 📊 Changes **2 files changed** (+156 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/config/openclaw.go` (+43 -0) 📝 `cmd/config/openclaw_test.go` (+113 -0) </details> ### 📄 Description When launching OpenClaw without prior onboarding, run the onboarding wizard instead of going straight to gateway. This ensures proper gateway configuration (mode, token, etc.) before first use. - Add onboarded() to check for wizard.lastRunAt marker in config - Run onboard with --auth-choice skip --gateway-token ollama for fresh installs - Existing installs (onboarding completed) run gateway directly like before --- <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 00:55:04 -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#14468