| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-06-10 | 600 Bytes | |
| gitcrawl_0.6.0_linux_amd64.tar.gz | 2026-06-10 | 6.6 MB | |
| gitcrawl_0.6.0_linux_arm64.tar.gz | 2026-06-10 | 6.0 MB | |
| gitcrawl_0.6.0_darwin_amd64.tar.gz | 2026-06-10 | 6.5 MB | |
| gitcrawl_0.6.0_darwin_arm64.tar.gz | 2026-06-10 | 6.1 MB | |
| gitcrawl_0.6.0_windows_amd64.zip | 2026-06-10 | 6.6 MB | |
| gitcrawl_0.6.0_windows_arm64.zip | 2026-06-10 | 6.0 MB | |
| README.md | 2026-06-10 | 1.1 kB | |
| v0.6.0 source code.tar.gz | 2026-06-10 | 552.1 kB | |
| v0.6.0 source code.zip | 2026-06-10 | 626.3 kB | |
| Totals: 10 Items | 38.9 MB | 0 | |
- Update
crawlkitto v0.12.0. - Add configurable
vector_backendselection for semantic search and neighbors, including optional Pythonturbovecsupport when embedding dimensions are divisible by 8, thanks @vincentkoc. - Mirror the local SQLite archive into the Worker-backed R2 object store during
gitcrawl cloud publish, then compress it as a gzip chunk bundle with a manifest so fallback/bootstrap data is smaller and can grow past single-object upload limits. - Bound portable-store Git subprocess cancellation so stale fetch helpers cannot hang read-only commands, and expose the last portable refresh failure in
gitcrawl doctor --json. - Backfill a missing or stale source embedding for
gitcrawl neighborswith a one-row capped embedding request, and show the exact cheapgitcrawl embed --number ... --limit 1recovery command when no OpenAI key is configured. - Add PR-aware thread indexing for changed paths and commit subjects, plus
gitcrawl code indexandsearch --scope code|allfor bounded local full-text search over tracked monorepo source files.