@solongate/proxy 0.81.58 → 0.81.59

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 CHANGED
@@ -10593,6 +10593,12 @@ function SettingsPanel({
10593
10593
  ] }, "h:" + sec)
10594
10594
  );
10595
10595
  lineKey.push("");
10596
+ if ((sec === "WEBHOOKS" || sec === "ALERTS") && local?.enabled) {
10597
+ lineEls.push(
10598
+ /* @__PURE__ */ jsx7(Text7, { wrap: "truncate", color: theme.warn, children: ` \u26A0 local logs on \u2014 real denials stay on this machine, so ${sec.toLowerCase()} do NOT fire (t test still works)` }, "warn:" + sec)
10599
+ );
10600
+ lineKey.push("");
10601
+ }
10596
10602
  }
10597
10603
  lineEls.push(/* @__PURE__ */ jsx7(Box7, { children: rowLine(r) }, keyOf(r)));
10598
10604
  lineKey.push(keyOf(r));
package/dist/tui/index.js CHANGED
@@ -3720,6 +3720,12 @@ function SettingsPanel({
3720
3720
  ] }, "h:" + sec)
3721
3721
  );
3722
3722
  lineKey.push("");
3723
+ if ((sec === "WEBHOOKS" || sec === "ALERTS") && local?.enabled) {
3724
+ lineEls.push(
3725
+ /* @__PURE__ */ jsx7(Text7, { wrap: "truncate", color: theme.warn, children: ` \u26A0 local logs on \u2014 real denials stay on this machine, so ${sec.toLowerCase()} do NOT fire (t test still works)` }, "warn:" + sec)
3726
+ );
3727
+ lineKey.push("");
3728
+ }
3723
3729
  }
3724
3730
  lineEls.push(/* @__PURE__ */ jsx7(Box7, { children: rowLine(r) }, keyOf(r)));
3725
3731
  lineKey.push(keyOf(r));
@@ -6,3 +6,12 @@
6
6
  {"ms":4,"ts":1784137524268,"tool":"Bash","session":"4aefeb66-3bff-4335-b710-e4f70d3adadf"}
7
7
  {"ms":5,"ts":1784138159970,"tool":"Bash","session":"4aefeb66-3bff-4335-b710-e4f70d3adadf"}
8
8
  {"ms":2,"ts":1784138167398,"tool":"Bash","session":"4aefeb66-3bff-4335-b710-e4f70d3adadf"}
9
+ {"ms":3,"ts":1784325350846,"tool":"Bash","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
10
+ {"ms":6,"ts":1784325372017,"tool":"Bash","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
11
+ {"ms":3,"ts":1784325440597,"tool":"AskUserQuestion","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
12
+ {"ms":4,"ts":1784325486162,"tool":"Bash","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
13
+ {"ms":2,"ts":1784325515528,"tool":"AskUserQuestion","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
14
+ {"ms":3,"ts":1784326355922,"tool":"Bash","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
15
+ {"ms":2,"ts":1784326365762,"tool":"Bash","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
16
+ {"ms":3,"ts":1784326398280,"tool":"Edit","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
17
+ {"ms":1,"ts":1784326403539,"tool":"Bash","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
@@ -1 +1 @@
1
- {"ms":2,"ts":1784138167398,"tool":"Bash","session":"4aefeb66-3bff-4335-b710-e4f70d3adadf"}
1
+ {"ms":1,"ts":1784326403539,"tool":"Bash","session":"f5933c65-c315-4440-9afb-7136fce6b695"}
@@ -1 +1 @@
1
- 1784138162060
1
+ 1784326398329
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.81.58",
3
+ "version": "0.81.59",
4
4
  "description": "AI tool security proxy: protect any AI tool server with customizable policies, path/command constraints, rate limiting, and audit logging. No code changes required.",
5
5
  "type": "module",
6
6
  "bin": {