refactor(mobile): finish shared cloud task adoption#3608
refactor(mobile): finish shared cloud task adoption#3608richardsolomou wants to merge 5 commits into
Conversation
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
React Doctor found 10 issues in 2 files · 10 warnings. 10 warnings
Reviewed by React Doctor for commit |
71a9410 to
bc3432b
Compare
8c39d0e to
f08bac5
Compare
bc3432b to
469e7c2
Compare
2dafbcd to
1b48f46
Compare
469e7c2 to
70e84e9
Compare
32895be to
54e687e
Compare
70e84e9 to
dde4532
Compare
54e687e to
25563d8
Compare
dde4532 to
8c45346
Compare
|
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. |
|
Reviews (1): Last reviewed commit: "fix(mobile): select a visible fallback m..." | Re-trigger Greptile |
Generated-By: PostHog Code Task-Id: 40c57a59-b4e1-4760-8e56-ecd03e9c2f0f
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
996c103 to
23dec67
Compare
bdfa389 to
5e38056
Compare
PR overviewAll previously flagged issues have been addressed. No open security concerns remain on this pull request. Security reviewNo open security issues remain on this pull request. Fixed/addressed: 1 · PR risk: 0/10 |
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22

Problem
After adopting the shared contracts, API client, policies, and cloud-task engine, mobile still carried wrappers around canonical inbox/task types, prompt parsing, model configuration, and API helpers. Failed or filtered live configuration could also leave an unusable model selected.
Depends on #3624
Refs #2416
Changes
I moved the remaining mobile consumers onto the authenticated model catalog and shared contracts/helpers. Fallback task configuration remains usable after live configuration failure, filtering GLM selects a visible unrestricted model, and unrestricted execution modes stay hidden until mobile has an explicit opt-in.
How did you test this?
Automatic notifications
Created with PostHog Code