lupacode 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -96422,7 +96422,7 @@ var import_react35 = __toESM(require_react(), 1);
96422
96422
  // package.json
96423
96423
  var package_default2 = {
96424
96424
  name: "lupacode",
96425
- version: "1.0.8",
96425
+ version: "1.0.9",
96426
96426
  description: "AI-powered terminal coding assistant",
96427
96427
  type: "module",
96428
96428
  bin: {
@@ -98709,8 +98709,7 @@ function renderToolCall(tc, colors, j2, renderKey) {
98709
98709
  paddingX: 2,
98710
98710
  children: /* @__PURE__ */ import_jsx_dev_runtime2.jsxDEV("markdown", {
98711
98711
  content: "```diff\n" + diff + "\n```",
98712
- syntaxStyle: globalSyntaxStyle,
98713
- concealCode: true
98712
+ syntaxStyle: globalSyntaxStyle
98714
98713
  }, undefined, false, undefined, this)
98715
98714
  }, undefined, false, undefined, this)
98716
98715
  ]
@@ -98749,8 +98748,7 @@ function renderToolCall(tc, colors, j2, renderKey) {
98749
98748
  paddingX: 2,
98750
98749
  children: /* @__PURE__ */ import_jsx_dev_runtime2.jsxDEV("markdown", {
98751
98750
  content: "```\n" + content + "\n```",
98752
- syntaxStyle: globalSyntaxStyle,
98753
- concealCode: true
98751
+ syntaxStyle: globalSyntaxStyle
98754
98752
  }, undefined, false, undefined, this)
98755
98753
  }, undefined, false, undefined, this)
98756
98754
  ]
@@ -98905,7 +98903,6 @@ function BotMessage({
98905
98903
  children: /* @__PURE__ */ import_jsx_dev_runtime2.jsxDEV("markdown", {
98906
98904
  content: part.text,
98907
98905
  syntaxStyle: globalSyntaxStyle,
98908
- concealCode: true,
98909
98906
  streaming,
98910
98907
  tableOptions: {
98911
98908
  style: "grid",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lupacode",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "AI-powered terminal coding assistant",
5
5
  "type": "module",
6
6
  "bin": {