fix(kugetsu-session): extract_issue_ref_from_message fix URL parsing #178

Merged
shoko merged 1 commits from fix/issue-176-extract-issue-ref into main 2026-04-06 04:54:12 +02:00

1 Commits

Author SHA1 Message Date
shokollm
d68a63af41 fix(kugetsu-session): extract_issue_ref_from_message fix URL parsing
Fix issue where full URLs like #158
were incorrectly parsed to 'shoko/kugetsu/issues#158' instead of
'git.fbrns.co/shoko/kugetsu#158'.

The regex now correctly extracts instance, owner, repo, and number
using bash regex capture groups instead of fragile sed/cut pipeline.
2026-04-06 02:51:51 +00:00