chore: generate

This commit is contained in:
GitHub Action
2026-01-28 03:06:58 +00:00
parent 7988f52231
commit 5f2a7c630b
3 changed files with 3 additions and 7 deletions

View File

@@ -1341,11 +1341,7 @@ function TextPart(props: { last: boolean; part: TextPart; message: AssistantMess
<box id={"text-" + props.part.id} paddingLeft={3} marginTop={1} flexShrink={0}> <box id={"text-" + props.part.id} paddingLeft={3} marginTop={1} flexShrink={0}>
<Switch> <Switch>
<Match when={Flag.OPENCODE_EXPERIMENTAL_MARKDOWN}> <Match when={Flag.OPENCODE_EXPERIMENTAL_MARKDOWN}>
<markdown <markdown syntaxStyle={syntax()} content={props.part.text.trim()} conceal={ctx.conceal()} />
syntaxStyle={syntax()}
content={props.part.text.trim()}
conceal={ctx.conceal()}
/>
</Match> </Match>
<Match when={!Flag.OPENCODE_EXPERIMENTAL_MARKDOWN}> <Match when={!Flag.OPENCODE_EXPERIMENTAL_MARKDOWN}>
<code <code

View File

@@ -25,4 +25,4 @@
"typescript": "catalog:", "typescript": "catalog:",
"@typescript/native-preview": "catalog:" "@typescript/native-preview": "catalog:"
} }
} }

View File

@@ -30,4 +30,4 @@
"publishConfig": { "publishConfig": {
"directory": "dist" "directory": "dist"
} }
} }