Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conda environment shell output capture
Fixes block#1060 Update the `bash` method in `DeveloperRouter` to handle conda environments. * Detect if the command is to be run within a conda environment by checking the `CONDA_DEFAULT_ENV` environment variable. * Modify the command to use `conda run -n <env>` if a conda environment is detected, ensuring proper output capture. * Redirect stderr to stdout for interleaving outputs. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/block/goose/issues/1060?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information