[PR #13694] [MERGED] cmd: enable multi-line input and shift enter #14345

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13694
Author: @ParthSareen
Created: 1/13/2026
Status: Merged
Merged: 1/15/2026
Merged by: @ParthSareen

Base: mainHead: parth-x-cmd-newline


📝 Commits (2)

  • 7ce3a06 cmd: enable multi-line input and shift enter
  • 1552227 remove multiline option as it is supported with ctrl h and shift enter

📊 Changes

3 files changed (+47 additions, -69 deletions)

View changed files

📝 cmd/interactive.go (+1 -1)
📝 readline/readline.go (+41 -6)
📝 x/cmd/run.go (+5 -62)

📄 Description

Tested on mac + windows


🔄 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/13694 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-x-cmd-newline` --- ### 📝 Commits (2) - [`7ce3a06`](https://github.com/ollama/ollama/commit/7ce3a06ce6034c271a8ff273d9157e8d9e64b292) cmd: enable multi-line input and shift enter - [`1552227`](https://github.com/ollama/ollama/commit/155222712e06b33744fa25b3a5030dfe31d17bbd) remove multiline option as it is supported with ctrl h and shift enter ### 📊 Changes **3 files changed** (+47 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `cmd/interactive.go` (+1 -1) 📝 `readline/readline.go` (+41 -6) 📝 `x/cmd/run.go` (+5 -62) </details> ### 📄 Description Tested on mac + windows --- <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:21 -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#14345