Releases: tomsun28/agentshield
Releases · tomsun28/agentshield
0.1.1
AgentShield 0.1.1
Protect your AI-operated workspaces with automatic snapshots.
Desktop Application Downloads
- macOS (Apple Silicon):
AgentShield-0.1.1-darwin-aarch64.zip - macOS (Intel):
AgentShield-0.1.1-darwin-x86_64.zip - Windows:
AgentShield-0.1.1-windows-x86_64.msi - Linux:
AgentShield-0.1.1-linux-x86_64.AppImage
CLI Downloads
- macOS (Apple Silicon):
shield_cli_darwin_arm64.tar.gz - macOS (Intel):
shield_cli_darwin_amd64.tar.gz - Linux (x64):
shield_cli_linux_amd64.tar.gz - Linux (ARM64):
shield_cli_linux_arm64.tar.gz - Windows:
shield_cli_windows_amd64.zip
macOS users: If you see "app is damaged" error, run in terminal:
xattr -cr "/Applications/AgentShield.app"
0.1.0
0.1.0
attention: only test in macos.
In MacOS if you see “AgentShield.app is damaged and can’t be opened”, run the following command in Terminal:
sudo xattr -rd com.apple.quarantine /Applications/AgentShield.app
What's Changed
Full Changelog: 0.0.4...0.1.0
0.0.4
0.0.3
0.0.3
What's Changed
- feat: add daemon mode with start/stop commands for background watching by @tomsun28 in #5
- chore: add installation script and cross-platform build system by @tomsun28 in #6
- feat: add restore lock mechanism to prevent watcher conflicts by @tomsun28 in #7
Full Changelog: 0.0.2...0.0.3
0.0.2
0.0.2
What's Changed
- chore: add npm publish and update doc, action by @tomsun28 in #1
- bugfix: fix the restore path and exclude pattern match by @tomsun28 in #2
- chore: increase watcher debounce delay by @tomsun28 in #3
- feat: support npm package publish and bun by @tomsun28 in #4
New Contributors
Full Changelog: https://github.com/tomsun28/agentshield/commits/0.0.2