@posthog/agent 2.3.81 → 2.3.84

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.81",
907
+ version: "2.3.84",
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: {
@@ -4056,7 +4056,7 @@ var SettingsManager = class {
4056
4056
  };
4057
4057
 
4058
4058
  // src/adapters/claude/claude-agent.ts
4059
- var SESSION_VALIDATION_TIMEOUT_MS = 1e4;
4059
+ var SESSION_VALIDATION_TIMEOUT_MS = 3e4;
4060
4060
  var MAX_TITLE_LENGTH = 256;
4061
4061
  var LOCAL_ONLY_COMMANDS = /* @__PURE__ */ new Set(["/context", "/heapdump", "/extra-usage"]);
4062
4062
  function sanitizeTitle(text2) {