@integrity-labs/agt-cli 0.28.894 → 0.28.896

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/mcp/index.js CHANGED
@@ -45809,6 +45809,12 @@ function describeReconnectRequestResult(resp) {
45809
45809
  isError: false
45810
45810
  };
45811
45811
  case "notified_disputed":
45812
+ if (resp.platform_health && resp.platform_health !== "ok") {
45813
+ return {
45814
+ text: `Reconnect request sent \u2014 your manager has been notified with the error you reported. The platform has not confirmed a failure here (its own health check for this integration is "${resp.platform_health}"), so your first-hand error is the only evidence anyone has; it has been passed on as such. Stop retrying the failing tool.`,
45815
+ isError: false
45816
+ };
45817
+ }
45812
45818
  return {
45813
45819
  text: "Reconnect request sent. Note that the platform still shows this integration as connected, so your report and the stored status disagree \u2014 your manager has been notified with both, and with the error you reported. Stop retrying the failing tool; a human has to resolve the disagreement.",
45814
45820
  isError: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.894",
3
+ "version": "0.28.896",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {