@posthog/agent 2.3.709 → 2.3.727

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.
@@ -9471,7 +9471,7 @@ var import_zod4 = require("zod");
9471
9471
  // package.json
9472
9472
  var package_default = {
9473
9473
  name: "@posthog/agent",
9474
- version: "2.3.709",
9474
+ version: "2.3.727",
9475
9475
  repository: "https://github.com/PostHog/code",
9476
9476
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
9477
9477
  exports: {
@@ -21763,6 +21763,9 @@ function resolveGatewayProduct({
21763
21763
  isInternal,
21764
21764
  originProduct
21765
21765
  } = {}) {
21766
+ if (originProduct === "slack") {
21767
+ return "slack_app";
21768
+ }
21766
21769
  if (isInternal) {
21767
21770
  return originProduct === "signal_report" ? "signals" : "background_agents";
21768
21771
  }