Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 5f2a7c6

Browse files
committed
chore: generate
1 parent 7988f52 commit 5f2a7c6

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,11 +1341,7 @@ function TextPart(props: { last: boolean; part: TextPart; message: AssistantMess
13411341
<box id={"text-" + props.part.id} paddingLeft={3} marginTop={1} flexShrink={0}>
13421342
<Switch>
13431343
<Match when={Flag.OPENCODE_EXPERIMENTAL_MARKDOWN}>
1344-
<markdown
1345-
syntaxStyle={syntax()}
1346-
content={props.part.text.trim()}
1347-
conceal={ctx.conceal()}
1348-
/>
1344+
<markdown syntaxStyle={syntax()} content={props.part.text.trim()} conceal={ctx.conceal()} />
13491345
</Match>
13501346
<Match when={!Flag.OPENCODE_EXPERIMENTAL_MARKDOWN}>
13511347
<code

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"typescript": "catalog:",
2626
"@typescript/native-preview": "catalog:"
2727
}
28-
}
28+
}

packages/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"publishConfig": {
3131
"directory": "dist"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)