feat: strip out Hub/Mission Control code#2
Open
Patrick-Erichsen wants to merge 5 commits intomainfrom
Open
Conversation
c2567c8 to
193db5a
Compare
Strip all PostHog and Sentry telemetry from the codebase so the product works without phoning home. OpenTelemetry (CLI, user-configured) is kept. - Delete core telemetry files (posthog.ts, SentryLogger, TeamAnalytics, TokensBatchingService) - Remove all capture/report calls from 80+ caller files across core, GUI, VSCode, CLI, IntelliJ - Remove posthog-node, posthog-js, @sentry/* dependencies from all package.json files - Remove PostHog/Sentry plugins and build scripts - Create IdeInfoService.ts and uniqueId.ts for non-telemetry request headers - Remove PostHog API key from docs config - Remove posthog from analytics provider config schema Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove all ControlPlaneClient infrastructure, WorkOS auth, managed proxy, platform profile loading, org policy enforcement, and credits UI. Config is now fully local — only file-based config.yaml and .env secrets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…d mode UI (CON-5885) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
193db5a to
1240bed
Compare
Not needed without Hub connectivity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sestinj
approved these changes
Mar 20, 2026
sestinj
left a comment
There was a problem hiding this comment.
Wild PR. I scrolled through everything and I think it's good. Would be curious to see the prompt, but good to merge to the fork
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Commits
Context
Strips all telemetry and Hub connectivity from the open source release so the product works without phoning home.
Resolves CON-5883, CON-5885
Test plan
🤖 Generated with Claude Code