diff options
| author | Alex Knight <[email protected]> | 2025-11-03 14:21:43 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-03 09:21:43 -0500 |
| commit | 0f7ff3fcb17be9ebbd05e676b0ae14631ab40948 (patch) | |
| tree | 8d31af44722c9191687f3918314f71b6cdb67d73 /github/index.ts | |
| parent | 2c3aa330b92bcc981d271c34388ac4ed2242b670 (diff) | |
| download | opencode-0f7ff3fcb17be9ebbd05e676b0ae14631ab40948.tar.gz opencode-0f7ff3fcb17be9ebbd05e676b0ae14631ab40948.zip | |
Log share link immediately after session creation (#3811)
Diffstat (limited to 'github/index.ts')
| -rw-r--r-- | github/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/github/index.ts b/github/index.ts index 09b496674..789aad898 100644 --- a/github/index.ts +++ b/github/index.ts @@ -152,6 +152,9 @@ try { return session.id.slice(-8) })() console.log("opencode session", session.id) + if (shareId) { + console.log("Share link:", `${useShareUrl()}/s/${shareId}`) + } // Handle 3 cases // 1. Issue |
