pentesting 0.8.2 → 0.8.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7916,10 +7916,7 @@ ${list}`);
7916
7916
  state.credentials.length > 0 && ` \u2502 ${state.credentials.length} creds`,
7917
7917
  tokenUsage.total > 0 && ` \u2502 ${(tokenUsage.total / 1e3).toFixed(0)}k tokens`
7918
7918
  ] }),
7919
- /* @__PURE__ */ jsx2(Box2, { children: pendingApproval ? /* @__PURE__ */ jsx2(Text2, { color: "#FFA500", bold: true, children: "\u26A0 WAITING APPROVAL" }) : isProcessing ? /* @__PURE__ */ jsxs2(Text2, { color: "#00FF00", children: [
7920
- "\u25CF PROCESSING ",
7921
- currentStatus && `(${currentStatus.slice(0, 20)}...)`
7922
- ] }) : /* @__PURE__ */ jsx2(Text2, { color: "#888888", children: "\u25CB READY" }) })
7919
+ /* @__PURE__ */ jsx2(Box2, { children: pendingApproval ? /* @__PURE__ */ jsx2(Text2, { color: "#FFA500", bold: true, children: "\u26A0 WAITING APPROVAL" }) : isProcessing ? /* @__PURE__ */ jsx2(Text2, { color: THEME.text.muted, children: "\u25CF" }) : /* @__PURE__ */ jsx2(Text2, { color: THEME.text.muted, children: "\u25CB READY" }) })
7923
7920
  ] })
7924
7921
  ] });
7925
7922
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",