@bulletproof-sh/ctrl-daemon 0.0.4 → 0.0.5

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/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,11 +40,9 @@ The [Ctrl web app](https://ctrl.bulletproof.sh) connects here by default. You ca
40
40
 
41
41
  | Variable | Description |
42
42
  |---|---|
43
- | `VITE_PUBLIC_POSTHOG_KEY` | PostHog API key for analytics (optional) |
44
- | `VITE_PUBLIC_POSTHOG_HOST` | PostHog host (default: `https://us.i.posthog.com`) |
45
43
  | `CLAUDE_HOME` | Override the Claude home directory (default: `~/.claude`) |
46
44
 
47
- Analytics are disabled when `VITE_PUBLIC_POSTHOG_KEY` is not set. Crash reports use PostHog Error Tracking (free feature).
45
+ Analytics are always enabled and use a built-in PostHog key — no configuration needed. Crash reports use PostHog Error Tracking.
48
46
 
49
47
  ## Auto-update
50
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bulletproof-sh/ctrl-daemon",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "WebSocket daemon for ctrl — watches Claude Code sessions and broadcasts agent state",
5
5
  "type": "module",
6
6
  "license": "MIT",