Skip to content

v6.176.0

Latest

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 17:13
· 3 commits to main since this release

[v6.176.0] 2026-09-04 Release v6.176.0

Install GitMap v6.176.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.176.0/install.sh | bash -s -- ".lovable/prompts" "v6.176.0"
PowerShell: Invoke-WebRequest -Uri https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/v6.176.0/install.ps1 -OutFile install.ps1; .\install.ps1 -TargetDir ".lovable/prompts" -Version "v6.176.0"

Added / Changed / Fixed / Removed

  • Fixed CI/CD compatibility: formatted cmd/agy_pin_projects.go to strict gofmt specifications
  • Purged orphaned submodule gitlinks ensuring clean actions/checkout across GitHub Actions workflows
  • Standardized US English spelling across all documentation in spec/ and de-literalized test lookup tables
  • Gracefully handled missing VS Code user-data root in headless CI runners for gitmap vscode ls
  • Verified 115/115 E2E installer smoke tests with 100% green verification on release pipeline
  • Added interactive command builder and piped input support for gitmap macro add without stack traces on validation errors
  • Added gitmap agy pin-projects command suite (ls, add, rm, --json, --all) to pin, list, and unpin Antigravity projects
  • Added --pinned / -p filter flag to gitmap agy ls to quickly inspect pinned projects
  • Added first-class dynamic root-level execution for saved macros allowing gitmap directly
  • Added root-level macro utility command aliases (macro-list, macro-add, macro-run, macro-record, macro-show, macro-rm)
  • Enforced vertical newline styling rules (R13-R16) with blank lines before if, after closing braces, and before return
  • Passed all 16 local CI/CD quality gates across 3 sequential batches with 100% green verification (exit code 0)

Release Info

Field Value
Version v6.176.0
Commit 50fcaf5a47
Branch v6.176.0
Build Date 2026-09-03 17:17:55 UTC
Go Version go1.25.0

Checksums (SHA256)

b7efee7acd23ddde1c91469f7e8dd909d3e40aacda7b13c4985a8e1ba5a359cb  docs-site.zip
592f92260ccd8e704f92e49652746c8c6650af4a264d8134a545250b45e7e442  gitmap-updater-v6.176.0-darwin-amd64.tar.gz
2cc0987e41927c284904e37bcce873aea02e4e44cb3b37bb0370effa6503191d  gitmap-updater-v6.176.0-darwin-arm64.tar.gz
1a80cc1663dac23c08ea3b417aef183bf0cd8f7eb38e386e96bc286a1a67fe85  gitmap-updater-v6.176.0-linux-amd64.tar.gz
e74b311e4bd7b96c44d0f60aa8ee0c01736e9aa4d83c55c38b0ce1a3497fb47a  gitmap-updater-v6.176.0-linux-arm64.tar.gz
d17d2a07c7ca2e86690c925bab7ef066d2cb59e8dae71547574068ee2f4b3500  gitmap-updater-v6.176.0-windows-amd64.zip
6fded7429073e97135e8160d31b51313c83e1505d22da1bd9d5adcf15269e93b  gitmap-updater-v6.176.0-windows-arm64.zip
e927a237388efd4ea7a8ece75bc77d46edfd49c1706398ccca8b02e361e5edf3  gitmap-v6.176.0-darwin-amd64.tar.gz
01cbaa26b2702fefb0fbe894bb469c96645e4acd1b5aeab0b0c6ee0e1d316d04  gitmap-v6.176.0-darwin-arm64.tar.gz
d7b3c156a2a147dc803cdaa040c88c71a435b2edab3175401933270c3ff265fb  gitmap-v6.176.0-linux-amd64.tar.gz
48e118134b85195175cfb8645fe4a8b79d56d002d872fd04b79c93ac0e9a105b  gitmap-v6.176.0-linux-arm64.tar.gz
9718112271fd3cdeac83d0900e41489c7199807ca674c187f53c5ae1cd0179b9  gitmap-v6.176.0-windows-amd64.zip
b1ccbd3118194cace07c5f7104afe81078768ac56f58ed010a0eaf6401ae35dc  gitmap-v6.176.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

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