Release Notes
Added
- Python SDK for AgentFS.
- Web browser support for TypeScript SDK.
- Dynamic CLI completions with
completion command (install/uninstall).
Changed
- TypeScript SDK: Remove
ready() method from the API.
- TypeScript SDK: Improve
KvStore.get() API.
- TypeScript SDK: Improve
FileSystem.readFile() compatibility.
- TypeScript SDK: Use
RETURNING clause instead of lastInsertRowid.
- TypeScript SDK: Switch to proper Turso dependency versioning.
- Python SDK: Use
RETURNING clause instead of lastInsertRowid.
- Rust SDK: Use
RETURNING clause instead of lastInsertRowid.
Fixed
- CLI
cat command bug.
- macFUSE: pass full path to open dynamic libs.
Documentation
- Add FAQ entry for Docker Sandbox.
Install agentfs 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/agentfs/releases/download/v0.3.0/agentfs-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/tursodatabase/agentfs/releases/download/v0.3.0/agentfs-installer.ps1 | iex"
Download agentfs 0.3.0