fix(tui): enable terminal progress in VS Code#2073
Open
shizhigu wants to merge 1 commit into
Open
Conversation
🦋 Changeset detectedLatest commit: 1cb65f0 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 |
shizhigu
marked this pull request as ready for review
July 22, 2026 21:30
Author
|
@codex review @liruifengv Ready for review when you have a moment. This is a focused terminal capability fix with tests and documentation. |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
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
Resolve #1884
Problem
Kimi Code sends OSC 9;4 progress updates, but its capability check omitted VS Code. VS Code terminal tabs therefore never received working and idle updates.
What changed
TERM_PROGRAM=vscodein the existing progress capability check. The desktop notification allowlist is unchanged.${progress}tab setting in both interaction guides.VS Code supports OSC 9;4 in version 1.97 and later. The tab title or description must include
${progress}for the indicator to appear. See the release notes and tab text documentation.Validation
git diff --checkpassed.Manual VS Code UI verification was not run from this shell.
Checklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.