{
  "name": "@jelou/cli",
  "version": "1.69.3",
  "description": "Build AI agents on the Jelou platform — from your terminal or your AI editor.",
  "author": "Jelou Inc. (https://jelou.ai)",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/JelouLatam/jelou-cli.git"
  },
  "homepage": "https://jelou.ai",
  "bin": {
    "jelou": "bin/jelou"
  },
  "scripts": {
    "postinstall": "node bin/postinstall.js"
  },
  "files": [
    "bin/",
    "lib/",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "optionalDependencies": {
    "@jelou/cli-darwin-arm64": "1.69.3",
    "@jelou/cli-darwin-x64": "1.69.3",
    "@jelou/cli-linux-x64": "1.69.3",
    "@jelou/cli-linux-arm64": "1.69.3",
    "@jelou/cli-win32-x64": "1.69.3"
  },
  "keywords": [
    "jelou",
    "cli",
    "ai-agents",
    "agent-skills",
    "agents",
    "agentic",
    "workflows",
    "functions",
    "serverless",
    "whatsapp",
    "whatsapp-bot",
    "whatsapp-campaigns",
    "claude-code",
    "cursor",
    "codex",
    "windsurf",
    "mcp",
    "channels"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "jelou": {
    "minVersion": "1.65.0",
    "release_notes": {
      "version": "1.69.3",
      "date": "2026-07-16",
      "headline": "Fixed commands failing with a misleading \"retry later\" error when your company has no provisioned brain project credential.",
      "highlights": [
        {
          "type": "fixed",
          "text": "`jelou test send` (and other commands that resolve your company identity) no longer fail with a retryable `TRANSIENT_ERROR` when the active company's brain has no provisioned project credential. You now get the accurate, actionable auth error telling you to re-run `jelou login`, and a genuinely missing identity field is reported by name as a non-retryable error instead of a misleading 500."
        }
      ]
    }
  }
}
