use production share url

This commit is contained in:
Dax Raad
2025-06-19 14:21:00 -04:00
parent a85b0a370e
commit ec1c9f8cd1
6 changed files with 15 additions and 5 deletions

View File

@@ -20,11 +20,12 @@ const TOOL: Record<string, [string, string]> = {
list: ["List", UI.Style.TEXT_INFO_BOLD],
read: ["Read", UI.Style.TEXT_HIGHLIGHT_BOLD],
write: ["Write", UI.Style.TEXT_SUCCESS_BOLD],
websearch: ["Search", UI.Style.TEXT_MUTED_BOLD],
}
export const RunCommand = cmd({
command: "run [message..]",
describe: "Run OpenCode with a message",
describe: "Run opencode with a message",
builder: (yargs: Argv) => {
return yargs
.positional("message", {