Remove Home Tab, workstream grouping, and auto runs#3692
Merged
Conversation
Deletes the Home Tab feature end to end: the home feature dirs in core/ui, the workflow config canvas (including the auto-run action toggle), workstream schemas and presentation, the /code/home and /website/home routes, the sidebar Home item, the posthog-code-home-tab flag constants, the code_home/code_workflow API client methods, and the homeQuickAction task-creation plumbing. Generated-By: PostHog Code Task-Id: 98bddaa7-c8c3-4e21-aa95-9712d59f2404
|
😎 Merged successfully - details. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
2 tasks
k11kirky
marked this pull request as ready for review
July 22, 2026 13:11
Contributor
|
Reviews (1): Last reviewed commit: "Remove Home Tab, workstream grouping, an..." | Re-trigger Greptile |
adboio
approved these changes
Jul 22, 2026
adboio
left a comment
Contributor
There was a problem hiding this comment.
mostly yolo stamping, i assume we need this in before merging the backend piece
Contributor
Author
|
/trunk merge |
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.
Problem
The Home Tab (with its workstream grouping and auto-run workflow actions) is being removed from the product.
Why
The feature cluster is being retired, so all of its client code should go rather than sit dark behind the
posthog-code-home-tabflag.Changes
packages/core/src/home,packages/core/src/workflow(config canvas incl. the auto-run toggle),packages/ui/src/features/home, the/code/homeand/website/homeroutes, and the sidebar Home item.posthog-code-home-tabflag constants, thecode_home/code_workflowAPI-client methods, thehomeQuickActiontask-creation plumbing, and thehomeview type / nav analytics members.A companion PR in PostHog/posthog removes the server side (models, endpoints, Temporal workflows).
How did you test this?
pnpm typecheck— all 24 packages pass.pnpm lint— clean (pre-existing warnings only).@posthog/shared,@posthog/core,@posthog/ui,@posthog/api-client— all pass (1932 tests in ui alone).Automatic notifications
Created with PostHog Code