tweak: update import & pr commands to use new share link ur

This commit is contained in:
Aiden Cline
2025-12-23 14:04:33 -06:00
parent 698cfb57a1
commit e30d5d8e34
2 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ export const PrCommand = cmd({
// Check for opencode session link in PR body
if (prInfo && prInfo.body) {
const sessionMatch = prInfo.body.match(/https:\/\/opencode\.ai\/s\/([a-zA-Z0-9_-]+)/)
const sessionMatch = prInfo.body.match(/https:\/\/opncd\.ai\/s\/([a-zA-Z0-9_-]+)/)
if (sessionMatch) {
const sessionUrl = sessionMatch[0]
UI.println(`Found opencode session: ${sessionUrl}`)