Version: 1.3.0Code Context
- CodeVista uses the conversation history and any uploaded code files as context for generating responses.
- This context helps the AI models understand the code you're working with and provide more relevant and accurate assistance.
- Previous Messages as Context
- By default, CodeVista includes as many previous messages from the conversation history as possible within the model's input length limit.
- This ensures that the AI has the necessary context to understand the current prompt and provide a relevant response.
- Code Context with File Upload Feature
- In addition to the conversation history, you can provide more context by uploading relevant code files using the "Code Context" tab.
- CodeVista supports uploading files in Java, JavaScript, Go, Python, PHP, and Ruby (with more languages coming soon).
- Once uploaded, you can reference specific files, classes, and functions in your prompts using theÂ
@
symbol.
- Context Scope and Security
- For security reasons, the context scope is limited to the uploaded files and the conversation history.
- CodeVista does not have access to your local file system or other parts of your codebase.