| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-08-30 | 594 Bytes | |
| grepai_0.36.0_darwin_amd64.tar.gz | 2026-08-30 | 8.4 MB | |
| grepai_0.36.0_darwin_arm64.tar.gz | 2026-08-30 | 7.8 MB | |
| grepai_0.36.0_linux_amd64.tar.gz | 2026-08-30 | 8.2 MB | |
| grepai_0.36.0_linux_arm64.tar.gz | 2026-08-30 | 7.5 MB | |
| grepai_0.36.0_windows_amd64.zip | 2026-08-30 | 8.4 MB | |
| grepai_0.36.0_windows_arm64.zip | 2026-08-30 | 7.5 MB | |
| README.md | 2026-08-30 | 4.5 kB | |
| v0.36.0 source code.tar.gz | 2026-08-30 | 2.2 MB | |
| v0.36.0 source code.zip | 2026-08-30 | 2.4 MB | |
| Totals: 10 Items | 52.4 MB | 0 | |
grepai 0.36.0
Semantic code search CLI tool.
Changelog
New Features
- 383789b8e0a28c9c1ad1b74280ead4425f8f47ab: feat(cli): add RPG commands and compact graph output (#240) (@teelicht)
- 2a56fdd3e10decf450b7172832661f90533dcafa: feat(config): support custom file extensions in chunking config (#256) (@kryptt)
- ca9eeba5c3d7f75ca8b779e0ab4a9fc025e79c8d: feat(embedder): configurable request timeout and max retries (#257) (@kryptt)
- 6b630ca0b23420eaaf0fd5b99e6af6edd7432069: feat(framework): add Vue SFC processing for search/trace with source remapping (#157) (@mika76)
- c4f294b38552dc4dad253d6a8118ba2799a2d61d: feat(search): add configurable file-level deduplication (#188) (@Don-Yin)
- ee9f01db6c384c6fcad1dbf12763bcf05ec80ab2: feat(watch): add config option to disable linked worktree discovery (#270) (@rusel95)
Bug Fixes
- a4eb4f1d21735b1ba74bf94c9ecdeeab35bcb342: fix(agents): honest tool-choice claims + recall-safe search combo (#272) (@rusel95)
- 02d7f3a42094488e62f68c26896ba63da92108f5: fix(embedder): auto-split OpenAI batches exceeding 300k token limit (#214) (#226) (@p1ng0o)
- 82d028af4c642d9af62c2c15cf1dc8d32cc8d50d: fix(indexer): prevent .gitignore patterns from ignoring root directory (#203) (@pingtimeout)
- 5d667759339bb73e4ba5736f96b9455e77366a05: fix(qdrant): increase gRPC max message size and drop unused vectors from GetAllChunks (#207) (@drizzt)
- 85801fe43103f83d97cc11b5f7ad6004cbded42a: fix(qdrant): sanitize Windows path separators in collection names (#201) (@AkosLukacs)
- a05eaf6ac44d454f0fe664f7dc3682fb0d33fc4b: fix(rpg): add Graph mutex to prevent concurrent map access crash (#206) (@drizzt)
- ca8e1c689a6c1d949546c36aa07aeb9e877dc9e1: fix(store): write index atomically and recover from corrupted index files (#269) (@rusel95)
- 967213686db5a6a7978284ea6101225a5121c311: fix(test): skip concurrent corrupt-index load test on Windows (#282) (@yoanbernabeu)
- 4784b297802eda60945bb0382878305fdca06924: fix(workspace): scope ListDocuments to the project prefix (#263) (@kryptt)
- 89255b5354cfd2c13f05447dac1bef2c8d151154: fix: scope postgres embedding cache identity (#252) (@3em0)
Other Changes
- a980298a13f2053b21e0e273fa2d807a463845a6: Add Requesty as an embedding provider (#268) (@Thibaultjaigu)
- 22cb9931025b9762565e3aede283b7de89e9ab6d: Complete cxx and hxx support (#276) (@Third-Thing)
- a162daad98e7f3c8c26fd2c06ac3be410df58da3: Revert "deps: bump github.com/mark3labs/mcp-go from 0.45.0 to 0.54.0 (#242)" (#281) (@yoanbernabeu)
- 0fdec595b506e55cc87f7d1a2ce3699824230009: chore(release): bump version to 0.36.0 (@yoanbernabeu)
- 109308bd4e7bd0db8520089ef5364e9dd26281d5: ci: align Go matrix with go.mod (1.24/1.25) (#284) (@yoanbernabeu)
- de08c44def087567c1c334c6fac3190c6b302e7a: ci: bump actions/checkout from 6 to 7 (#267) (@dependabot[bot])
- 7217622e4e826b34bca9cab2ccbd05f0aa8e0c6c: ci: bump actions/deploy-pages from 4 to 5 (#208) (@dependabot[bot])
- 51ac8075084e74c53a61af4eb6ed61953b36c430: ci: bump actions/upload-pages-artifact from 4 to 5 (#227) (@dependabot[bot])
- ebd88dda4efe3f1e78f2a3e61eb1016cb2a7968a: ci: bump codecov/codecov-action from 5 to 7 (#265) (@dependabot[bot])
- a0bf0cef0ae29afe55d50ed237b46e9fdb3a6186: ci: drop Go 1.24 from the test matrix (#286) (@yoanbernabeu)
- 6e71d3ccc8b6fab00dadaa02133702dbf3d89c7d: ci: migrate to golangci-lint v2.13.2 (#287) (@yoanbernabeu)
- 0de6e12238a7fc19ce3f7e48287a9539a2bb1f3f: deps: bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#238) (@dependabot[bot])
- 1a1b850b1c9ab3f22e2eb8af4194c63d94c66f1e: deps: bump github.com/jackc/pgx/v5 from 5.8.0 to 5.10.0 (#228) (@dependabot[bot])
- 63a42a4c68abf2efb969bf7d8f0ee547821ae7ca: deps: bump github.com/mark3labs/mcp-go from 0.45.0 to 0.54.0 (#242) (@dependabot[bot])
- d63d1d00d841645966d35918c301644312b2e607: deps: bump github.com/pgvector/pgvector-go from 0.3.0 to 0.4.1 (#254) (@dependabot[bot])
- 14b4e89faf2ff406f39e5b965f02cdc40fc8b68d: deps: bump github.com/qdrant/go-client from 1.17.1 to 1.19.0 (#253) (@dependabot[bot])
- c2a56ff384c57b686882a988fe94b0a12ba2f955: perf: parallelize file-change detection and speed up watcher startup (#277) (@Slicit)
- 2a1eee10092c9a2ba5b95cb7cd4d427c214d75fb: style: gofmt indexer/scanner_test.go (#285) (@yoanbernabeu)
- 08dcd84db6ecb1500c124d8e0e08ab58e81a7dfc: test(embedder): cover recursive batch split on OpenAI 300k token limit (#283) (@yoanbernabeu)
Full Changelog: https://github.com/yoanbernabeu/grepai/compare/v0.35.0...v0.36.0