Tags: jsturtevant/copilot-codeact-plugin
Tags
Auto-install: prompt user to install uv + package if missing When the sandbox package is not installed, the script now: 1. If uv is available: asks 'Install <pkg> with uv? [Y/n]' 2. If uv is missing: asks 'Install uv? [Y/n]', then installs the package 3. Falls back to pip if uv fails 4. Shows clear manual install instructions if all else fails