[PR #14886] [MERGED] launch: fix web search, add web fetch, and enable both for local #14895

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14886
Author: @ParthSareen
Created: 3/16/2026
Status: Merged
Merged: 3/16/2026
Merged by: @ParthSareen

Base: mainHead: parth-fix-openclaw-websearch


📝 Commits (4)

  • ac4186f cmd/launch: fix openclaw web search plugin install and tool policy
  • 557f5b6 cmd/launch: enable web search plugin for all openclaw users
  • 57e1d10 cmd/launch: use x/mod/semver for version check, add tests
  • 6ab2b9b cmd/launch: disable built-in web search/fetch in openclaw config

📊 Changes

2 files changed (+148 additions, -12 deletions)

View changed files

📝 cmd/launch/openclaw.go (+60 -12)
📝 cmd/launch/openclaw_test.go (+88 -0)

📄 Description

Some recent OpenClaw changes were not compatible with some of the launch config changes we had. Updating those to enable both in OpenClaw again.


🔄 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/14886 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 3/16/2026 **Status:** ✅ Merged **Merged:** 3/16/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-fix-openclaw-websearch` --- ### 📝 Commits (4) - [`ac4186f`](https://github.com/ollama/ollama/commit/ac4186f683a1502608361e5bfc7ceba1f804ddc9) cmd/launch: fix openclaw web search plugin install and tool policy - [`557f5b6`](https://github.com/ollama/ollama/commit/557f5b6f77d23d117916de04a319f5e959000eea) cmd/launch: enable web search plugin for all openclaw users - [`57e1d10`](https://github.com/ollama/ollama/commit/57e1d1024ddfb127d0b756f1cca687a991843064) cmd/launch: use x/mod/semver for version check, add tests - [`6ab2b9b`](https://github.com/ollama/ollama/commit/6ab2b9b20e84aa9fc85099be81c19d5631b7a6e8) cmd/launch: disable built-in web search/fetch in openclaw config ### 📊 Changes **2 files changed** (+148 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `cmd/launch/openclaw.go` (+60 -12) 📝 `cmd/launch/openclaw_test.go` (+88 -0) </details> ### 📄 Description Some recent OpenClaw changes were not compatible with some of the launch config changes we had. Updating those to enable both in OpenClaw again. --- <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:05:08 -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#14895