Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:34
· 18 commits to main since this release

feat: localPathMode — configurable local path scope for file transfers

  • New per-connection localPathMode: "cwd" (default, cwd + allowedLocalPaths),
    "list" (only allowedLocalPaths), "any" (unrestricted)
  • New CLI flag --local-path-mode for single-host mode
  • Denied-path message is now mode-agnostic; empty whitelist reports "No allowed local paths"
  • Docs synced: HUMAN_GUIDE, AGENT_GUIDE, SECURITY, SKILL, README