Releases: supermemoryai/smfs
Releases · supermemoryai/smfs
Release list
smfs 0.0.5
v0.0.5 smfs v0.0.5
smfs 0.0.4
What's Changed
- make vfs hot path local-only by @Prasanna721 in #9
- Remove grep -F suggestion lines from grep command output by @vorflux[bot] in #10
New Contributors
- @vorflux[bot] made their first contribution in #10
Full Changelog: v0.0.3...v0.0.4
smfs 0.0.3
Merge pull request #8 from supermemoryai/bump-version-0.0.3 bump version 0.0.2 -> 0.0.3
bash v0.0.31
What's Changed
- feat: add documents id options for create bash by @MaheshtheDev in #5
- Refactor bash release workflow for improved clarity by @Dhravya in #6
New Contributors
- @MaheshtheDev made their first contribution in #5
Full Changelog: v0.0.2...bash-v0.0.31
smfs 0.0.2
smfs 0.0.1
supermemoryfs v0.0.1 — Stable Release
First stable release of smfs, a FUSE/NFS filesystem that mounts your Supermemory containers as a local directory.
What's included
- smfs mount — mount a Supermemory container as a local filesystem (FUSE on macOS/Linux, NFS fallback)
- smfs grep — semantic search across mounted containers via a transparent shell wrapper
- smfs whoami / status — inspect credentials and sync state
- Daemon mode — fork into background with IPC socket for status/logs/sync/unmount
- Sync engine — pull and push sides with a parallel worker queue (Semaphore(8) fan-out)
- Credential system —
smfskey validation with project/global fallback - Python SDK (
supermemory-bash) —createBashfactory exposing the filesystem as an LLM tool - curl install —
install.shfor one-line binary installs from releases - SQLite cache — persistent local cache replacing in-memory store
- profile.md — virtual read-only file at mount root with LLM-oriented context
- MSRV: Rust 1.80
Install
curl -fsSL https://github.com/supermemoryai/smfs/releases/download/v0.0.1/install.sh | shv1 release
smfs 0.0.1-rc2
v0.0.1-rc2 fix release workflow + install.sh paths after flatten
smfs 0.0.1-rc1
mount-v0.0.1-rc1 fix repo name in install.sh and Cargo.toml (smfs not supermemoryfs)