@tuan_son.dinh/gsd 2.6.1 → 2.6.2
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
|
@@ -47,7 +47,7 @@ index 27fe820..68f277f 100644
|
|
|
47
47
|
clearTimeout(timeoutHandle);
|
|
48
48
|
if (signal)
|
|
49
49
|
diff --git a/node_modules/@mariozechner/pi-coding-agent/dist/modes/interactive/theme/dark.json b/node_modules/@mariozechner/pi-coding-agent/dist/modes/interactive/theme/dark.json
|
|
50
|
-
index 0ca2af5..
|
|
50
|
+
index 0ca2af5..ebd49ce 100644
|
|
51
51
|
--- a/node_modules/@mariozechner/pi-coding-agent/dist/modes/interactive/theme/dark.json
|
|
52
52
|
+++ b/node_modules/@mariozechner/pi-coding-agent/dist/modes/interactive/theme/dark.json
|
|
53
53
|
@@ -4,6 +4,7 @@
|
|
@@ -67,3 +67,12 @@ index 0ca2af5..5d97539 100644
|
|
|
67
67
|
"borderAccent": "cyan",
|
|
68
68
|
"borderMuted": "darkGray",
|
|
69
69
|
"success": "green",
|
|
70
|
+
@@ -36,7 +37,7 @@
|
|
71
|
+
"userMessageText": "",
|
|
72
|
+
"customMessageBg": "customMsgBg",
|
|
73
|
+
"customMessageText": "",
|
|
74
|
+
- "customMessageLabel": "#9575cd",
|
|
75
|
+
+ "customMessageLabel": "darkBlue",
|
|
76
|
+
"toolPendingBg": "toolPendingBg",
|
|
77
|
+
"toolSuccessBg": "toolSuccessBg",
|
|
78
|
+
"toolErrorBg": "toolErrorBg",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"userMessageText": "",
|
|
38
38
|
"customMessageBg": "customMsgBg",
|
|
39
39
|
"customMessageText": "",
|
|
40
|
-
"customMessageLabel": "
|
|
40
|
+
"customMessageLabel": "darkBlue",
|
|
41
41
|
"toolPendingBg": "toolPendingBg",
|
|
42
42
|
"toolSuccessBg": "toolSuccessBg",
|
|
43
43
|
"toolErrorBg": "toolErrorBg",
|