chore: merge upstream nightly v0.0.43-nightly.20260926.2318 into custom-nightly - #19
Open
chamaquita-d3[bot] wants to merge 46 commits into
Open
chamaquita-d3[bot] wants to merge 46 commits into
chamaquita-d3[bot] wants to merge 46 commits into
Conversation
…gg#13694) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…ingdotgg#13688) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
pingdotgg#13693) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…oading it twice (pingdotgg#13683) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
… in memory (pingdotgg#13686) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…he whole thread list (pingdotgg#13691) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…ngdotgg#13697) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…dotgg#13689) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
pingdotgg#13669) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…irectory (pingdotgg#13695) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-authored-by: Yash Singh <saiansh2525@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…otgg#13339) Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…ents, and idle polls (pingdotgg#13756) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…g into memory (pingdotgg#13763) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…ates per comparison (pingdotgg#13759) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…ngdotgg#13761) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…le (pingdotgg#13765) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…ingdotgg#13767) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…per (pingdotgg#13774) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…ingdotgg#13807) Co-authored-by: Cursor <cursoragent@cursor.com>
…tgg#13764) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…th failed repacks (pingdotgg#13812) Co-authored-by: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…al (pingdotgg#13491) Co-authored-by: eshaan Sood <eshaansood@192.168.1.14> Co-authored-by: Gabriel De Andrade <30420087+gabrielelpidio@users.noreply.github.com> Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…er runners Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
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.
Fixes #18
Merging upstream nightly
v0.0.43-nightly.20260926.2318intocustom-nightlystopped on conflicts in five files. This PR is that merge (a real merge commit, so the tag stays an ancestor) with every conflicted hunk resolved. Everything git merged cleanly is left as it was.apps/web/src/components/NoProjectsHero.tsx:5-6CustomBackgroundfor the background pictureisElectronfor the new desktop titlebar strip (pingdotgg#13713)apps/web/src/components/chat/ComposerSurface.tsx:16-19--glass-surfacetoken (drops the per-theme--card/--surface-raisedoverrides)max-w-3xl→max-w-(--chat-max-width)for the new chat width setting (pingdotgg#11594)max-w-(--chat-max-width)apps/web/src/components/chat/MessagesTimeline.tsx:1256overflow-x-clip→[contain:inline-size], so reply bubble blur and shadows are not clippedmax-w-3xl→max-w-(--chat-max-width)(pingdotgg#11594)max-w-(--chat-max-width) [contain:inline-size]apps/web/src/components/settings/SettingsPanels.tsx:657-659activeCustomBackgroundId,customBackgroundEnabledchatWidth(pingdotgg#11594)apps/web/src/routes/__root.tsx:32-33MascotMoodCoordinator(Dock cat)QueuedMessageSender(pingdotgg#13764)apps/web/src/routes/__root.tsx:235-236<MascotMoodCoordinator /><QueuedMessageSender />pnpm-lock.yamlmerged without conflicts. As the task asks, I took upstream's copy and regenerated it withpnpm install --lockfile-only(pnpm 11.10.0) against the merged manifests.No checks were run locally. Fork CI runs them on this PR.
Resolved by Claude Opus 5.5 in Claude Code.
Follow-up: CI timeout
Upstream's new
packages/client-runtime/src/platform/persistence.test.tssamples 2000 generated shells. That took 6.3s on the fork'subuntu-latestrunners and exceeded vitest's default 5s timeout; upstream runs on 8-vCPU Blacksmith runners. The fork doesn't change these schemas. The test now has a 30s timeout, and its assertions are unchanged.🤖 Generated with Claude Code