This commit is contained in:
Dax Raad
2025-05-23 16:51:53 -04:00
parent 5f750b7368
commit 5c491758f5
3 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,8 @@ cli
await Share.init();
const session = await Session.create();
const shareID = await Session.share(session.id);
if (shareID) console.log("Share ID:", shareID);
if (shareID)
console.log("Share ID: https://dev.opencode.ai/share/" + shareID);
const result = await Session.chat(session.id, {
type: "text",
text: message.join(" "),