codeact-install
Install or reconfigure the codeact plugin. Detects the best backend, verifies it works, discovers available tools, and writes configuration.
Usage
Run the install script from this skill's directory:
bash "$SKILL_DIR/run.sh"
For global install (applies to all repos):
bash "$SKILL_DIR/run.sh" --global
The script will:
- Auto-detect the best backend (monty or hyperlight)
- Run preflight checks to verify the backend works
- Discover available tools
- Write
.github/instructions/codeact.instructions.md(or$HOME/.copilot/with --global) - Update the codeact agent file
After install, restart the session to load the new configuration.