mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Add session share URL display to CLI output
🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
parent
d334ead84a
commit
671e91f201
1 changed files with 6 additions and 0 deletions
|
|
@ -110,6 +110,12 @@ cli
|
|||
empty()
|
||||
stderr(styles.TEXT_NORMAL_BOLD + "> ", message.join(" "))
|
||||
empty()
|
||||
stderr(
|
||||
styles.TEXT_INFO_BOLD +
|
||||
"~ https://dev.opencode.ai/s?id=" +
|
||||
session.id.slice(-8),
|
||||
)
|
||||
empty()
|
||||
|
||||
function printEvent(color: string, type: string, title: string) {
|
||||
stderr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue