@posthog/agent 2.3.267 → 2.3.278

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.
@@ -5802,7 +5802,7 @@ var import_hono = require("hono");
5802
5802
  // package.json
5803
5803
  var package_default = {
5804
5804
  name: "@posthog/agent",
5805
- version: "2.3.267",
5805
+ version: "2.3.278",
5806
5806
  repository: "https://github.com/PostHog/code",
5807
5807
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
5808
5808
  exports: {
@@ -7912,8 +7912,8 @@ var availableModes = [
7912
7912
  if (ALLOW_BYPASS) {
7913
7913
  availableModes.push({
7914
7914
  id: "bypassPermissions",
7915
- name: "Auto-accept Permissions",
7916
- description: "Auto-accept all permission requests"
7915
+ name: "Bypass Permissions",
7916
+ description: "Bypass all permission prompts"
7917
7917
  });
7918
7918
  }
7919
7919
  var CODE_EXECUTION_MODES = [
@@ -7942,7 +7942,7 @@ if (ALLOW_BYPASS) {
7942
7942
  codexModes.push({
7943
7943
  id: "full-access",
7944
7944
  name: "Full Access",
7945
- description: "Auto-accept all permission requests"
7945
+ description: "Bypass all permission prompts"
7946
7946
  });
7947
7947
  }
7948
7948
 
@@ -8059,7 +8059,7 @@ function buildExitPlanModePermissionOptions() {
8059
8059
  if (ALLOW_BYPASS2) {
8060
8060
  options.push({
8061
8061
  kind: "allow_always",
8062
- name: "Yes, auto-accept all permissions",
8062
+ name: "Yes, bypass all permissions",
8063
8063
  optionId: "bypassPermissions"
8064
8064
  });
8065
8065
  }