chore(web): rebuild fork web bundle with live agent-task progress - #111
Merged
Merged
Conversation
Sync apps/kimi-code/dist-web from kimi-code-web (main @ 3769fc565): the single Agent tool card shows a live elapsed timer while the subagent runs, and the task dock's shared running status glyph pulses instead of rendering a static dot.
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.
chore(web): rebuild fork web bundle with live agent-task progress
Problem
The fork web bundle (
apps/kimi-code/dist-web) predated the live agent-task progress work merged inkimi-code-web(#28), so the CLI shipped a web UI without it.What changed
Syncs
apps/kimi-code/dist-webfromkimi-code-webmain@3769fc565:running · m:ss) while the subagent runs.Only generated bundle assets differ — new hash-named chunks replace the previous ones and
index.htmlis updated to reference them.Commits in this PR
8be2c9379— chore(web): rebuild fork web bundle with live agent-task progress (Mark Buckaway, 2026-09-15)Testing
kimi-code-webbuild succeeds (pnpm buildfrommain@3769fc565)stage-web-assets.mjsverifies the staged bundle (159 entries)