Skip to content

v6.166.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 02 Sep 16:56
· 58 commits to main since this release

[v6.166.0] 2026-09-03 Release v6.166.0

Added & Enhanced

  • Antigravity Empty Conversations Auditor & Pruner:
    • Added gitmap agy ls show-projects-with-empty-conversations (and typos/aliases show-proects-with-empty-conversations, --empty-conversations) to audit and list all Antigravity projects having zero or aborted/empty conversation databases.
    • Added gitmap agy remove-projects-with-empty-conversations (and aliases rm-empty-conversations, clean-empty-conversations, prune-empty-conversations) to prune orphaned project files from ~/.gemini/config/projects/.
    • Added --except / -e flag supporting comma-delimited strings or .csv / .txt file paths to preserve whitelisted project IDs, names, paths, or aliases from deletion.
    • Added --dry-run / -d for safe previewing and --yes / -y for non-interactive automated cleanup.
    • Registered commands in UI documentation (src/data/commands.ts) and created markdown help reference (gitmap/helptext/agy-empty-conversations.md).

Release Info

Field Value
Version v6.166.0
Commit 0786ce632c
Branch release/v6.166.0
Build Date 2026-09-02 17:00:52 UTC
Go Version go1.25.0

Checksums (SHA256)

04522538bbd65e54f2ffcdb96a2a3e0118dd6affb48fe4bbcbcd21f8262decfa  docs-site.zip
91acd4c4d2e01d603094d16b7c41e2dde116d6becc22e2faea164339130a02e7  gitmap-updater-v6.166.0-darwin-amd64.tar.gz
5ff456b3331283a569101fc37a648a7c55edfe2b40d770f25579ccfa4d8be965  gitmap-updater-v6.166.0-darwin-arm64.tar.gz
e4f6e43de7b5fbb519ba39b068711f9d58f1dddd052fb087f257ffe4ffe87564  gitmap-updater-v6.166.0-linux-amd64.tar.gz
3c2519ef60bbdf22dd324f334ba62d3ba4f74e5546b79d67c8ac508a653f2ecd  gitmap-updater-v6.166.0-linux-arm64.tar.gz
3ec71ecdb3acb27947faacf4fcf2d6cd23a7208ad3f80d9eb26706c539351ab0  gitmap-updater-v6.166.0-windows-amd64.zip
e707f4e72011f90068c52f7c5353deba15908238481fd5514826c9db5d6d2c27  gitmap-updater-v6.166.0-windows-arm64.zip
bafe581dbb350e561306adc90b077e65f375869808bd07d310123398eb3668c3  gitmap-v6.166.0-darwin-amd64.tar.gz
4a649e8648d16ce95d1fed4343f881264bc2e94a9fbb49580b9b0964dec85d43  gitmap-v6.166.0-darwin-arm64.tar.gz
30232b6a90913ab5162955c0c5171ee4967d8f59ead94987fceda2daba91093f  gitmap-v6.166.0-linux-amd64.tar.gz
8d69bc844c05899046732eaabd50229de6dd66eadf34448c1977901609a8c7a6  gitmap-v6.166.0-linux-arm64.tar.gz
f078d83737b36839286247e25c2ae201a6363ba193e1eb27c7760ea2507eee05  gitmap-v6.166.0-windows-amd64.zip
e11f4cdcb8103cdcd2d3a354b5dd2bce1d3dae3cf53fa8a0d95f3be70d5ed675  gitmap-v6.166.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

irm https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.166.0/install.ps1 | iex

Quick install (Linux / macOS)

curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.166.0/install.sh | bash

Install specific version (generic installer)

irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex
# Or pin this version:
& { $Version = "v6.166.0"; irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex }
curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash
# Or pin this version:
curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash -s -- --version v6.166.0

Manual download

Download the appropriate archive for your platform from the assets below, extract, and place the binary in your PATH.

Assets

Platform Architecture File
Windows amd64 gitmap-v6.166.0-windows-amd64.zip
Windows arm64 gitmap-v6.166.0-windows-arm64.zip
Linux amd64 gitmap-v6.166.0-linux-amd64.tar.gz
Linux arm64 gitmap-v6.166.0-linux-arm64.tar.gz
macOS amd64 gitmap-v6.166.0-darwin-amd64.tar.gz
macOS arm64 gitmap-v6.166.0-darwin-arm64.tar.gz