[GH-ISSUE #15729] when run ollama launch claude ,there is a bug pop up #56541

Open
opened 2026-04-29 10:58:55 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @licxlp on GitHub (Apr 21, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15729

What is the issue?

错误 "Input must be provided..." 来自 Claude Code 二进制本身,说明 Ollama Go 二进制在调用 Claude Code 时确实传了 --print 但没给 prompt。

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @licxlp on GitHub (Apr 21, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15729 ### What is the issue? 错误 **"Input must be provided..."** 来自 Claude Code 二进制本身,说明 Ollama Go 二进制在调用 Claude Code 时确实传了 `--print` 但没给 prompt。 ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-29 10:58:55 -05:00
Author
Owner

@hoyyeva commented on GitHub (Apr 21, 2026):

Hi @licxlp,

Thanks for the report. I haven’t been able to reproduce this locally yet.

On my side, ollama launch claude is launching Claude normally rather than failing with Input must be provided..., so I’d like to narrow down what’s different in your environment.

Could you share the following?

  1. The exact command you ran that produced the error
  2. The full terminal output / stderr
  3. Your claude --version
  4. Your OS and shell
  5. Whether this happened in a normal terminal, inside a script, CI, or another non-interactive environment
<!-- gh-comment-id:4291045485 --> @hoyyeva commented on GitHub (Apr 21, 2026): Hi @licxlp, Thanks for the report. I haven’t been able to reproduce this locally yet. On my side, `ollama launch claude` is launching Claude normally rather than failing with `Input must be provided...`, so I’d like to narrow down what’s different in your environment. Could you share the following? 1. The exact command you ran that produced the error 2. The full terminal output / stderr 3. Your `claude --version` 4. Your OS and shell 5. Whether this happened in a normal terminal, inside a script, CI, or another non-interactive environment
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#56541