@posthog/agent 2.3.155 → 2.3.159

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.
@@ -904,7 +904,7 @@ var import_hono = require("hono");
904
904
  // package.json
905
905
  var package_default = {
906
906
  name: "@posthog/agent",
907
- version: "2.3.155",
907
+ version: "2.3.159",
908
908
  repository: "https://github.com/PostHog/code",
909
909
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
910
910
  exports: {
@@ -2962,8 +2962,8 @@ var availableModes = [
2962
2962
  if (ALLOW_BYPASS) {
2963
2963
  availableModes.push({
2964
2964
  id: "bypassPermissions",
2965
- name: "Bypass Permissions",
2966
- description: "Bypass all permission checks"
2965
+ name: "Auto-accept Permissions",
2966
+ description: "Auto-accept all permission requests"
2967
2967
  });
2968
2968
  }
2969
2969
  var CODE_EXECUTION_MODES = [
@@ -3090,7 +3090,7 @@ function buildExitPlanModePermissionOptions() {
3090
3090
  if (ALLOW_BYPASS2) {
3091
3091
  options.push({
3092
3092
  kind: "allow_always",
3093
- name: "Yes, bypass all permissions",
3093
+ name: "Yes, auto-accept all permissions",
3094
3094
  optionId: "bypassPermissions"
3095
3095
  });
3096
3096
  }