This release includes 4 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+6 more
ReleasePort's take
Moderate signalVersion v2.0.0 of Talon removes the vfs_list, vfs_read, vfs_write tools and GET /vfs/* routes, as well as talon ls/cat CLI commands; it introduces a unified talon:// namespace with strict grammar, a real mountpoint, and FUSE live views.
Why it matters: Breaking change eliminates legacy vfs utilities (severity 70) requiring updates to scripts using those tools before upgrade. New unified namespace (feature severity 40) enables stricter grammar and live FUSE mounts.
Summary
AI summaryRemoved vfs_list/vfs_read/vfs_write tools, GET /vfs/* routes, and talon ls/cat commands; introduced unified talon:// namespace with strict grammar, real mountpoint, and FUSE live views.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | High |
Removes vfs_list, vfs_read, vfs_write tools and GET /vfs/* routes; eliminates talon ls/cat CLI commands. Removes vfs_list, vfs_read, vfs_write tools and GET /vfs/* routes; eliminates talon ls/cat CLI commands. Source: llm_adapter@2026-07-18 Confidence: low |
— |
| Feature | Medium |
Introduces unified talon:// namespace with strict grammar, real mountpoint, and FUSE live views. Introduces unified talon:// namespace with strict grammar, real mountpoint, and FUSE live views. Source: llm_adapter@2026-07-18 Confidence: low |
— |
Full changelog
2.0.0 (2026-07-17)
⚠ BREAKING CHANGES
- vfs: vfs_list/vfs_read/vfs_write tools, GET /vfs/* gateway routes, and the talon ls/cat CLI commands are gone — the namespace is served through ~/.talon/ns and the native tools' talon:// support.
Features
Breaking Changes
- Removed vfs_list, vfs_read, and vfs_write tools
- Removed GET /vfs/* gateway routes
- Removed talon ls and cat CLI commands
- Replaced with unified talon:// namespace served through ~/.talon/ns
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Talon
All releases →Related context
Related tools
Earlier breaking changes
- v3.0.0 Removes the talon:// address scheme; use real paths instead.
Beta — feedback welcome: [email protected]