ccstatusline-usage 2.0.27 → 2.0.28
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/dist/ccstatusline.js +10 -4
- package/package.json +1 -1
package/dist/ccstatusline.js
CHANGED
|
@@ -50982,13 +50982,19 @@ var SettingsSchema = exports_external.object({
|
|
|
50982
50982
|
version: exports_external.number().default(CURRENT_VERSION),
|
|
50983
50983
|
lines: exports_external.array(exports_external.array(WidgetItemSchema)).min(1).default([
|
|
50984
50984
|
[
|
|
50985
|
-
{ id: "model", type: "model", color: "
|
|
50985
|
+
{ id: "model", type: "model", color: "magenta" },
|
|
50986
50986
|
{ id: "sep1", type: "separator" },
|
|
50987
50987
|
{ id: "context", type: "context-percentage", color: "blue" },
|
|
50988
50988
|
{ id: "sep2", type: "separator" },
|
|
50989
|
-
{ id: "session-
|
|
50989
|
+
{ id: "session-clock", type: "session-clock", color: "yellow" },
|
|
50990
|
+
{ id: "sep3", type: "separator" },
|
|
50991
|
+
{ id: "session-id", type: "claude-session-id", color: "cyan" }
|
|
50992
|
+
],
|
|
50993
|
+
[
|
|
50994
|
+
{ id: "git-branch", type: "git-branch", color: "green" },
|
|
50995
|
+
{ id: "sep4", type: "separator" },
|
|
50996
|
+
{ id: "git-changes", type: "git-changes", color: "yellow" }
|
|
50990
50997
|
],
|
|
50991
|
-
[],
|
|
50992
50998
|
[]
|
|
50993
50999
|
]),
|
|
50994
51000
|
flexMode: FlexModeSchema.default("full-minus-40"),
|
|
@@ -51444,7 +51450,7 @@ import { execSync as execSync3 } from "child_process";
|
|
|
51444
51450
|
import * as fs5 from "fs";
|
|
51445
51451
|
import * as path4 from "path";
|
|
51446
51452
|
var __dirname = "/Users/peter/Documents/Code/ccstatusline-usage/src/utils";
|
|
51447
|
-
var PACKAGE_VERSION = "2.0.
|
|
51453
|
+
var PACKAGE_VERSION = "2.0.28";
|
|
51448
51454
|
function getPackageVersion() {
|
|
51449
51455
|
if (/^\d+\.\d+\.\d+/.test(PACKAGE_VERSION)) {
|
|
51450
51456
|
return PACKAGE_VERSION;
|