fix: Phase 3+4 — OpenTUI 0.1.88, agent ordering, upstream fix triage#28
Merged
fix: Phase 3+4 — OpenTUI 0.1.88, agent ordering, upstream fix triage#28
Conversation
Phase 3+4 merged into one PR. Most items already applied or can't be cherry-picked due to Effect-ification divergence. Applied: - OpenTUI 0.1.88 upgrade (Sebastian, #18079) — decodePasteBytes API - Agent list ordering stability (jorge g, #18261) — secondary alphabetical sort for deterministic agent ordering in prompt descriptions Already applied (skipped): - _noop tool in activeTools (#9912) — our filter already includes it - apply_patch in EDIT_TOOLS (#18009) — our permission/next.ts already has it - Empty content filter for Bedrock (#14586) — already in our transform.ts - Prompt schema validation debug logs (#17812) — already in our prompt.ts Can't cherry-pick (diverged): - Provider.list() typing (#18123) — deep provider.ts divergence - Agent/skill ordering full PR (#18261) — skill.ts diverged, partial applied - LSP dead client cleanup (#12123) — conflict in lsp/server.ts Community fixes not yet merged upstream: - #17758 (lone surrogates), #18137 (memory), #18516 (plan escape)
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.
Phase 3+4 Merged: Quality Fixes + Community Bug Fixes
Merged Phases 3 and 4 into one PR. Most planned items were already applied in previous PRs or can't be cherry-picked due to architectural divergence.
Applied
OpenTUI 0.1.88 upgrade
@kommander)040f551c5@opentui/coreand@opentui/solidfrom 0.1.87 to 0.1.88decodePasteBytes()API in prompt componentAgent list ordering stability
2dbcd79fdAlready applied (verified present in our tree)
_nooppermission/next.tsalready has ittransform.tsalready includes@ai-sdk/amazon-bedrockprompt.tsalready hassafeParsevalidationCan't cherry-pick (architectural divergence)
Not yet merged upstream
Test plan
bun run typecheck(tsgo) — 0 errorsbun test— 1488 pass, 0 fail