Files
orca/src
JinjingandOrca ce67f794d2 fix(worktree): allow Unicode letters/numbers in workspace names (#1624)
Users typing CJK or other non-ASCII names (e.g. 中文) into the Create
Workspace dialog hit "Invalid worktree name" because the sanitizer's
ASCII-only allowlist stripped every character, leaving an empty string.

Replace the allowlist with a Unicode-aware one (\p{L}\p{N}) so non-Latin
scripts pass through. Git ref-format and modern filesystems accept UTF-8.

Co-authored-by: Orca <help@stably.ai>
2026-05-09 00:27:41 -07:00
..