@toddzheng024/dscode-bundle 0.7.9 → 0.7.10

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.9",
2
+ "version": "0.7.10",
3
3
  "type": "module",
4
4
  "license": "MIT",
5
5
  "author": "Todd Zheng",
@@ -32390,7 +32390,7 @@ function Header({ cwd = "", model = "", effort = "", animated = false }) {
32390
32390
  if (!full) return (0, import_react.createElement)(Box, { flexDirection: "column", paddingX: 2, marginBottom: 1 },
32391
32391
  (0, import_react.createElement)(Text, { wrap: "truncate-end" },
32392
32392
  (0, import_react.createElement)(Text, { color: inkColor(getPalette().brandBright), bold: true }, "❄ DSCODE"),
32393
- (0, import_react.createElement)(Text, { color: inkColor(getPalette().dim) }, " v0.7.9")),
32393
+ (0, import_react.createElement)(Text, { color: inkColor(getPalette().dim) }, " v0.7.10")),
32394
32394
  (0, import_react.createElement)(Text, { wrap: "truncate-end" }, truncateColumns(modelName + " · " + effortName, width)),
32395
32395
  (0, import_react.createElement)(Text, { color: inkColor(getPalette().dim), wrap: "truncate-end" }, welcomePath(cwd, width)));
32396
32396
  return (0, import_react.createElement)(Box, { flexDirection: "column", width, borderStyle: "round", borderColor: inkColor(getPalette().brand), paddingX: 1 },
@@ -32401,7 +32401,7 @@ function Header({ cwd = "", model = "", effort = "", animated = false }) {
32401
32401
  (0, import_react.createElement)(Box, { flexDirection: "column", width: detailsWidth, marginTop: 2 },
32402
32402
  (0, import_react.createElement)(Text, { color: inkColor(getPalette().text), bold: true }, "DSCODE"),
32403
32403
  (0, import_react.createElement)(Text, { color: inkColor(getPalette().brandDeep) }, "────────────"),
32404
- (0, import_react.createElement)(Text, { color: inkColor(getPalette().dim) }, "v0.7.9"),
32404
+ (0, import_react.createElement)(Text, { color: inkColor(getPalette().dim) }, "v0.7.10"),
32405
32405
  (0, import_react.createElement)(Text, { wrap: "truncate-end" }, truncateColumns(dscodePadEnd(dscodeT("welcome.model"), 9) + modelName, detailsWidth)),
32406
32406
  (0, import_react.createElement)(Text, { wrap: "truncate-end" }, truncateColumns(dscodePadEnd(dscodeT("welcome.effort"), 9) + effortName, detailsWidth)),
32407
32407
  (0, import_react.createElement)(Text, null, " "),