Releases: yoanbernabeu/grepai
Releases · yoanbernabeu/grepai
v0.35.0
grepai 0.35.0
Semantic code search CLI tool.
Changelog
New Features
- feeb909: feat(stats): introduce privacy-first gains tracking feature @hansipie (#162) (@hansipie)
- 30155ac: feat(cli): add shell completion command with dynamic completions (#175) (@Greite)
- ff5feec: feat(indexer): add .grepaiignore support with negation patterns (#163) (@Greite)
- 6e94389: feat(language): add fast-mode support for Lua (#176) (@Logonz)
Other Changes
- 6b84d77: Fix OpenAI init model handling and defaults (#181) (@garitar)
- a0c5e3e: Fix OpenAI workspace create defaults (#182) (@garitar)
- 65c345c: chore(release): bump version to 0.35.0 (Claude Opus 4.6 (1M context) noreply@anthropic.com)
- 11f2e73: ci: bump actions/upload-artifact from 6 to 7 (#171) (@dependabot[bot])
- 35cdda2: ci: bump goreleaser/goreleaser-action from 6 to 7 (#159) (@dependabot[bot])
- 2fc6c32: deps: bump github.com/mark3labs/mcp-go from 0.44.0 to 0.45.0 (#184) (@dependabot[bot])
- 20f494d: deps: bump github.com/qdrant/go-client from 1.16.2 to 1.17.1 (#160) (@dependabot[bot])
- 75cae55: refactor(rpg): rename RPGIndexer to RPGEncoder and extend multi-feature model (#149) (@tinker495)
- 4ed9a15: refactor(trace): deduplicate workspace helpers, eliminate double scan, add error logging (#164) (@jugrajsingh)
Full Changelog: v0.34.0...v0.35.0
v0.34.0
grepai 0.34.0
Semantic code search CLI tool.
Changelog
New Features
- c826dbe: feat(cli): add Bubble Tea TUI for watch, status, trace, init, and workspace commands (#143) (@tinker495)
- f858486: feat(search): Add MCP Discovery commands for workspaces and projects to expose relative paths to use for searching (#144) (@jeremyakers)
Other Changes
- 26fc7ca: chore(release): bump version to 0.34.0 (@yoanbernabeu)
Full Changelog: v0.33.0...v0.34.0
v0.33.0
grepai 0.33.0
Semantic code search CLI tool.
Changelog
New Features
- 135f5bc: feat(search): add --path filter with backend pushdown (#141) (@jeremyakers)
- 6204b33: feat(trace): add F# language support with Ionide tree-sitter grammar (#152) (@WillEhrendreich)
Bug Fixes
- 54580dd: fix: worktree dedup and multi-project chunk storage (#142) (@justinkatzman)
Other Changes
- 055c507: chore(release): bump version to 0.33.0 (@yoanbernabeu)
Full Changelog: v0.32.1...v0.33.0
v0.32.1
grepai 0.32.1
Semantic code search CLI tool.
Changelog
Other Changes
- c075e19: chore(release): bump version to 0.32.1 ( <>)
- 21aa646: deps: bump github.com/mark3labs/mcp-go from 0.43.2 to 0.44.0 (#145) (@dependabot[bot])
Full Changelog: v0.32.0...v0.32.1
v0.32.0
grepai 0.32.0
Semantic code search CLI tool.
Changelog
New Features
- 5e3b827: feat: Add Synthetic and OpenRouter embedding providers (#106) (@Revaz-Goguadze)
Other Changes
- c6c3698: chore(release): bump version to 0.32.0 ( <>)
Full Changelog: v0.31.0...v0.32.0
v0.31.0
grepai 0.31.0
Semantic code search CLI tool.
Changelog
New Features
- 8e2f1d8: feat(rpg): add RPG semantic graph layer fully integrated into existing APIs (#110) (@tinker495)
- 99fafec: feat(watch): reduce branch-switch reparsing with metadata and symbol hash cache (#123) (@tinker495)
- fdc66c9: feat(workspace): add trace, symbol indexing, and watcher fixes for workspace mode (#121) (@jugrajsingh)
Bug Fixes
- b034356: fix(daemon): use file-based stop signal on Windows (#134) (#140) (@tintop2k)
- 0c9d177: fix(mcp): add titleFixWriter for Windsurf stdio compatibility (#104) (@cmdaltctr)
- 2f8d34c: fix(trace): add caller nodes to call graph for incoming edges (@yoanbernabeu)
- 6a07495: fix(trace): improve callgraph quality and GOB store resilience (#137) (@tinker495)
- 9413698: fix: GOB stores create missing parent directories on persist (#136) (@tinker495)
Other Changes
- c007895: Fix: grepai update fails on cross-device link and newline output (#124) (@hansipie)
- accc9c1: chore(release): bump version to 0.31.0 (@yoanbernabeu)
Full Changelog: v0.30.0...v0.31.0
v0.30.0
grepai 0.30.0
Semantic code search CLI tool.
Changelog
New Features
- 43d69ca: feat: multi-worktree watch and daemon support (#115) (@tinker495)
Other Changes
- 176ff9d: chore(release): bump version to 0.30.0 (@yoanbernabeu)
Full Changelog: v0.29.0...v0.30.0
v0.29.0
grepai 0.29.0
Semantic code search CLI tool.
Changelog
New Features
- a1758ce: feat(store): add GOB file locking for cross-process safety (#113) (@tinker495)
- e66e398: feat: git worktree detection and auto-init (#114) (@tinker495)
Other Changes
- fe996f4: chore(release): bump version to 0.29.0 (@yoanbernabeu)
Full Changelog: v0.28.0...v0.29.0
v0.28.0
grepai 0.28.0
Semantic code search CLI tool.
Changelog
New Features
- 2a09acc: feat(init): prompt for Ollama/LM Studio endpoint during init (#111) (@yoanbernabeu)
- 4083daf: feat(nix): automate flake.nix update in release workflow (#67) (#117) (@yoanbernabeu)
- 0ca4ac1: feat(store): add content-addressed embedding deduplication (#112) (@tinker495)
Bug Fixes
- b2000a3: fix(chunker): align chunk boundaries to valid UTF-8 rune starts (#96) (#116) (@yoanbernabeu)
Other Changes
- bce2494: chore(release): bump version to 0.28.0 (@yoanbernabeu)
Full Changelog: v0.27.0...v0.28.0
v0.27.0
grepai 0.27.0
Semantic code search CLI tool.
Changelog
New Features
- 17ac3ba: feat(cli): add non-interactive workspace create and mcp-serve --workspace flag (#100) (@jugrajsingh)
Other Changes
- ff0ba64: Add Community Tools documentation page (#101) (@miqcie)
- 0556452: chore(release): bump version to 0.27.0 ( <>)
- 234c109: deps: bump golang.org/x/sync from 0.18.0 to 0.19.0 (#99) (@dependabot[bot])
Full Changelog: v0.26.0...v0.27.0