pentesting 0.8.21 → 0.8.23
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/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7822,10 +7822,10 @@ ${list}`);
|
|
|
7822
7822
|
const getStyle = (type) => {
|
|
7823
7823
|
const styles = {
|
|
7824
7824
|
[MESSAGE_TYPE.USER]: { color: THEME.text.accent, prefix: "\u276F" },
|
|
7825
|
-
[MESSAGE_TYPE.ASSISTANT]: { color: THEME.text.primary, prefix: "\
|
|
7826
|
-
[MESSAGE_TYPE.TOOL]: { color: THEME.
|
|
7827
|
-
[MESSAGE_TYPE.RESULT]: { color: THEME.text.muted, prefix: "
|
|
7828
|
-
[MESSAGE_TYPE.THINKING]: { color: THEME.status.
|
|
7825
|
+
[MESSAGE_TYPE.ASSISTANT]: { color: THEME.text.primary, prefix: "\u23FA" },
|
|
7826
|
+
[MESSAGE_TYPE.TOOL]: { color: THEME.status.running, prefix: " \u23BF" },
|
|
7827
|
+
[MESSAGE_TYPE.RESULT]: { color: THEME.text.muted, prefix: " \u2713", dim: true },
|
|
7828
|
+
[MESSAGE_TYPE.THINKING]: { color: THEME.status.warning, prefix: " \u22EE" },
|
|
7829
7829
|
[MESSAGE_TYPE.ERROR]: { color: THEME.status.error, prefix: "\u2717" },
|
|
7830
7830
|
[MESSAGE_TYPE.SYSTEM]: { color: THEME.text.muted, prefix: "\u2022" }
|
|
7831
7831
|
};
|