@posthog/agent 2.3.280 → 2.3.281

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.
@@ -5805,7 +5805,7 @@ var import_hono = require("hono");
5805
5805
  // package.json
5806
5806
  var package_default = {
5807
5807
  name: "@posthog/agent",
5808
- version: "2.3.280",
5808
+ version: "2.3.281",
5809
5809
  repository: "https://github.com/PostHog/code",
5810
5810
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
5811
5811
  exports: {
@@ -7915,8 +7915,8 @@ var availableModes = [
7915
7915
  if (ALLOW_BYPASS) {
7916
7916
  availableModes.push({
7917
7917
  id: "bypassPermissions",
7918
- name: "Bypass Permissions",
7919
- description: "Bypass all permission prompts"
7918
+ name: "Auto-accept Permissions",
7919
+ description: "Auto-accept all permission requests"
7920
7920
  });
7921
7921
  }
7922
7922
  var CODE_EXECUTION_MODES = [
@@ -7945,7 +7945,7 @@ if (ALLOW_BYPASS) {
7945
7945
  codexModes.push({
7946
7946
  id: "full-access",
7947
7947
  name: "Full Access",
7948
- description: "Bypass all permission prompts"
7948
+ description: "Auto-accept all permission requests"
7949
7949
  });
7950
7950
  }
7951
7951