Skip to content

Releases: Jesssullivan/tummycrypt

tcfs v0.12.0

08 Apr 21:00

Choose a tag to compare

tcfs v0.12.0

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/tcfs-0.12.0-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.0-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tcfsd:v0.12.0

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/tcfs-0.12.0-amd64.deb
sudo dpkg -i tcfs-0.12.0-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/tcfsd-0.12.0-x86_64.rpm
sudo rpm -i tcfsd-0.12.0-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: v0.11.1...v0.12.0

tcfs v0.11.1

08 Apr 20:21

Choose a tag to compare

tcfs v0.11.1

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/tcfs-0.11.1-macos-aarch64.pkg
sudo installer -pkg tcfs-0.11.1-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tcfsd:v0.11.1

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/tcfs-0.11.1-amd64.deb
sudo dpkg -i tcfs-0.11.1-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/tcfsd-0.11.1-x86_64.rpm
sudo rpm -i tcfsd-0.11.1-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: https://github.com/Jesssullivan/tummycrypt/commits/v0.11.1

tcfs v0.11.0

07 Apr 23:51

Choose a tag to compare

tcfs v0.11.0

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.0/tcfs-0.11.0-macos-aarch64.pkg
sudo installer -pkg tcfs-0.11.0-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.0/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/jesssullivan/tcfsd:v0.11.0

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.0/tcfs-0.11.0-amd64.deb
sudo dpkg -i tcfs-0.11.0-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.0/tcfsd-0.11.0-x86_64.rpm
sudo rpm -i tcfsd-0.11.0-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.0/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.0/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.0/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: v0.9.3...v0.11.0

tcfs v0.10.0

05 Apr 22:03
v0.10.0

Choose a tag to compare

tcfs v0.10.0

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.10.0/tcfs-0.10.0-macos-aarch64.pkg
sudo installer -pkg tcfs-0.10.0-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/tinyland-inc/tummycrypt/releases/download/v0.10.0/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tinyland-inc/tcfsd:v0.10.0

Debian/Ubuntu:

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.10.0/tcfs-0.10.0-amd64.deb
sudo dpkg -i tcfs-0.10.0-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.10.0/tcfsd-0.10.0-x86_64.rpm
sudo rpm -i tcfsd-0.10.0-x86_64.rpm

Verify checksums

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.10.0/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.10.0/SHA256SUMS.txt.sig
curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.10.0/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: tinyland-inc/tummycrypt@v0.9.3...v0.10.0

tcfs v0.9.3

09 Mar 23:18

Choose a tag to compare

tcfs v0.9.3

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.3/tcfs-0.9.3-macos-aarch64.pkg
sudo installer -pkg tcfs-0.9.3-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.3/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tinyland-inc/tcfsd:v0.9.3

Debian/Ubuntu:

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.3/tcfs-0.9.3-amd64.deb
sudo dpkg -i tcfs-0.9.3-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.3/tcfsd-0.9.3-x86_64.rpm
sudo rpm -i tcfsd-0.9.3-x86_64.rpm

Verify checksums

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.3/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.3/SHA256SUMS.txt.sig
curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.3/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: tinyland-inc/tummycrypt@v0.9.2...v0.9.3

tcfs v0.9.2

09 Mar 22:55
49eb2c3

Choose a tag to compare

tcfs v0.9.2

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.2/tcfs-0.9.2-macos-aarch64.pkg
sudo installer -pkg tcfs-0.9.2-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.2/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tinyland-inc/tcfsd:v0.9.2

Debian/Ubuntu:

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.2/tcfs-0.9.2-amd64.deb
sudo dpkg -i tcfs-0.9.2-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.2/tcfsd-0.9.2-x86_64.rpm
sudo rpm -i tcfsd-0.9.2-x86_64.rpm

Verify checksums

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.2/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.2/SHA256SUMS.txt.sig
curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.2/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: tinyland-inc/tummycrypt@v0.9.1...v0.9.2

tcfs v0.9.1

09 Mar 22:20
09eda4e

Choose a tag to compare

tcfs v0.9.1

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.1/tcfs-0.9.1-macos-aarch64.pkg
sudo installer -pkg tcfs-0.9.1-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.1/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tinyland-inc/tcfsd:v0.9.1

Debian/Ubuntu:

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.1/tcfs-0.9.1-amd64.deb
sudo dpkg -i tcfs-0.9.1-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.1/tcfsd-0.9.1-x86_64.rpm
sudo rpm -i tcfsd-0.9.1-x86_64.rpm

Verify checksums

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.1/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.1/SHA256SUMS.txt.sig
curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.1/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: tinyland-inc/tummycrypt@v0.9.0...v0.9.1

tcfs v0.9.0

09 Mar 21:25
b4af965

Choose a tag to compare

tcfs v0.9.0

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.0/tcfs-0.9.0-macos-aarch64.pkg
sudo installer -pkg tcfs-0.9.0-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.0/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tinyland-inc/tcfsd:v0.9.0

Debian/Ubuntu:

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.0/tcfs-0.9.0-amd64.deb
sudo dpkg -i tcfs-0.9.0-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.0/tcfsd-0.9.0-x86_64.rpm
sudo rpm -i tcfsd-0.9.0-x86_64.rpm

Verify checksums

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.0/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.0/SHA256SUMS.txt.sig
curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.9.0/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: tinyland-inc/tummycrypt@v0.8.1...v0.9.0

tcfs v0.8.1

08 Mar 00:24
890ef3f

Choose a tag to compare

tcfs v0.8.1

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.1/tcfs-0.8.1-macos-aarch64.pkg
sudo installer -pkg tcfs-0.8.1-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.1/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tinyland-inc/tcfsd:v0.8.1

Debian/Ubuntu:

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.1/tcfs-0.8.1-amd64.deb
sudo dpkg -i tcfs-0.8.1-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.1/tcfsd-0.8.1-x86_64.rpm
sudo rpm -i tcfsd-0.8.1-x86_64.rpm

Verify checksums

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.1/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.1/SHA256SUMS.txt.sig
curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.1/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: tinyland-inc/tummycrypt@v0.8.0...v0.8.1

tcfs v0.8.0

07 Mar 23:44
6ce4434

Choose a tag to compare

tcfs v0.8.0

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.0/tcfs-0.8.0-macos-aarch64.pkg
sudo installer -pkg tcfs-0.8.0-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.0/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tinyland-inc/tcfsd:v0.8.0

Debian/Ubuntu:

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.0/tcfs-0.8.0-amd64.deb
sudo dpkg -i tcfs-0.8.0-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.0/tcfsd-0.8.0-x86_64.rpm
sudo rpm -i tcfsd-0.8.0-x86_64.rpm

Verify checksums

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.0/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.0/SHA256SUMS.txt.sig
curl -LO https://github.com/tinyland-inc/tummycrypt/releases/download/v0.8.0/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: tinyland-inc/tummycrypt@v0.7.11...v0.8.0