Merged
Conversation
Mark P1 and P2 as complete in all tracking docs. Update STATUS.md with branch history and backported fix summary. Update PLAN.md recommended approach to reflect P3 (re-scan) and P4 (rebase) as next steps.
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
e6qu
added a commit
that referenced
this pull request
Mar 18, 2026
* docs: update tracking docs for Phase 2 backport completion Mark P1 and P2 as complete in all tracking docs. Update STATUS.md with branch history and backported fix summary. Update PLAN.md recommended approach to reflect P3 (re-scan) and P4 (rebase) as next steps. * fix(app): avoid prompt tooltip Switch on startup (#17857) * fix(app): agent switch should not reset thinking level (#17470) * app: inherit owner when creating prompt session * tweak(ui): remove open label (#17512) * tweak(ui): add an empty state to the sidebar when no projects (#17971) Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> * test(app): deflake slash terminal toggle flow (#17881) --------- Co-authored-by: Adrian Mârza <adi11235 at gmail dot com> Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com> Co-authored-by: Michal Šlesár <unpainted.ragweed0@tordohm.net> Co-authored-by: Brendan Allan <git@brendonovich.dev> Co-authored-by: David Hill <1879069+iamdavidhill@users.noreply.github.com> Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
3 tasks
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.
Summary
Phase 3 of upstream backport — cherry-picks 6 app-only commits from upstream that apply cleanly to our fork:
dbbe931a1— Fix prompt tooltip flash on startup (anomalyco/opencode#17857)15b27e0d1— Agent switch should not reset thinking level (anomalyco/opencode#17470)0afeaea21— Inherit owner when creating prompt sessionb9f6b40e3— Remove "open" label from session header (anomalyco/opencode#17512)7daea69e1— Empty state for sidebar when no projects (anomalyco/opencode#17971)e416e59ea— Deflake slash terminal toggle e2e test (anomalyco/opencode#17881)Also includes Phase 2 docs update (tracking docs for B10-B16 completion).
Skipped: B23 (docs-only in
packages/web/, negligible value), Windows CI bun linker workaround.All remaining upstream divergence is the Effect-ification refactor chain (Phase 4, requires full rebase).
Test plan
bun typecheck— 13/13 packages passbun test(packages/opencode) — 1401 tests pass