@tuan_son.dinh/gsd 2.6.1 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuan_son.dinh/gsd",
3
- "version": "2.6.1",
3
+ "version": "2.6.3",
4
4
  "description": "GSD — Get Shit Done coding agent",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -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..5d97539 100644
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 @@
@@ -67,3 +67,47 @@ 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",
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
+ },
@@ -37,7 +37,7 @@
37
37
  "userMessageText": "",
38
38
  "customMessageBg": "customMsgBg",
39
39
  "customMessageText": "",
40
- "customMessageLabel": "#9575cd",
40
+ "customMessageLabel": "darkBlue",
41
41
  "toolPendingBg": "toolPendingBg",
42
42
  "toolSuccessBg": "toolSuccessBg",
43
43
  "toolErrorBg": "toolErrorBg",
@@ -73,8 +73,8 @@
73
73
  "thinkingMinimal": "#6e6e6e",
74
74
  "thinkingLow": "#5f87af",
75
75
  "thinkingMedium": "#81a2be",
76
- "thinkingHigh": "#b294bb",
77
- "thinkingXhigh": "#d183e8",
76
+ "thinkingHigh": "#1e4d8c",
77
+ "thinkingXhigh": "#2d6db0",
78
78
 
79
79
  "bashMode": "green"
80
80
  },
@@ -35,7 +35,7 @@
35
35
  "userMessageText": "",
36
36
  "customMessageBg": "customMsgBg",
37
37
  "customMessageText": "",
38
- "customMessageLabel": "#7e57c2",
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": "#875f87",
75
- "thinkingXhigh": "#8b008b",
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[35m";
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 = {