Release 0.10.1
npm packages, rust crates and python wheels are available under this version 0.10.1
Neovim Plugin
{target}.so/.dylib/.dll- Lua module for Neovim
C FFI Library (for Bun/Node/Python)
c-lib-{target}.so/.dylib/.dll- C FFI library
MCP Server
fff-mcp-{target}- MCP server binary
Python Package
python/*.whl/python/*.tar.gz- Python wheels and sdist- Install from PyPI:
pip install fff-search(when published)
Update mcp via:
curl -fsSL https://raw.githubusercontent.com/dmtrKovalenko/fff.nvim/main/install-mcp.sh | bashWhat's Changed
- fix(mcp): use absolute path for Codex setup by @apanasenko-oai in #685
- fix(pi-fff): install fff-bun so bun runtimes can load the SDK (#689) by @gustav-fff in #694
- fix(pi-fff): handle Windows cross-volume external paths by @RunMintOn in #684
- feat(npm): add Android arm64 (Termux) support by @gustav-fff in #695
New Contributors
- @apanasenko-oai made their first contribution in #685
- @RunMintOn made their first contribution in #684
Full Changelog: v0.10.0...v0.10.1