summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2026-01-28 03:06:58 +0000
committerGitHub Action <[email protected]>2026-01-28 03:06:58 +0000
commit5f2a7c630b726b571672ded335cb31d5d4343449 (patch)
tree1530371332566940484778385ba0cff0a9f15d1d
parent7988f52231b7f8b3188831bbd9efd48797036099 (diff)
downloadopencode-5f2a7c630b726b571672ded335cb31d5d4343449.tar.gz
opencode-5f2a7c630b726b571672ded335cb31d5d4343449.zip
chore: generate
-rw-r--r--packages/opencode/src/cli/cmd/tui/routes/session/index.tsx6
-rw-r--r--packages/plugin/package.json2
-rw-r--r--packages/sdk/js/package.json2
3 files changed, 3 insertions, 7 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
index 737ec4175..04a8c6422 100644
--- a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
+++ b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
@@ -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}>
<Switch>
<Match when={Flag.OPENCODE_EXPERIMENTAL_MARKDOWN}>
- <markdown
- syntaxStyle={syntax()}
- content={props.part.text.trim()}
- conceal={ctx.conceal()}
- />
+ <markdown syntaxStyle={syntax()} content={props.part.text.trim()} conceal={ctx.conceal()} />
</Match>
<Match when={!Flag.OPENCODE_EXPERIMENTAL_MARKDOWN}>
<code
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
index 66e26440b..81c14f9d6 100644
--- a/packages/plugin/package.json
+++ b/packages/plugin/package.json
@@ -25,4 +25,4 @@
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
}
-} \ No newline at end of file
+}
diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json
index c9626cab3..a752b3362 100644
--- a/packages/sdk/js/package.json
+++ b/packages/sdk/js/package.json
@@ -30,4 +30,4 @@
"publishConfig": {
"directory": "dist"
}
-} \ No newline at end of file
+}