Skip to content

v6.173.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 15:14
· 24 commits to main since this release

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

Install GitMap v6.173.0

To pin your repository to this exact version, run the following one-liner:
Unix/Bash: curl -sL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/v6.173.0/install.sh | bash -s -- ".lovable/prompts" "v6.173.0"
PowerShell: Invoke-WebRequest -Uri https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/v6.173.0/install.ps1 -OutFile install.ps1; .\install.ps1 -TargetDir ".lovable/prompts" -Version "v6.173.0"

Added & Enhanced

  • Cross-Ecosystem Workspace Groups (gitmap agy group, gitmap vscode group, gitmap gd group, gitmap chrome group):

    • Implemented unified group storage engine (~/.gemini/config/groups/<ecosystem>_groups.json) enabling named multi-project grouping across Antigravity, VS Code, GitHub Desktop, and Chrome profiles.
    • Added subcommands for creating, listing, inspecting, deleting, exporting, importing, and broadcasting prompts across entire groups (gitmap agy group prompt <group> <prompt>).
    • Added cross-ecosystem CLI parity across all workspace types.
  • Automated Snapshot & Undo/Redo Engine (gitmap agy undo, gitmap chrome undo, gitmap installer undo):

    • Implemented automatic pre-mutation state snapshots for Antigravity (~/.gemini/config/backup/agy/) and Chrome profiles (~/.gemini/config/backup/chrome/) before any clear, deletion, import, or restore operation.
    • Added seamless undo and redo recovery commands to restore workspaces and profiles to exact pre-operation states.
    • Added undo, redo, and revert aliases to script installer version management (gitmap installer undo <slug>).
  • AI Prompt Template Management System (gitmap prompt):

    • Engineered markdown-based AI prompt template storage engine (~/.gemini/config/prompts/) with YAML frontmatter parsing (title, slug, version, description, tags, variables).
    • Pre-seeded built-in prompt templates (code-review.md and ci-cd-fix.md).
    • Added subcommands ls, show, add, rm, export (portable .zip bundle), import, and inject (broadcast directly into AGY workspaces or groups).
  • Antigravity Plugins Catalog & Settings Management (gitmap agy plugin, gitmap agy settings):

    • Built real-time plugin inspection engine scanning ~/.gemini/config/plugins/ to list installed plugins and install new plugins from catalog.
    • Built JSON settings export and import engine (gitmap agy settings export / import) for rapid workspace synchronization.
  • Help UI & Terminal Help Parity:

    • Synchronized terminal --help markdown files (prompt.md, antigravity.md, chrome.md, github-desktop.md, vscode-group.md) with comprehensive flags, descriptions, and real-world examples.
    • Added rich interactive command documentation to React Help UI (src/data/commands.ts).
    • Added 12 new automated test cases to E2E smoke suite (.github/scripts/e2e-cli-smoke.py) verifying all new commands pass with zero errors.

Release Info

Field Value
Version v6.173.0
Commit 138d23c76e
Branch v6.173.0
Build Date 2026-09-03 15:18:59 UTC
Go Version go1.25.0

Checksums (SHA256)

70ccc4dc57c503dbd95b8611446a5339c79a41910d84b97cbb73305ec6898e06  docs-site.zip
da9c16218063b00810abaad4a1f3bd5aab217dab1d09219cabca1940f19a9ba4  gitmap-updater-v6.173.0-darwin-amd64.tar.gz
56f2c5903766759d53331409a0ef671e4c08b75626b2cfe01e84167e8c3ee46c  gitmap-updater-v6.173.0-darwin-arm64.tar.gz
f1c9f67d76504f01e889be70e40eb934ab0abbda7e2a47271b7739e8f0f41a12  gitmap-updater-v6.173.0-linux-amd64.tar.gz
d95ff78601a812496da50f80a845006cc6aca62ea7867dc6c534db0ea5445c78  gitmap-updater-v6.173.0-linux-arm64.tar.gz
f5d5f5a7830d86e4af0aa53d43908b587d385852ec259f90fb4e0fe993f4914e  gitmap-updater-v6.173.0-windows-amd64.zip
f8f04ce3a0bb440c74d83cf92e31d64e94b108a917ba93c43d57b35c540fdfd4  gitmap-updater-v6.173.0-windows-arm64.zip
2f5f2d10658d14a7cf9c5e0960603de2e5e98a64b61030d3b33dc6717688d3c5  gitmap-v6.173.0-darwin-amd64.tar.gz
093b81674dcbdf10812e59c48821477a26ee87d971625b48e379b3803f1edbb3  gitmap-v6.173.0-darwin-arm64.tar.gz
1a2aa137769f9215487eda8e03f4942533be9fe5ce87b72972f9318c605bf28f  gitmap-v6.173.0-linux-amd64.tar.gz
457f21d670ea0d7240d75cde2e7f404319170a9aa9e41bdcf2259961bf57dbab  gitmap-v6.173.0-linux-arm64.tar.gz
c5423fc0a6b535a43b3aad5a9fa9a1002935210e52c21228fa243f76961f9097  gitmap-v6.173.0-windows-amd64.zip
df410fc1f01c7b85522dc2ebc513e7028099f27d1c32478e38c358b618c4d427  gitmap-v6.173.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.173.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.173.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.173.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.173.0-windows-amd64.zip
Windows arm64 gitmap-v6.173.0-windows-arm64.zip
Linux amd64 gitmap-v6.173.0-linux-amd64.tar.gz
Linux arm64 gitmap-v6.173.0-linux-arm64.tar.gz
macOS amd64 gitmap-v6.173.0-darwin-amd64.tar.gz
macOS arm64 gitmap-v6.173.0-darwin-arm64.tar.gz