[GH-ISSUE #13956] cmd/config: rename clawdbot integration to moltbot #9132

Closed
opened 2026-04-12 21:59:10 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @GhostScientist on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/13956

Summary

Clawdbot has been rebranded to Moltbot (https://molt.bot). The Ollama integration should reflect this name change.

Reference: 6d16a658e5

Problem

The current ollama launch clawdbot command uses outdated branding. Users searching for "moltbot" won't find the integration, and documentation links point to the old domain (clawd.bot).

Proposed Changes

Update user-facing branding while maintaining compatibility with the current CLI executable:

  • Rename integration: ollama launch clawdbotollama launch moltbot
  • Update documentation URLs to molt.bot / docs.molt.bot
  • Rename source files: clawdbot.gomoltbot.go

Note: The upstream NPM package (clawdbot) and CLI executable have not yet been renamed, so the underlying exec.LookPath("clawdbot") calls and ~/.clawdbot/ config paths remain unchanged.

Testing

  • go test ./cmd/config/... - all existing tests pass with renamed functions
  • go run . launch --help - shows moltbot in supported integrations
  • go run . launch moltbot --config - correctly configures the integration
Originally created by @GhostScientist on GitHub (Jan 28, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/13956 ## Summary Clawdbot has been rebranded to Moltbot (https://molt.bot). The Ollama integration should reflect this name change. Reference: https://github.com/moltbot/moltbot/commit/6d16a658e5ebe6ce15856565a47090d5b9d5dfb6 ## Problem The current `ollama launch clawdbot` command uses outdated branding. Users searching for "moltbot" won't find the integration, and documentation links point to the old domain (clawd.bot). ## Proposed Changes Update user-facing branding while maintaining compatibility with the current CLI executable: - Rename integration: `ollama launch clawdbot` → `ollama launch moltbot` - Update documentation URLs to molt.bot / docs.molt.bot - Rename source files: `clawdbot.go` → `moltbot.go` **Note:** The upstream NPM package (`clawdbot`) and CLI executable have not yet been renamed, so the underlying `exec.LookPath("clawdbot")` calls and `~/.clawdbot/` config paths remain unchanged. ## Testing - `go test ./cmd/config/...` - all existing tests pass with renamed functions - `go run . launch --help` - shows `moltbot` in supported integrations - `go run . launch moltbot --config` - correctly configures the integration
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#9132