Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:56
· 6 commits to main since this release

[0.1.6] - 2026-07-20

Added

  • Backup/restore system with 11 providers: local, Google Drive, OneDrive, Dropbox, Box, pCloud, iCloud, MEGA, Nextcloud, Syncthing, GitHub (private repos via gh CLI)
  • backup_config, backup, restore, backup_status, list_backup_drives tools
  • backup://status resource
  • Cloud drive detection scans all 26 drive letters for filesystem markers
  • Google Drive detected via drive letter My Drive subfolder, home folder mount, or registry admin policy mount points
  • OneDrive detected via OneDrive env var and registry UserFolder
  • SMB/network share detection via GetVolumeInformationW UNC prefix check
  • Persona mapping: map_persona, unmap_persona, list_persona_mappings tools
  • README.md inside backup archives with persona identities, shared memories, user profile, project contexts, persona mappings, and recent skill usage
  • backups.json tracks all backups with SHA-256 checksums for restore validation
  • Backup pruning: keeps last 3 backups, deletes older from disk or GitHub repo
  • Restore validates checksum before extracting
  • Auto-backup goroutine runs in background when enabled
  • CI test job — go test now runs in CI (was only local)
  • CI security job — govulncheck ./... scans for known vulnerabilities on every push
  • Zig download caching in CI/CD workflows (saves ~45s per run)

Changed

  • backup_config accepts provider, local_path, auto_backup, interval_hours only
  • CI pipeline restructured: lint → test + security (parallel) → build
  • Release workflow uses gh release create with retry (replaced softprops/action-gh-release)
  • Module Maintenance workflow uses gh pr create (replaced raw REST API that failed with 403)

Fixed

  • pm.Switch() return value not handled in project handlers
  • Module Maintenance workflow failing — GH_TOKEN lacked PR creation permission, switched to gh CLI
  • Release workflow failing on transient GitHub API errors — added 5-attempt retry with backoff
  • Dependabot ignore reason documented for onnxruntime_go (CGO/Zig CC compatibility)