CommandCodeAI / CommandCodeAI/command-code
Command Code v0.33.4 Windows image attachment bug
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 4k
- Forks
- 350
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Empieza reproduciendo el problema en Windows con @./screenshots/image-1.png y con la ruta absoluta en todos los shells y modelos indicados. Rastrea adónde dirige la CLI el PNG después de detectar la ruta; el trabajo estará terminado cuando la imagen llegue al modelo como entrada de visión multimodal en lugar de activar READ y una respuesta de solo texto.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- ai, cli
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Tranquilo
- Claridad
- Bien especificado
- Aptitud para principiantes
- 50/100