Skip to content

Releases: alimtvnetwork/gitmap-v28

v6.176.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 17:13

[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

v6.175.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 16:16

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

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

Added / Changed / Fixed / Removed

  • 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)
  • Added comprehensive documentation in docs/commands/agy/pin-projects.md and docs/commands/macro.md
  • Formatted function signatures, parameter declarations, and invocations across Go codebase to Rule 9a/9b multi-line standards
  • Standardized value-based parameter structs (*Params) and eliminated bare void functions across Go domain and service layers
  • Enforced universal Result[T] envelope in Go and TypeScript with .IsSuccess(), .IsFailed(), .HasError(), .HasNoError(), and .HasValidError()
  • Enforced code hygiene, Unix LF line endings across all files, UTF-8 (no BOM) encoding, and Markdown heading spacing (MD022/MD032)
  • 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.175.0
Commit 72942fad74
Branch v6.175.0
Build Date 2026-09-03 16:49:14 UTC
Go Version go1.25.0

Checksums (SHA256)

a29d1ffd0cbbc0d0c254e1b331770670b80768d0d44ba6f2b92491fc4f8b3c31  docs-site.zip
332e8d8c9019058a50c0bcb1c04e78932b8df99863230399d653995143a67b1a  gitmap-updater-v6.175.0-darwin-amd64.tar.gz
a7f319cb20bce4c1960d83decbd8f225faa748b73da390ab890112fdbbccc22f  gitmap-updater-v6.175.0-darwin-arm64.tar.gz
470a2a0f6420f0ed3a1c34ee3c4509908b4b8db7d162bceef58e8f099a7f0e51  gitmap-updater-v6.175.0-linux-amd64.tar.gz
889847f9a80ab0935c544b8d8dc1dc01864c2faf64b7b001f9ca65f4975af235  gitmap-updater-v6.175.0-linux-arm64.tar.gz
f752b254ab59bb059688ad306f9125da111bad76ffdf96f4e1100a7af1307ae2  gitmap-updater-v6.175.0-windows-amd64.zip
347176cb8e1d031ca5cf597a4a28637ae17d3d38e48790d8e2d3129870276cd1  gitmap-updater-v6.175.0-windows-arm64.zip
38cdbdfe95c10252587aefe03a6097441cd02f7107c9ef5d71d67a6e9d22b801  gitmap-v6.175.0-darwin-amd64.tar.gz
da0afe421999f28a6c9c96b680897f977ecc6d2294d8d76c7158f5fd9d597ee7  gitmap-v6.175.0-darwin-arm64.tar.gz
4c3b46a40fe85dac69bea4b06add8d1a384854e957275a99cd53d15a10ee0642  gitmap-v6.175.0-linux-amd64.tar.gz
dfc6c5eb5881045b1952aaea20a27f071c9255c92b007be09de2eede2d14ad1b  gitmap-v6.175.0-linux-arm64.tar.gz
b0fc2ee1cb95d63a92610ec5c4d9526d8c5cc4830f73f6de40a670e9691e4814  gitmap-v6.175.0-windows-amd64.zip
41f41af97cc3652b3d37d6b747c823e1daee38e4f77721c643ba8918e0ecf10a  gitmap-v6.175.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

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

v6.173.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 15:14

[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

v6.171.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:38

[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 (schedule and macro) 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.
  • Non-Interactive Stdin Guarding & Database Lock Prevention:

    • Implemented isInteractiveStdin() terminal detection across database operations, preventing hanging fmt.Scanln prompts in subshells and automated runners.
    • Added explicit --help / -h interceptors across gitmap pipeline logs and gitmap pipeline error-logs.
    • Added checkHelp guard to gitmap visibility-history so help inspection renders immediately without acquiring database file locks (data/gitmap.lock).

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 | iex

Quick install (Linux / macOS)

curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.171.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.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.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.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

v6.170.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:15

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

Added & Enhanced

  • Pipeline Errorlogs Dynamic Timeline (gitmap pipeline errorlogs -t):

    • Added -t / --timeline / --timeout / -w / --watch support across gitmap pipeline errorlogs and top-level gitmap errorlogs.
    • Continuously tracks active workflow executions with dynamic ETA countdowns and adaptive intervals (15s, 10s, 5s) until terminal completion.
    • Automatically isolates and renders high-precision failure step error logs upon completion, omitting passing noise.
  • Historical Success Baseline Rerun ETA (rerunEtaSeconds):

    • Dynamically calculates the estimated pipeline duration required to rerun the workflow, derived strictly from past successful runs.
    • Emitted across terminal error cards and structured --json payloads.
  • Internal CI/CD Diagnostic & Auto-Repair Engine (pipeline_cicd_checker.go):

    • Integrated full local validation suite executing:
      • gofmt code formatting check and automatic batch repair (gofmt -w .).
      • Nested if linter (check-nested-ifs.py).
      • Boolean and enum naming convention linters (check-enum-and-boolean.py).
      • Relative paths and drive-letter URI enforcement (check-relative-paths.py).
      • Error management and AppError compliance (check-error-management.py).
      • Legacy repository reference scanner (check-legacy-refs.py).
      • US English spell check (misspell-changed.py).
      • Go test compile and typecheck gate (go test -run=^$ ./... -count=1).
    • Supports --fix (-f) for automated repair without prompts, --check (-c) for read-only audits, and interactive confirmation in terminal mode.
  • Specification Module Added (spec/21-app/11-pipeline-errorlogs-timeline-and-fix/):

    • Authored complete specification module with overview, dynamic timeline contracts, CI/CD diagnostic engine specifications, acceptance criteria, and consistency reports.

Release Info

Field Value
Version v6.170.0
Commit a5301eae27
Branch v6.170.0
Build Date 2026-09-03 09:29:10 UTC
Go Version go1.25.0

Checksums (SHA256)

3fc0de77f8f35580d02eeaa8086ad3640b0ad8b9c36c8567710bc055494b547d  docs-site.zip
df8ca06dd8958e239732ab83ccfe55871e79a53f058379378d5c81c8aa037e2f  gitmap-updater-v6.170.0-darwin-amd64.tar.gz
6d75c43bb6988017ea9b9ae0b8f08a930ae727b4ba036bcfec538b98463b4c25  gitmap-updater-v6.170.0-darwin-arm64.tar.gz
728868ea006a71b0f260ad04c878731b1faed35c246d76fbb5c932d583fb4e22  gitmap-updater-v6.170.0-linux-amd64.tar.gz
d7b87309780fb924e10aa7b6d9a2580a0764c7a00acd9128c8303cc615f3d779  gitmap-updater-v6.170.0-linux-arm64.tar.gz
9d29055df6d5d69c59ef5a1865f9dbc15d74b88610f388ebaacdf3619112c6ac  gitmap-updater-v6.170.0-windows-amd64.zip
79333ac0636e985c4e2e4cddc77113942daaaa50bb13659a3255e06f26a119b9  gitmap-updater-v6.170.0-windows-arm64.zip
e171000177c80d7f29d387150f9394615bb35a28dcd6ee57ca5f3def11778870  gitmap-v6.170.0-darwin-amd64.tar.gz
baa1ccb4c1154ade6b092d19e0f078f900d2e0d61547fbb0199478cd728f5f41  gitmap-v6.170.0-darwin-arm64.tar.gz
683150410f922b1b5b432764433f9f3b4212d3575686df4e2f4915e48b083364  gitmap-v6.170.0-linux-amd64.tar.gz
8e4fbd22e4d89b6dc62d2c2e9436af6900b5992b1e6687cbea877049d0f9ff46  gitmap-v6.170.0-linux-arm64.tar.gz
7949516d138fea223d138acd0d35cec1f9596337be7486d2386dd95429f1c8ee  gitmap-v6.170.0-windows-amd64.zip
a306dc43fcb01949d9ae2f0145af09a965970226896a6729148c1ba7aa5ae101  gitmap-v6.170.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

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

v6.169.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 08:09

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

Added & Enhanced

  • Isolated Pipeline Split SQLite Databases (data/pipeline_db/pipeline_<slug>.db):

    • Engineered dedicated per-repository split SQLite database tier for CI/CD pipeline runs and telemetry.
    • Implemented PipelineRun, PipelineErrorLog, and PipelineSegment schemas with SetMaxOpenConns(1) for zero lock collisions.
    • Added dual-writing in pipeline_recorder.go to capture pipeline execution history, ETA tracking, and parsed step failures.
    • Added CLI suite: gitmap pipeline db [status|clear|reset|optimize|error-logs|help].
  • Isolated Repository Split SQLite Databases (data/repo_search/):

    • Added RepoScanLog table for structured repository scan and indexing telemetry.
    • Added CLI suite: gitmap repo db [status|log|error-logs|clear|reset|optimize|help].
  • Cross-Tier Database Administration (gitmap db):

    • Implemented gitmap db status presenting unified metrics across Primary Master DB, Split Repo DBs, and Split Pipeline DBs.
    • Implemented gitmap db optimize running automated VACUUM and PRAGMA optimize across all database tiers.
    • Implemented gitmap db clear with interactive/non-interactive (-y) confirmation for cache purging.
  • Coding Guideline & CI/CD Compliance:

    • Refactored and flattened all nested if statements across gitmap/cmd/ and gitmap/vscodepm/ to achieve 100% compliance with check-nested-ifs.py and check-enum-and-boolean.py.
    • Regenerated CLI command mappings via go generate ./... to prevent generate drift.
    • Resolved legacy references in spec/01-spec-authoring-guide/13-root-readme-conventions.md.

Release Info

Field Value
Version v6.169.0
Commit 38490b9a50
Branch v6.169.0
Build Date 2026-09-03 08:20:08 UTC
Go Version go1.25.0

Checksums (SHA256)

e994e66e0d44c597b3d186fe12dd101cdfb8f1f270249484291e6f6119ee8397  docs-site.zip
76661f744608197efd41127c1c5f84d526c6e3deee2946bbebddc89e7435be10  gitmap-updater-v6.169.0-darwin-amd64.tar.gz
70d6ab7bf8af0722e9b888f3c23c60cbfa4645a85d9df299a96b548a64c1be88  gitmap-updater-v6.169.0-darwin-arm64.tar.gz
2d3aca9ffa6c436562d56d8419fb4239665e8476968e201360efe02976797902  gitmap-updater-v6.169.0-linux-amd64.tar.gz
b2ceab2e3b8318b51de5855438d2182cb93ad67b7dab72aa4cd27ed766fa7081  gitmap-updater-v6.169.0-linux-arm64.tar.gz
f900f33eddb3314938f9bb61534cb83e495ce1cde467248c141fa935e6490eee  gitmap-updater-v6.169.0-windows-amd64.zip
ba6e835de47dd997303945aae8b86467df7834bd97d2e7554ca30e58e905105d  gitmap-updater-v6.169.0-windows-arm64.zip
5538124fb5d80c88ee4875fa8106f200faa579ed85d5321213eba827714fbade  gitmap-v6.169.0-darwin-amd64.tar.gz
7ec1652d90af80a78d401bc1449a32087122bc1647b35e135f605d70b89f1fcd  gitmap-v6.169.0-darwin-arm64.tar.gz
8e3cd44a8091e5276630260ae4c514e0b6c0e7b46ff603b5c1c7fb26a3b9dd96  gitmap-v6.169.0-linux-amd64.tar.gz
1b815abc3035d78b87833aa7102170e1f72004bc78e6a0a6f74752a55c054e71  gitmap-v6.169.0-linux-arm64.tar.gz
090f3f94e3a88cbf91d1eeaa513955c22f92e58d702d4c64f51d8dbfda58178b  gitmap-v6.169.0-windows-amd64.zip
622730b7b57799e0d0d97a7048698a1db2945c59856698f5588d3378e227bea7  gitmap-v6.169.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

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

v6.168.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 07:03

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

Added & Enhanced

  • Historical Success Baseline Pipeline ETA Model:

    • Refined pipeline duration baseline heuristics to filter strictly on conclusion == "success" (status == "completed"), discarding skewed canceled or fast-failing runs.
    • Computes remaining ETA dynamically as avgSuccessDuration - elapsed with an adaptive countdown grace floor.
  • Dynamic Timeline & Timeout (-t / --timeout / --timeline):

    • Added -t flag across gitmap pipeline status, gitmap pipeline wait-time, and gitmap pipeline-ai.
    • Automatically orchestrates dynamic polling timelines and timeout budgets derived from the calculated ETA, eliminating the need for manual retry seconds.
  • Direct CI/CD Error Extraction in Status & ETA:

    • When a pipeline run completes with a failure conclusion, GitMap now automatically extracts and displays clean, actionable error lines (##[error], ❌ FAIL:, --- FAIL:, exit code 1, stack traces) directly beneath the status card, suppressing passing step noise.
  • Linter & CI/CD Pipeline Hardening:

    • Eliminated hardcoded drive-letter URIs in test suites to ensure 100% compliance with linter-scripts/check-relative-paths.py.
    • Resolved CmdDashboardAlias collision with CmdDB by assigning dash as the dashboard alias.
    • Standardized all CLI confirmation messages to American English canceled for strict misspell compliance.
    • Updated agy stats format to satisfy E2E smoke test contracts (97/97 passing).

Release Info

Field Value
Version v6.168.0
Commit 01f4cfd6d7
Branch release/v6.168.0
Build Date 2026-09-03 07:07:45 UTC
Go Version go1.25.0

Checksums (SHA256)

4be95343c563f5296cbdef95609fe1e70a1ad32dacb474718e6b346366f8a50b  docs-site.zip
b69d66ec21967c52c7f732bbff433469b8ecb810a82e8e124b34d208cb3c809a  gitmap-updater-v6.168.0-darwin-amd64.tar.gz
cebe41c32e869aa55b397157c1db52f47e7956d0cb372b944d224fe25653090c  gitmap-updater-v6.168.0-darwin-arm64.tar.gz
545359cc1d1b1d6727de0cf0364ca2474a52cc03e9a4a574a5ace4ec1f91e741  gitmap-updater-v6.168.0-linux-amd64.tar.gz
ebd6c5e719f679b1e5962e3c7bbc3859a68b87c94960a5f08c06a714721314a5  gitmap-updater-v6.168.0-linux-arm64.tar.gz
55800831eaa2c75a53f64dcd9063d465dc7f5bc93b3762975747c0d433942935  gitmap-updater-v6.168.0-windows-amd64.zip
92b81264a48295f226f302d07c41d6ade4a5ff6e94b3aaf09ca92c260152a85e  gitmap-updater-v6.168.0-windows-arm64.zip
c578595b0afc4e1cfe68a09de26a3ac92e81cb79759de0dcadd78934152b79b8  gitmap-v6.168.0-darwin-amd64.tar.gz
fc4f5c1bdf166b15cff276f5a6aae5a688d3c4228275a2e18e55f665cc41d784  gitmap-v6.168.0-darwin-arm64.tar.gz
57e4f39a3d835ad8d28160ed35d7ff7f437a0798b4cbe7c833c816bc5b095894  gitmap-v6.168.0-linux-amd64.tar.gz
2cf83fb013408a9fd77f420921b2364d18405e89701118dc437e8c0bbf2b83a1  gitmap-v6.168.0-linux-arm64.tar.gz
1188a819b7771f53724743154d0717482cd06b6d9e6e47b53510a7fe00613698  gitmap-v6.168.0-windows-amd64.zip
6c1adf5781976a948a4df79e59398408856f59f941f66bcfaa13c40da42c9784  gitmap-v6.168.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

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

v6.167.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 03 Sep 04:07

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

Added & Enhanced

  • Modular Lowercase Documentation Architecture (docs/commands/):

    • Reorganized the entire command catalog from monolithic files into 15 domain-specific subdirectories (agy/, db/, find-duplicates/, vscode/, chrome/, cloning/, git-ops/, release/, navigation/, schedule/, cluster/, templates/, data/, automation/, utilities/).
    • Standardized all documentation markdown paths and file names to lowercase (readme.md, ls.md, remove-projects-with-empty-conversations.md, etc.).
    • Embedded high-resolution animated vector SVG terminal recordings in docs/assets/ showcasing realistic terminal interactions, typing, and colored tabular outputs.
    • Linked the subcommands hub prominently from root readme.md.
  • Comprehensive Flag Tables & Real-World Examples:

    • Enriched all command reference documentation with detailed flag tables (Flag, Shorthand, Default, Description).
    • Authored actionable, copy-pasteable runnable command examples covering every single flag (e.g. --missing, --active, --sort, --filter, --json, --except, --dry-run, --yes, --safe-pull, --fix, --delete, --create-remote).
  • .lovable AI Agent System Architecture Mapping:

    • Created .lovable/folder-structure.md formalizing the relationship between the codebase, canonical specifications (spec/), user documentation (docs/commands/), and .lovable/ AI cognitive workspaces (plans/, memory/, coding-guidelines/, prompts/).

Release Info

Field Value
Version v6.167.0
Commit 784f27661b
Branch release/v6.167.0
Build Date 2026-09-03 04:11:04 UTC
Go Version go1.25.0

Checksums (SHA256)

ad760e2120ea289f68f1944ead1834fcc09df99b7749d78fd7439bbc5ebd4285  docs-site.zip
ccb3b64c46309ce5ffb0936acc5dd5c95d995975d1c305a2a188cc6e41cd5d34  gitmap-updater-v6.167.0-darwin-amd64.tar.gz
7492afdeea6172fc19c59ac3c00b5c9f4c826119f657efb873565936f9798718  gitmap-updater-v6.167.0-darwin-arm64.tar.gz
c4bbca05e0b72a6b97bfae4b98d8c27df6f57c6978a49ea29cda0ed6b0bd84b0  gitmap-updater-v6.167.0-linux-amd64.tar.gz
89b0f62e7e414a59643a5c487df8307f80e5215ef41c980e422a4b64a0e8edb1  gitmap-updater-v6.167.0-linux-arm64.tar.gz
116b9284276a0c629827b61d69f9232285ae423bcfc74a8a0f317eb92e26a330  gitmap-updater-v6.167.0-windows-amd64.zip
e5a15734ab2934a9045f9e3a975d7c0be264cc4e438c5a6327877173fdd581d9  gitmap-updater-v6.167.0-windows-arm64.zip
ecfbfa8aaaa4b72297fd97880ad02f85cf0c2ff39cfb7ac16298e8340f1dad2f  gitmap-v6.167.0-darwin-amd64.tar.gz
ad55be21a775488149761ad3f20e750463824e8664f2e4ec77504aefe98b9667  gitmap-v6.167.0-darwin-arm64.tar.gz
d5d25abf44759cb179a16695385379663eb94f677dfca21c0d7d8e7fe60dca22  gitmap-v6.167.0-linux-amd64.tar.gz
c5e2d35570dccd8b6fbb829726f56a623a150024a8c79765bbf30324ad46d28e  gitmap-v6.167.0-linux-arm64.tar.gz
21d2f2112a219a34bffd6259eaf46878766687bf1429e648af80b7685724f956  gitmap-v6.167.0-windows-amd64.zip
98ea8433fa470b54b59a71decbae7078b128a8430a55b648c1a1dd4bb2fedf3e  gitmap-v6.167.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

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

v6.166.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 02 Sep 16:56

[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

v6.165.0

Choose a tag to compare

@alimtvnetwork alimtvnetwork released this 02 Sep 16:48

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

Added & Enhanced

  • Database Architecture Inspector & Management Suite (gitmap db):

    • gitmap help footer identity block now displays the active Primary Master SQLite database file path (● Database: <path>).
    • Added gitmap db ls to display architectural breakdown of the Primary Master DB, per-repository Split DBs (repo_search/*.db), and architectural rationale (lock elimination, concurrency, query isolation).
    • Added gitmap db repo-db list to inspect per-repository split databases, table row counts (RepoFile, SearchCache), file sizes, and tracking status.
    • Added gitmap db sizes list to display consolidated disk usage tables across all database files.
    • Added gitmap db reset / clear to reset repository records and clear split DBs with confirmation prompts.
    • Added gitmap start-fresh with irreversible transaction warning prompt to completely purge database files/journals and recreate fresh schemas and split directories.
  • Cross-Platform Duplicate Detection & Immediate Remediation (gitmap find-duplicates):

    • Audits duplicate projects and repositories across Antigravity (AGY), VS Code, Chrome, and Git.
    • Displays instant copy-pasteable CLI fix commands directly beneath findings for single deletion, --except preservation, batch optimization (optimize-projects / --repeat-fix / clone --fix), and remapping.
    • Supported as unified gitmap find-duplicates or platform-specific gitmap <platform> find-duplicates.
  • Cross-Platform Standard Python Tooling:

    • Converted all shell (.sh) scripts repository-wide to pure standard-library Python scripts (.py) with cross-platform OS and UTF-8 console support.
  • Documentation & UI Registry:

    • Registered db, start-fresh, and find-duplicates in src/data/commands.ts for the web UI dashboard.
    • Added dedicated CLI help documentation: gitmap/helptext/db.md, gitmap/helptext/start-fresh.md, and gitmap/helptext/find-duplicates.md.

Release Info

Field Value
Version v6.165.0
Commit 334b22338f
Branch release/v6.165.0
Build Date 2026-09-02 16:53:00 UTC
Go Version go1.25.0

Checksums (SHA256)

3df8131d279e8a9c0f822b729ddc770273fd010cf2c868b3e891373d2ca48b50  docs-site.zip
996e7729a6921751bf5ab13c4e6d5524d0a0b9059a7f5613c0ac42b0fb27822e  gitmap-updater-v6.165.0-darwin-amd64.tar.gz
8017846460ce24ace67f403c2ab9c82e2d479dd1ee9cc937d3d118fe4d3b6aaf  gitmap-updater-v6.165.0-darwin-arm64.tar.gz
525c9a14dacc91d5a571fed44512164342cfcb3bcb337cb62dd7753576d40b48  gitmap-updater-v6.165.0-linux-amd64.tar.gz
37d9158f3c5663a51c522ba370eda3a63b6909dae1cc15f8a54c744ac45436e4  gitmap-updater-v6.165.0-linux-arm64.tar.gz
06d6455e57b9294ef8c98d516d4560e1154f6d5abc2832e4c00c9a4b8a78e77e  gitmap-updater-v6.165.0-windows-amd64.zip
3ebf8a70fc3f19eb04425add390f891c375f45308ea89354eed69f78afef97e6  gitmap-updater-v6.165.0-windows-arm64.zip
379ab76763ecbf0730363c2cb47b2ca12a45e0b38d87f6e3d020f520a3855511  gitmap-v6.165.0-darwin-amd64.tar.gz
51aef511566ff0e7b24ff718a0bd23b2abf052eed520498634a0adcc0812ffdb  gitmap-v6.165.0-darwin-arm64.tar.gz
39cb0125b0196b6345429bb60c301c18a3d31f121fe318cf0edfb9ef5cd46977  gitmap-v6.165.0-linux-amd64.tar.gz
98fc6fa9b1f72b1a1ee7416a0b573cfe66a1da04e4438e22d012f22f469734ca  gitmap-v6.165.0-linux-arm64.tar.gz
4c56dbcf96b77d594a6943841e8605584cd3a74416b0bfaa492d3583402b4cf0  gitmap-v6.165.0-windows-amd64.zip
270f0aadfde1105893a249a8b2aedac8aab61804bd51614ab61c7e2a8f6455f0  gitmap-v6.165.0-windows-arm64.zip

Install

Quick install (Windows PowerShell)

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

Quick install (Linux / macOS)

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