CommandCodeAI / CommandCodeAI/command-code

Command Code v0.33.4 Windows image attachment bug

Open
#479 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

windows
Dominant language
No language data
Stars
4k
Forks
350
PR merge metrics
No merged PRs in 30d

Description

Summary

Command Code v0.33.4 Windows image attachment bug

OS:
Windows

Version:
v0.33.4

Model:
kimi-k2.5 / kimi-k2.6

Input tried:
@./screenshots/image-1.png
C:/Users/UserA/Desktop/Projects/ProjectA/screenshots/image-1.png

Expected:
Image should attach as multimodal vision input.

Actual:
CLI treats the image as a file path, calls READ on the PNG, then the agent says it cannot see pixels and only has file/shell/search tools.

Observed output:
READ [screenshots\image-1.png]
“I can't view image content directly.”

Conclusion:
The image is routed through file reading, not encoded into model context as a vision attachment.

Expected Behavior

Image should attach as multimodal vision input.

Actual Behavior

CLI treats the image as a file path, calls READ on the PNG, then the agent says it cannot see pixels and only has file/shell/search tools.

Steps to reproduce the issue

OS:
Windows

Version:
v0.33.4

Model:
kimi-k2.5 / kimi-k2.6

Input tried:
@./screenshots/image-1.png
C:/Users/UserA/Desktop/Projects/ProjectA/screenshots/image-1.png

Command Code Version

0.33.4

Operating System

Windows

Terminal/IDE

vscode,external

Shell

git bash, cmd.exe, powershell

Additional context

Observed output:
READ [screenshots\image-1.png]
“I can't view image content directly.”

CLI treats the image as a file path, calls READ on the PNG, then the agent says it cannot see pixels and only has file/shell/search tools.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue on Windows with @./screenshots/image-1.png and the absolute path across the listed shells and models. Trace where the CLI routes the PNG after path detection; done means the image reaches the model as multimodal vision input instead of triggering READ and a text-only response.

Written by the indexing model from the issue text.

Assessment

Domain
ai, cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.