ci: share

This commit is contained in:
Dax Raad
2025-06-19 13:26:15 -04:00
parent e7784d2864
commit a85b0a370e
3 changed files with 4 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ export const RunCommand = cmd({
await Session.share(session.id)
UI.println(
UI.Style.TEXT_INFO_BOLD +
"~ https://dev.opencode.ai/s/" +
"~ https://opencode.ai/s/" +
session.id.slice(-8),
)
}