feat: add native T4 companion app for iOS and Android#86
Draft
wolfiesch wants to merge 10 commits into
Draft
Conversation
riverpilot
suggested changes
Jul 21, 2026
riverpilot
left a comment
Contributor
There was a problem hiding this comment.
Recommend closing as obsolete/superseded, not repairing for merge. Current main already ships the maintained Flutter Android/iOS/macOS client under com.lycaonsolutions.t4code; this Expo companion claims the same native identity, so the two applications cannot coexist. Rebasing also rejects Flutter's native Origin: https://localhost handshake at the Tailnet gateway and carries stale 0.1.29 release metadata that fails the 0.1.30 release contract. Preserve one supported native client: Flutter.
Contributor
|
Maintainer recommendation: close this draft as superseded by the merged Flutter native client. Do not maintain two native apps with the same iOS/Android identity. |
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.
What this changes
This remains a draft checkpoint while an alternative Flutter client is evaluated. The server-side bounded-tail fix for transcripts larger than 64 MiB is not part of this PR.
How you verified it
On
2bd5cd2:mise exec node@24.17.0 -- pnpm --filter @t4-code/companion typecheckmise exec node@24.17.0 -- pnpm --filter @t4-code/companion testmise exec node@24.17.0 -- node apps/companion/scripts/doctor-node-tests.mjsExact-head GitHub Actions are not green:
android-debugpassed;coreandtoolingfailed the same release-consistency invariant because the companion version is0.1.29while the repository version is0.1.30; the aggregateverifyjob therefore failed.Checklist
pnpm checkpasses (release contract, provenance, lint, typecheck)pnpm testpasses; new behavior has a test that fails without this changeTHIRD_PARTY_NOTICES.md(not applicable; no ported code)