autodev-app 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ const ASSET = `AutoDev-${APP_VERSION}-x86_64.AppImage`;
28
28
 
29
29
  // sha256 of ASSET, pinned at publish time. The download is verified against this
30
30
  // before anything is executed — a truncated or tampered file must never run.
31
- const SHA256 = 'de9bc59941e2f56e0ec783fc33a78ce22b9a8d30d4351744d0c18549054d2324';
31
+ const SHA256 = '19ba16374fbc2fdb92130fd908535fe9425883190deb2433795813394e18e544';
32
32
 
33
33
  // Overridable so a self-hosted office can serve its own build.
34
34
  const BASE = (process.env.AUTODEV_APP_DOWNLOAD_BASE || 'https://autodev.code.aioffice.works/download').replace(/\/+$/, '');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autodev-app",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "AutoDev desktop app — run autonomous AI agents from a GUI. Installs and launches the AutoDev desktop app.",
5
5
  "keywords": [
6
6
  "autodev",