@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.
package/dist/agent.js CHANGED
@@ -281,7 +281,7 @@ import { v7 as uuidv7 } from "uuid";
281
281
  // package.json
282
282
  var package_default = {
283
283
  name: "@posthog/agent",
284
- version: "2.3.81",
284
+ version: "2.3.84",
285
285
  repository: "https://github.com/PostHog/code",
286
286
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
287
287
  exports: {
@@ -3192,7 +3192,7 @@ var SettingsManager = class {
3192
3192
  };
3193
3193
 
3194
3194
  // src/adapters/claude/claude-agent.ts
3195
- var SESSION_VALIDATION_TIMEOUT_MS = 1e4;
3195
+ var SESSION_VALIDATION_TIMEOUT_MS = 3e4;
3196
3196
  var MAX_TITLE_LENGTH = 256;
3197
3197
  var LOCAL_ONLY_COMMANDS = /* @__PURE__ */ new Set(["/context", "/heapdump", "/extra-usage"]);
3198
3198
  function sanitizeTitle(text2) {