checkly 7.12.0 → 7.12.1

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.
@@ -41,6 +41,8 @@ Flags:
41
41
  - `--filter-status <status>` — only include runs with this status in stats: `success` or `failure`
42
42
  - `-o, --output <format>` — `detail` (default), `json`, or `md`
43
43
 
44
+ **Important:** Look for `errorGroups`, `rootCause` or `RCA` to investigate a root cause. If available, let the user know that Rocky AI (Checkly's AI agent) evaluated the issue already and reuse all available information.
45
+
44
46
  ### View a specific check result
45
47
 
46
48
  ```bash
@@ -2633,5 +2633,5 @@
2633
2633
  ]
2634
2634
  }
2635
2635
  },
2636
- "version": "7.12.0"
2636
+ "version": "7.12.1"
2637
2637
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checkly",
3
- "version": "7.12.0",
3
+ "version": "7.12.1",
4
4
  "description": "Checkly CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",