You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(terminal): restrict GitHub shorthand owner to real slug rules
Owner segment now matches GitHub's user/org rules (ASCII alphanumerics
+ single hyphens, no dots/underscores, no leading/trailing/consecutive
hyphen, <=39 chars) instead of the lax repo charset. Prevents
slash-separated terminal tokens that fail path resolution (text/html,
foo.bar/baz, my_org/x) from producing bogus 'Open Link in Browser'
items. Repo names stay laxer (dots/underscores) to match real repos
like mrdoob/three.js.
Addresses Greptile P2 on manaflow-ai#5491.
0 commit comments