Update Guide
Currently, Ziva does not have an auto-update feature built in. To update to the latest version, you’ll need to redownload and reinstall the plugin.
How to Update
Method 1: Using the Installer (Recommended)
The easiest way to update is to run the installer script again, which will download the latest version:
Linux / macOS:
curl -fsSL https://ziva.sh/install.sh | bashWindows:
irm https://ziva.sh/install.ps1 | iexThe installer will detect the existing installation and update it with the latest version.
Method 2: Manual Update
If you prefer to update manually:
-
Download the latest version from the download page or GitHub releases
-
Close Godot completely before replacing files
-
Delete the old plugin folder at
addons/ziva-ai-agentin your project -
Extract the new version and copy the
addons/ziva-ai-agentfolder to your project’saddonsfolder -
Restart Godot to load the updated plugin
Last updated on