-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
theia-aiissues related to TheiaAIissues related to TheiaAI
Description
Bug Description:
Files can be added to the chat context by drag-dropping them into the chat view. The agent is informed about them via the contextFiles
variable.
However the contextFiles
variable often does not resolve properly, leaving the agent without context.
Steps to Reproduce:
- Drag and Drop a file into chat view (without adding text to the chat input)
- Execute
@Coder What is wrong with this file
- Observe by the answer and via the output channel that the files was added to the prompt via the
contextFiles
variable - Create a new chat session
- Repeat step 1-2
- Observe by the answer that the agent was not aware of the context. Check the output channel to see that the variable was not properly resolved
Additional Information
- Operating System: Ubuntu 24.04
- Theia Version: latest master (2402450)
Metadata
Metadata
Assignees
Labels
theia-aiissues related to TheiaAIissues related to TheiaAI