Skip to content

Releases: supermemoryai/smfs

smfs 0.0.5

Choose a tag to compare

@github-actions github-actions released this 07 May 23:16
6469b07
v0.0.5

smfs v0.0.5

smfs 0.0.4

Choose a tag to compare

@Dhravya Dhravya released this 06 May 20:24
9ed1059

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

Choose a tag to compare

@github-actions github-actions released this 04 May 23:57
cbdc534
Merge pull request #8 from supermemoryai/bump-version-0.0.3

bump version 0.0.2 -> 0.0.3

bash v0.0.31

Choose a tag to compare

@github-actions github-actions released this 02 May 23:27

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

Full Changelog: v0.0.2...bash-v0.0.31

smfs 0.0.2

Choose a tag to compare

@github-actions github-actions released this 01 May 00:39
ee37ed8
v0.0.2

smfs 0.0.2

smfs 0.0.1

Choose a tag to compare

@Prasanna721 Prasanna721 released this 29 Apr 03:11
da52d9f

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 systemsmfs key validation with project/global fallback
  • Python SDK (supermemory-bash) — createBash factory exposing the filesystem as an LLM tool
  • curl installinstall.sh for 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 | sh

v1 release

Choose a tag to compare

@Dhravya Dhravya released this 29 Apr 03:09
da52d9f

What's Changed

  • Emit line numbers in grep/sgrep output by @Dhravya in #3
  • Add supermemory-bash Python SDK by @Dhravya in #4

New Contributors

Full Changelog: https://github.com/supermemoryai/smfs/commits/latest

smfs 0.0.1-rc2

smfs 0.0.1-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Apr 21:45
v0.0.1-rc2

fix release workflow + install.sh paths after flatten

smfs 0.0.1-rc1

smfs 0.0.1-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Apr 20:23
mount-v0.0.1-rc1

fix repo name in install.sh and Cargo.toml (smfs not supermemoryfs)