Updating Actioner
Pull Latest Changes
bash
cd Aegis
git pull
npm install
npm run buildRestart the service if running:
bash
launchctl kickstart -k gui/$(id -u)/com.nanoclawRebuilding the Container
If the agent-runner or container skills changed, rebuild the container image:
bash
./container/build.shThen restart the service to pick up the new image.