@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.
@@ -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.90",
907
+ version: "2.3.92",
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: {
@@ -3434,6 +3434,7 @@ async function canUseTool(context) {
3434
3434
 
3435
3435
  // src/adapters/claude/session/commands.ts
3436
3436
  var UNSUPPORTED_COMMANDS = [
3437
+ "clear",
3437
3438
  "context",
3438
3439
  "cost",
3439
3440
  "keybindings-help",