Skip to content

Tags: jsturtevant/copilot-codeact-plugin

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jsturtevant James Sturtevant
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

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jsturtevant James Sturtevant
Add uv run --with for zero-config dependency management

- Both skills now use 'uv run --with <pkg>' in docs/examples
- Scripts show clear error + install instructions if package missing
- Discovery/instructions modes still work without any packages

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jsturtevant James Sturtevant
Add hyperlight-codeact and monty-codeact skills