v6.171.0
[v6.171.0] 2026-09-03 Release v6.171.0
Added & Enhanced
-
E2E Smoke Test Suite Concurrency & 10x Acceleration (
.github/scripts/e2e-cli-smoke.py):- Re-architected CLI smoke testing suite to execute independent commands in parallel via a worker thread pool (
ThreadPoolExecutor). - Reduced test suite duration from ~60s down to ~4.8s across all 97 core commands and aliases.
- Implemented isolated sequential execution chains for stateful SQLite subcommands (
scheduleandmacro) to eliminate lock contention. - Added non-interactive execution guards (
GITMAP_NON_INTERACTIVE=1),CI=1, and per-command timeouts (15s). - Updated expected exit codes
[0, 1]for language repository listing commands in unindexed / fresh workspaces.
- Re-architected CLI smoke testing suite to execute independent commands in parallel via a worker thread pool (
-
Non-Interactive Stdin Guarding & Database Lock Prevention:
- Implemented
isInteractiveStdin()terminal detection across database operations, preventing hangingfmt.Scanlnprompts in subshells and automated runners. - Added explicit
--help/-hinterceptors acrossgitmap pipeline logsandgitmap pipeline error-logs. - Added
checkHelpguard togitmap visibility-historyso help inspection renders immediately without acquiring database file locks (data/gitmap.lock).
- Implemented
Release Info
| Field | Value |
|---|---|
| Version | v6.171.0 |
| Commit | d1db3c9288 |
| Branch | v6.171.0 |
| Build Date | 2026-09-03 09:38:40 UTC |
| Go Version | go1.25.0 |
Checksums (SHA256)
91a3837c29b0a39337a5d45108f25236bbc35ae8891bbbdb68d070b2c91f9fcf docs-site.zip
a3e2a7cce3c5cab67fde08575ea3706cd4fe3373f83f78524bc8c8b1158c5cbf gitmap-updater-v6.171.0-darwin-amd64.tar.gz
f3c7e5f0a0430565b07565724f49d153d9d471ad202716f0f3242c5855d7d919 gitmap-updater-v6.171.0-darwin-arm64.tar.gz
b6fd126dc412f8c14c0ec2d316ed29b48fff3d0e68792b4c4136db261db70b97 gitmap-updater-v6.171.0-linux-amd64.tar.gz
84a77d544fc7e43ecc2d9bfa6480e2d8875ea42c4127d79675b0ec6431c0e362 gitmap-updater-v6.171.0-linux-arm64.tar.gz
571b2e23a30a9625a14603d6e6ca4ea0a0afe45924ff8b1e8e42059099b50ed2 gitmap-updater-v6.171.0-windows-amd64.zip
263a8053b504a97736ebbc3257069c38f9ff289d5f1dbd285591dcb233198bd8 gitmap-updater-v6.171.0-windows-arm64.zip
2d6f3b65cf7a9deab1d0c046045a1b6023c37cb552ee6c7565bb5d3bb9cf50d7 gitmap-v6.171.0-darwin-amd64.tar.gz
661a3f929353018fe35bfb8c8d5999f6b490ee173921d94b2e8d57adbde1d147 gitmap-v6.171.0-darwin-arm64.tar.gz
f175b04b0a0dfff176abedd93e974b012b8a9dfc96e2fd838e5bafeb08bc05d9 gitmap-v6.171.0-linux-amd64.tar.gz
9a967d92480e344ad4a24f4ee24d883a503ddccfd5d565927c1b35227b8cf786 gitmap-v6.171.0-linux-arm64.tar.gz
aa5bea90887464d911697bfabdd1432a034fbacc1ec024a9cd67cf63464b0f0a gitmap-v6.171.0-windows-amd64.zip
685d8f408c4c57c1e1b873f4762a831f5b993a3176aa64404c41d9f6bd045afa gitmap-v6.171.0-windows-arm64.zip
Install
Quick install (Windows PowerShell)
irm https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.171.0/install.ps1 | iexQuick install (Linux / macOS)
curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.171.0/install.sh | bashInstall specific version (generic installer)
irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex
# Or pin this version:
& { $Version = "v6.171.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.171.0Manual 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.171.0-windows-amd64.zip |
| Windows | arm64 | gitmap-v6.171.0-windows-arm64.zip |
| Linux | amd64 | gitmap-v6.171.0-linux-amd64.tar.gz |
| Linux | arm64 | gitmap-v6.171.0-linux-arm64.tar.gz |
| macOS | amd64 | gitmap-v6.171.0-darwin-amd64.tar.gz |
| macOS | arm64 | gitmap-v6.171.0-darwin-arm64.tar.gz |