@posthog/agent 2.3.73 → 2.3.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posthog/agent",
3
- "version": "2.3.73",
3
+ "version": "2.3.74",
4
4
  "repository": "https://github.com/PostHog/code",
5
5
  "description": "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
6
6
  "exports": {
@@ -238,6 +238,7 @@ export function buildSessionOptions(params: BuildOptionsParams): Options {
238
238
 
239
239
  const options: Options = {
240
240
  ...params.userProvidedOptions,
241
+ betas: ["context-1m-2025-08-07"],
241
242
  systemPrompt: params.systemPrompt ?? buildSystemPrompt(),
242
243
  settingSources: ["user", "project", "local"],
243
244
  stderr: (err) => params.logger.error(err),