refactor(mobile): reuse transport and permission policies#3635
Open
richardsolomou wants to merge 6 commits into
Open
refactor(mobile): reuse transport and permission policies#3635richardsolomou wants to merge 6 commits into
richardsolomou wants to merge 6 commits into
Conversation
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
richardsolomou
force-pushed
the
posthog-code/share-mobile-inbox-transport
branch
from
July 23, 2026 13:06
fcec203 to
407d084
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-mcp-skill-transport
branch
from
July 23, 2026 13:08
a5ab234 to
d85caff
Compare
2 tasks
richardsolomou
force-pushed
the
posthog-code/share-mobile-inbox-transport
branch
from
July 23, 2026 13:36
407d084 to
e340cac
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-mcp-skill-transport
branch
from
July 23, 2026 13:37
d85caff to
872c4ca
Compare
This was referenced Jul 23, 2026
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 23, 2026
richardsolomou
marked this pull request as ready for review
July 23, 2026 15:47
Contributor
|
Reviews (1): Last reviewed commit: "Merge posthog-code/share-mobile-inbox-tr..." | Re-trigger Greptile |
richardsolomou
force-pushed
the
posthog-code/share-mobile-inbox-transport
branch
from
July 23, 2026 16:34
dab3bbc to
29378f7
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-mcp-skill-transport
branch
2 times, most recently
from
July 23, 2026 17:28
6aa93d5 to
eb313ca
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-inbox-transport
branch
from
July 23, 2026 17:28
29378f7 to
9d2bd25
Compare
Generated-By: PostHog Code Task-Id: 40c57a59-b4e1-4760-8e56-ecd03e9c2f0f
Generated-By: PostHog Code Task-Id: 40c57a59-b4e1-4760-8e56-ecd03e9c2f0f
Generated-By: PostHog Code Task-Id: 40c57a59-b4e1-4760-8e56-ecd03e9c2f0f
Generated-By: PostHog Code Task-Id: 40c57a59-b4e1-4760-8e56-ecd03e9c2f0f
Generated-By: PostHog Code Task-Id: 40c57a59-b4e1-4760-8e56-ecd03e9c2f0f
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
richardsolomou
force-pushed
the
posthog-code/share-mobile-mcp-skill-transport
branch
from
July 23, 2026 18:55
eb313ca to
5bb5175
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-inbox-transport
branch
from
July 23, 2026 18:55
9d2bd25 to
408b0a2
Compare
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
Mobile duplicated MCP and skill-store HTTP clients, while UI and mobile independently interpreted permission options, plan approvals, and recoverable pending prompts.
Depends on #3634
Refs #2416
Changes
I switched mobile MCP/skill consumers to the existing
PostHogAPIClient. Shared permission, plan, and pending-prompt decisions now live in core and are consumed by both UI and mobile; each surface keeps its own rendering.How did you test this?
Automatic notifications
Created with PostHog Code