@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 +1 -1
- package/vendor/tui/index.mjs +2 -2
package/package.json
CHANGED
package/vendor/tui/index.mjs
CHANGED
|
@@ -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.
|
|
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.
|
|
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, " "),
|