chore: sync web dist from code-app - #3333
Merged
Merged
Conversation
code-app: 2139742c91c097a1e26cec7044970067a7e3d736
🦋 Changeset detectedLatest commit: 09c2ecb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 58856b5e21
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Reword two synced changesets to describe the actual upstream code-app changes (MoonshotAI#420, MoonshotAI#439). Release contents unchanged.
Merged
11 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.
Related Issue
No related issue — routine web UI dist sync.
Problem
The bundled web UI (
apps/kimi-code/dist-web) needs to be refreshed with the latestapps/webbuild from the code-app repository.What changed
apps/webin code-app at2139742c91c097a1e26cec7044970067a7e3d736(code-app@2139742c) and synced the output intoapps/kimi-code/dist-webviascripts/sync-web-to-kimi-code.mjs. No source changes in this repo — dist assets only.Changesets included (all patch, 1:1 with code-app changesets unless noted):
fix-media-popover-interactions— web: Fix flickering and broken interactions in the image and video attachment preview popovers.startup-first-grouped-page— web: Fix startup getting stuck on "Connecting…" for a long time when the account has many workspaces.fresh-placeholders-type— web: Fix the first keyboard or IME character possibly being swallowed after clicking the placeholder hint in an empty composer.bash-detach-row-height— web: Fix the command tool row rendering noticeably taller than other tool rows.default-permission-new-sessions— web: Fix switching the permission mode in one session changing it for every session; the permission mode is now scoped per session.fix-new-session-attachment-upload— web: Fix attachments in a newly created session still showing as uploading after the upload has finished.right-panel-interaction-polish— web: Polish right sidebar interactions.composer-placeholder-caret— web: Fix the first IME (or keyboard) character being silently swallowed after clicking the placeholder text in an empty composer.signin-model-readiness-gating— added for code-app PR kimi code无法正常使用kimi code订阅 #412 (rework sign-in and model-readiness state gating), which shipped no code-app changeset. It is user-visible on web (it fixes signed-in users without a usable model being wrongly told to sign in — on web the stale flag never refreshed and they were stuck permanently), so a changeset is added per the sync skill's missing-changeset rule. Judged as patch: it corrects misleading gating behavior rather than adding a new capability.Checklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update. (No doc update needed)