@posthog/agent 2.3.703 → 2.3.709

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.703",
9474
+ version: "2.3.709",
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: {
@@ -24153,6 +24153,7 @@ var AgentServer = class {
24153
24153
  this.configureEnvironment({
24154
24154
  isInternal: preTask?.internal === true,
24155
24155
  originProduct: preTask?.origin_product,
24156
+ signalReportId: preTask?.signal_report,
24156
24157
  taskId: payload.task_id,
24157
24158
  taskRunId: payload.run_id,
24158
24159
  taskUserId: payload.user_id
@@ -24915,6 +24916,7 @@ ${signedCommitInstructions}
24915
24916
  configureEnvironment({
24916
24917
  isInternal = false,
24917
24918
  originProduct,
24919
+ signalReportId,
24918
24920
  taskId,
24919
24921
  taskRunId,
24920
24922
  taskUserId
@@ -24926,6 +24928,7 @@ ${signedCommitInstructions}
24926
24928
  const customHeaders = buildGatewayPropertyHeaders({
24927
24929
  task_origin_product: originProduct,
24928
24930
  task_internal: isInternal,
24931
+ signal_report_id: signalReportId,
24929
24932
  task_id: taskId,
24930
24933
  task_run_id: taskRunId,
24931
24934
  task_user_id: taskUserId