@posthog/agent 2.3.90 → 2.3.92

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
@@ -371,7 +371,7 @@ import { v7 as uuidv7 } from "uuid";
371
371
  // package.json
372
372
  var package_default = {
373
373
  name: "@posthog/agent",
374
- version: "2.3.90",
374
+ version: "2.3.92",
375
375
  repository: "https://github.com/PostHog/code",
376
376
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
377
377
  exports: {
@@ -2570,6 +2570,7 @@ async function canUseTool(context) {
2570
2570
 
2571
2571
  // src/adapters/claude/session/commands.ts
2572
2572
  var UNSUPPORTED_COMMANDS = [
2573
+ "clear",
2573
2574
  "context",
2574
2575
  "cost",
2575
2576
  "keybindings-help",