@rely-ai/caliber 1.7.1 → 1.7.2

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.
Files changed (2) hide show
  1. package/dist/bin.js +2 -2
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -4556,7 +4556,7 @@ function markNoticeShown() {
4556
4556
  }
4557
4557
 
4558
4558
  // src/telemetry/index.ts
4559
- var POSTHOG_KEY = "phx_o1APdJxfIEvJ2RM0XyUX635wUms4mAWXNjPiIbLjGbU0lIi";
4559
+ var POSTHOG_KEY = "phc_XXrV0pSX4s2QVxVoOaeuyXDvtlRwPAjovt1ttMGVMPp";
4560
4560
  var client = null;
4561
4561
  var distinctId = null;
4562
4562
  function initTelemetry() {
@@ -4566,7 +4566,7 @@ function initTelemetry() {
4566
4566
  client = new PostHog(POSTHOG_KEY, {
4567
4567
  host: "https://us.i.posthog.com",
4568
4568
  flushAt: 20,
4569
- flushInterval: 0
4569
+ flushInterval: 1e4
4570
4570
  });
4571
4571
  if (!wasNoticeShown()) {
4572
4572
  console.log(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rely-ai/caliber",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Analyze your codebase and generate optimized AI agent configs (CLAUDE.md, .cursorrules, skills) — no API key needed",
5
5
  "type": "module",
6
6
  "bin": {