chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-02 07:58:52 +00:00
parent 04aef44fc3
commit 784a17f7b3
2 changed files with 14 additions and 13 deletions

View File

@@ -339,7 +339,9 @@ const createPlatform = (password: Accessor<string | null>): Platform => ({
return result
},
setDefaultServerUrl: async (url: string | null) => { await commands.setDefaultServerUrl(url) },
setDefaultServerUrl: async (url: string | null) => {
await commands.setDefaultServerUrl(url)
},
parseMarkdown: (markdown: string) => commands.parseMarkdownCommand(markdown),