Write tool fails with EEXIST on paths containing Unicode characters (ö, ä)

Resolved 💬 3 comments Opened Mar 7, 2026 by dsjolie Closed Mar 11, 2026

Description

The Write tool fails with EEXIST: file already exists, mkdir when the file path contains Unicode characters (e.g., Swedish ö, ä). The tool attempts to create parent directories but its existence check fails on Unicode paths, causing mkdir to error even though the directory already exists.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗