[PR #13682] [MERGED] x: add missing cmd commands to experimental mode #14336

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13682
Author: @ParthSareen
Created: 1/12/2026
Status: Merged
Merged: 1/12/2026
Merged by: @ParthSareen

Base: mainHead: fix/experimental-mode-commands


📝 Commits (1)

  • 6cd59f5 x: add missing /set, /show, /load, /save commands to experimental mode

📊 Changes

1 file changed (+155 additions, -0 deletions)

View changed files

📝 x/cmd/run.go (+155 -0)

📄 Description

The experimental interactive mode was missing some standard commands.

This adds support for:

  • /set parameter, wordwrap, think, verbose options
  • /show info, license, modelfile, parameters, system, template
  • /load to switch models
  • /save to save session as a new model

This model will get redone, but leaving in for now


🔄 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/13682 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `fix/experimental-mode-commands` --- ### 📝 Commits (1) - [`6cd59f5`](https://github.com/ollama/ollama/commit/6cd59f505fd7edbfe0e56ce8dc51a3a0e6e41ec3) x: add missing /set, /show, /load, /save commands to experimental mode ### 📊 Changes **1 file changed** (+155 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `x/cmd/run.go` (+155 -0) </details> ### 📄 Description The experimental interactive mode was missing some standard commands. This adds support for: - /set parameter, wordwrap, think, verbose options - /show info, license, modelfile, parameters, system, template - /load to switch models - /save to save session as a new model This model will get redone, but leaving in for now --- <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:51: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#14336