-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Issue - Needs InfoMissing details or unclear. Waiting on author to provide more context.Missing details or unclear. Waiting on author to provide more context.bugSomething isn't workingSomething isn't working
Description
App Version
v3.25.6
API Provider
Google Gemini
Model Used
Gemini-2.5-Pro
Roo Code Task Links (Optional)
No response
🔁 Steps to Reproduce
Environment
OS: Windows 10
VS Code Version: 1.102.3
Conda Version: 24.11.3
To Reproduce
- Open Roo's chat box in VS Code.
- Ensure a Conda virtual environment named test exists.
- Type and send a task, such as: "Please run 'activate test' command."
- Observe the Agent using its execute_command tool to run 'activate test'.
- Type and send: "Run conda info."
- Observe the Roo using execute_command again to run conda info and return the output: "active environment : None"
💥 Outcome Summary
Expected Behavior
- In step 6, the output of the conda info command should show:
active environment : test
active env location : .../path/to/your/envs/test - The python version should be the one installed in the test environment.
Actual Behavior
- The output of the conda info command shows:
active environment : None
The python version is from the base environment. - This proves that the test environment was not successfully activated within the Agent's execution context.
📄 Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Issue - Needs InfoMissing details or unclear. Waiting on author to provide more context.Missing details or unclear. Waiting on author to provide more context.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done