CommandCodeAI / CommandCodeAI/command-code
Command Code v0.33.4 Windows image attachment bug
まだ誰も着手していません。
- 主要言語
- 言語のデータがありません
- スター
- 4k
- フォーク
- 350
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、@./screenshots/image-1.png と絶対パスを使い、一覧にある各シェルとモデルで Windows 上の問題を再現します。パス検出後に CLI が PNG をどこへルーティングするかを追跡します。完了条件は、READ とテキストのみの応答を発生させるのではなく、画像がマルチモーダルな視覚入力としてモデルに届くことです。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- ai, cli
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 50/100