Conversation
|
Deployment failed for project pylon-marketing with the following error: Learn More: https://vercel.com/pylon-code?upgradeToPro=build-rate-limit |
Contributor
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: unavailable · PR result: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
This branch has not been deployed
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.
Subscription limits already observed in the mobile app can now appear in iOS and Android home widgets. Publication is display-only: it does not start new quota or account probes. The widget shows provider/window/remaining percentage, reset and observation times, and opens Pylon's usage page. It omits account/model identifiers and stops exporting readings without affirmative provider authentication and a readable account identity.
The export is tied to the exact live RPC session. Delayed auth or config events from a previous session cannot relabel old readings after reconnect, even if a replacement supervisor reuses a numeric generation. New-session snapshots clear prior live usage sources and themes before adopting the new session's updates; same-session snapshots retain them. Invalid, future, or expired reading timestamps are rejected. Android's scheduled expiry refresh is best effort, and the visible observation time remains available. Small and medium iOS widget rows use bounded spacing and fixed vertical sizing so two quota windows per provider fit more consistently.
This PR is stacked on #833, which binds retained server quota to verified account identity. Source adaptations: T3
17f8e2a8acba76d5516e0a52c85bf802b0e17892and follow-up row-size fix564719165e9131ab2aa55e9c805b860a415690da. Intentional limits: Claude readings without a readable account ID/email are omitted; no hub sources are exported; no new polling or EAS/device deployment is included.Validation: 55 focused widget/client-runtime tests; mobile, client-runtime, and server typechecks; scoped lint/format. An isolated Expo prebuild and pod install succeeded. The unsigned iOS Simulator arm64 widget target compiled before the row-size modifier update; the updated TSX passes mobile typecheck but has no rendered simulator/device layout proof, including dynamic type. A dual-architecture build is blocked by the existing arm64-only GhosttyKit vendored framework. Android compile and device rendering were not verified because this host has no Java/Android SDK. Two independent read-only reviews passed the final session-receipt and privacy scopes, and the row-size/CI deltas were reviewed separately. No merge or release is requested.