claudecodeui icon indicating copy to clipboard operation
claudecodeui copied to clipboard

Bug report: Source Control fails with Chinese file paths

Open xavierliang opened this issue 7 months ago • 0 comments

Bug report: Source Control fails with Chinese file paths Title: Source Control actions fail for files with Chinese paths Environment: macOS (Darwin 24.6.0), Bash; repo: claudecodeui Description: Files whose paths contain Chinese characters cannot be handled correctly in the Source Control panel. Steps to Reproduce:

  1. Create or modify a file with a Chinese path, e.g., docs/指南/快速开始.md
  2. Open the Source Control panel.
  3. Try to commit. Expected: Operations work the same as with ASCII-only paths. Actual: Actions fail or no-op; file cannot be opened or run. Errors may include “No such file or directory” or garbled paths. Notes/Possible cause: Unicode path handling/encoding issue (UTF‑8), missing shell quoting, or macOS path normalization (NFD vs NFC). Workaround: Rename paths to ASCII-only characters.

xavierliang avatar Aug 15 '25 05:08 xavierliang