sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.57k stars 272 forks source link

Image Upload Feature for Cody Extension #4893

Open FisherKeyBr opened 2 months ago

FisherKeyBr commented 2 months ago

Description:

We are trying to solve the problem of users having to switch between multiple platforms to upload images and get AI assistance in implementing designs. Currently, users need to use external sites to upload images of prototypes or designs before they can ask AI to implement them. This process is inefficient and disrupts the workflow.

Objectives:

The end goal is to integrate an image upload feature directly into the Cody extension. This will allow users to seamlessly upload design images and prototypes within the same environment where they're working with the AI, streamlining the process of turning designs into code.

Acceptance Criteria:

Users can upload image files (JPG, PNG, GIF) directly through the Cody extension interface. Uploaded images are immediately available for reference in conversations with Cody. Users can easily link or reference uploaded images in their prompts to Cody. The extension supports multiple image uploads in a single session. Uploaded images are securely stored and accessible only to the user who uploaded them. The extension provides a simple way to manage (view, delete) uploaded images. Image upload feature is intuitive and doesn't disrupt the existing workflow. The feature works consistently across all supported IDEs and platforms where Cody is available.

Design Tasks:

### Design Tasks

Engineering Tasks:

### Engineering Tasks

Related Docs:

No response

github-actions[bot] commented 5 days ago

This issue is marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed automatically in 5 days.