Description
Kimi (kimi-k2.6, High mode) appears unable to receive pasted image attachments through Codegraff. The UI records an [Image] marker in the user message, but the model responds that it cannot see the pasted image.
This may be a regression related to recent Kimi-specific request or message-formatting changes.
Steps to reproduce
- Start a Codegraff session using
kimi-k2.6 in High mode.
- Paste an image into the prompt.
- Submit the prompt.
- Observe that the submitted input includes an
[Image] marker.
- Ask Kimi to inspect or act on the image.
Actual behavior
Kimi says: “I can’t see the images you pasted…” despite the prompt containing an [Image] marker.
Expected behavior
Because kimi-k2.6 supports vision/image input, Codegraff should include the pasted image in the model request and Kimi should be able to interpret it.
Screenshot context
The captured session header showed:
[kimi-k2.6 · High · codegraff · cwd /Users/limyuxi/codegraff · 8K/262K ctx (3% · compact@209K)]
The user input displayed an [Image] marker. During the session, repository inspection resolved the repository as justrach/codegraff, but the agent ultimately reported that it could not see the pasted image.
Suspected regression area
Recent changes to Kimi-specific request construction, multimodal content/message serialization, or provider capability handling may have stopped image content from being forwarded even though the UI still recognizes the attachment.
Description
Kimi (
kimi-k2.6, High mode) appears unable to receive pasted image attachments through Codegraff. The UI records an[Image]marker in the user message, but the model responds that it cannot see the pasted image.This may be a regression related to recent Kimi-specific request or message-formatting changes.
Steps to reproduce
kimi-k2.6in High mode.[Image]marker.Actual behavior
Kimi says: “I can’t see the images you pasted…” despite the prompt containing an
[Image]marker.Expected behavior
Because
kimi-k2.6supports vision/image input, Codegraff should include the pasted image in the model request and Kimi should be able to interpret it.Screenshot context
The captured session header showed:
The user input displayed an
[Image]marker. During the session, repository inspection resolved the repository asjustrach/codegraff, but the agent ultimately reported that it could not see the pasted image.Suspected regression area
Recent changes to Kimi-specific request construction, multimodal content/message serialization, or provider capability handling may have stopped image content from being forwarded even though the UI still recognizes the attachment.