@tuan_son.dinh/gsd 2.6.2 → 2.6.3
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..cee5c65 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 @@
|
|
@@ -76,3 +76,38 @@ index 0ca2af5..ebd49ce 100644
|
|
|
76
76
|
"toolPendingBg": "toolPendingBg",
|
|
77
77
|
"toolSuccessBg": "toolSuccessBg",
|
|
78
78
|
"toolErrorBg": "toolErrorBg",
|
|
79
|
+
@@ -72,8 +73,8 @@
|
|
80
|
+
"thinkingMinimal": "#6e6e6e",
|
|
81
|
+
"thinkingLow": "#5f87af",
|
|
82
|
+
"thinkingMedium": "#81a2be",
|
|
83
|
+
- "thinkingHigh": "#b294bb",
|
|
84
|
+
- "thinkingXhigh": "#d183e8",
|
|
85
|
+
+ "thinkingHigh": "#1e4d8c",
|
|
86
|
+
+ "thinkingXhigh": "#2d6db0",
|
|
87
|
+
|
|
88
|
+
"bashMode": "green"
|
|
89
|
+
},
|
|
90
|
+
diff --git a/node_modules/@mariozechner/pi-coding-agent/dist/modes/interactive/theme/light.json b/node_modules/@mariozechner/pi-coding-agent/dist/modes/interactive/theme/light.json
|
|
91
|
+
index 58ab93e..5b769e7 100644
|
|
92
|
+
--- a/node_modules/@mariozechner/pi-coding-agent/dist/modes/interactive/theme/light.json
|
|
93
|
+
+++ b/node_modules/@mariozechner/pi-coding-agent/dist/modes/interactive/theme/light.json
|
|
94
|
+
@@ -35,7 +35,7 @@
|
|
95
|
+
"userMessageText": "",
|
|
96
|
+
"customMessageBg": "customMsgBg",
|
|
97
|
+
"customMessageText": "",
|
|
98
|
+
- "customMessageLabel": "#7e57c2",
|
|
99
|
+
+ "customMessageLabel": "#1e4d8c",
|
|
100
|
+
"toolPendingBg": "toolPendingBg",
|
|
101
|
+
"toolSuccessBg": "toolSuccessBg",
|
|
102
|
+
"toolErrorBg": "toolErrorBg",
|
|
103
|
+
@@ -71,8 +71,8 @@
|
|
104
|
+
"thinkingMinimal": "#767676",
|
|
105
|
+
"thinkingLow": "blue",
|
|
106
|
+
"thinkingMedium": "teal",
|
|
107
|
+
- "thinkingHigh": "#875f87",
|
|
108
|
+
- "thinkingXhigh": "#8b008b",
|
|
109
|
+
+ "thinkingHigh": "#1e4d8c",
|
|
110
|
+
+ "thinkingXhigh": "#2d6db0",
|
|
111
|
+
|
|
112
|
+
"bashMode": "green"
|
|
113
|
+
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"userMessageText": "",
|
|
36
36
|
"customMessageBg": "customMsgBg",
|
|
37
37
|
"customMessageText": "",
|
|
38
|
-
"customMessageLabel": "#
|
|
38
|
+
"customMessageLabel": "#1e4d8c",
|
|
39
39
|
"toolPendingBg": "toolPendingBg",
|
|
40
40
|
"toolSuccessBg": "toolSuccessBg",
|
|
41
41
|
"toolErrorBg": "toolErrorBg",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"thinkingMinimal": "#767676",
|
|
72
72
|
"thinkingLow": "blue",
|
|
73
73
|
"thinkingMedium": "teal",
|
|
74
|
-
"thinkingHigh": "#
|
|
75
|
-
"thinkingXhigh": "#
|
|
74
|
+
"thinkingHigh": "#1e4d8c",
|
|
75
|
+
"thinkingXhigh": "#2d6db0",
|
|
76
76
|
|
|
77
77
|
"bashMode": "green"
|
|
78
78
|
},
|
|
@@ -504,7 +504,7 @@ const GREEN = "\x1b[32m";
|
|
|
504
504
|
const RED = "\x1b[31m";
|
|
505
505
|
const YELLOW = "\x1b[33m";
|
|
506
506
|
const WHITE = "\x1b[37m";
|
|
507
|
-
const MAGENTA = "\x1b[
|
|
507
|
+
const MAGENTA = "\x1b[38;2;30;77;140m";
|
|
508
508
|
|
|
509
509
|
// Semantic aliases for consistent use across all handlers
|
|
510
510
|
const CLR = {
|