Skip to content

Talon

v2.0.0 Breaking

This release includes 4 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-ai ai-agent anthropic autonomous-agents llm claude
+6 more
discord-bot mcp model-context-protocol self-hosted telegram-bot typescript

ReleasePort's take

Moderate signal
editorial:auto 8d

Version 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 summary

Removed 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

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

  • vfs: unified talon:// namespace — strict grammar, real mountpoint, FUSE live views (#571) (a8f0f7c)

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

Track Talon

Get notified when new releases ship.

Sign up free

About Talon

All releases →

Related context

Earlier breaking changes

  • v3.0.0 Removes the talon:// address scheme; use real paths instead.

Beta — feedback welcome: [email protected]