[GH-ISSUE #13824] Multiline option issue in non-experimental terminal #71114

Closed
opened 2026-05-05 00:23:52 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Abioy on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/13824

What is the issue?

Since commit #13694, it has been behaving strangely.

When I type Enter key in a new line after one starts with """, the terminal shows >>> but still in multi-line mode, until I type """ again.

>>> """a
... 
>>> b
>>> c
>>> """
Thinking...
blah blah

Relevant log output


OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.14.2

Originally created by @Abioy on GitHub (Jan 21, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/13824 ### What is the issue? Since commit #13694, it has been behaving strangely. When I type `Enter` key in a new line after one starts with `"""`, the terminal shows `>>>` but still in multi-line mode, until I type """ again. ```bash >>> """a ... >>> b >>> c >>> """ Thinking... blah blah ``` ### Relevant log output ```shell ``` ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.14.2
GiteaMirror added the bug label 2026-05-05 00:23:52 -05:00
Author
Owner

@rick-github commented on GitHub (Jan 25, 2026):

$ ollama -v
ollama version is 0.15.1
$ ollama run qwen2.5:0.5b
>>> """a
... 
... b
... c
... """
I'm sorry,
blah blah
<!-- gh-comment-id:3797163623 --> @rick-github commented on GitHub (Jan 25, 2026): ```console $ ollama -v ollama version is 0.15.1 $ ollama run qwen2.5:0.5b >>> """a ... ... b ... c ... """ I'm sorry, blah blah ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#71114