pentesting 0.8.21 → 0.8.22

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. 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: "\u25C8" },
7826
- [MESSAGE_TYPE.TOOL]: { color: THEME.text.muted, prefix: " ", dim: true },
7827
- [MESSAGE_TYPE.RESULT]: { color: THEME.text.muted, prefix: " ", dim: true },
7828
- [MESSAGE_TYPE.THINKING]: { color: THEME.status.running, prefix: "\u25CB" },
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.8.21",
3
+ "version": "0.8.22",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",