[PR #14362] [MERGED] cmd/config: install web search plugin to user-level extensions dir #14641

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14362
Author: @ParthSareen
Created: 2/22/2026
Status: Merged
Merged: 2/22/2026
Merged by: @ParthSareen

Base: mainHead: parth-openclaw-wsl-websearch


📝 Commits (1)

  • a5708a7 cmd/config: install web search plugin to user-level extensions dir

📊 Changes

1 file changed (+6 additions, -30 deletions)

View changed files

📝 cmd/config/openclaw.go (+6 -30)

📄 Description

The previous approach installed the plugin into the openclaw npm package's extensions directory. On WSL, files on /mnt/c appear as mode 777 (world-writable), causing openclaw's security check to block all plugins from that path.


🔄 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/14362 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 2/22/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-openclaw-wsl-websearch` --- ### 📝 Commits (1) - [`a5708a7`](https://github.com/ollama/ollama/commit/a5708a7b1b9837c33b862e7806aaa56b766cccaa) cmd/config: install web search plugin to user-level extensions dir ### 📊 Changes **1 file changed** (+6 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `cmd/config/openclaw.go` (+6 -30) </details> ### 📄 Description The previous approach installed the plugin into the openclaw npm package's extensions directory. On WSL, files on /mnt/c appear as mode 777 (world-writable), causing openclaw's security check to block all plugins from that path. --- <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:59:47 -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#14641