CommandCodeAI / CommandCodeAI/command-code
Command Code v0.33.4 Windows image attachment bug
Nessuno ha ancora preso questa issue.
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 4k
- Fork
- 350
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia riproducendo il problema su Windows con @./screenshots/image-1.png e il percorso assoluto nelle shell e nei modelli elencati. Traccia dove la CLI instrada il PNG dopo il rilevamento del percorso; il lavoro è completato quando l'immagine raggiunge il modello come input multimodale per la visione invece di attivare READ e una risposta di solo testo.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Ambito
- ai, cli
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Tranquilla
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 50/100