Skip to content

Conversation

@hannesrudolph
Copy link
Collaborator

@hannesrudolph hannesrudolph commented Feb 9, 2026

Reverts #11305 - It is not operating as intended as it does not always refresh when the window is not focused on and has false positive events.


Important

Reverts task header highlight feature due to issues, removing related code, settings, and styles across multiple files.

  • Behavior:
    • Reverts task header highlight feature due to refresh issues and false positives.
    • Removes taskHeaderHighlightEnabled from globalSettingsSchema in global-settings.ts.
  • State Management:
    • Removes taskHeaderHighlightEnabled from ExtensionState in vscode-extension-host.ts.
    • Removes related logic in ClineProvider class in ClineProvider.ts.
  • UI Components:
    • Removes highlight logic and CSS classes from TaskHeader.tsx.
    • Deletes related tests in TaskHeader.spec.tsx.
    • Removes settings and UI elements in SettingsView.tsx and UISettings.tsx.
  • Localization:
    • Deletes task header highlight translations from various locale files.
  • Styles:
    • Removes CSS for task header highlights in index.css.

This description was created by Ellipsis for c5559b8. You can customize this summary. It will automatically update as commits are pushed.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. bug Something isn't working labels Feb 9, 2026
@roomote
Copy link
Contributor

roomote bot commented Feb 9, 2026

Rooviewer Clock   See task

Clean revert with no issues found. All taskHeaderHighlightEnabled references are properly removed across types, provider, UI components, context, localization files, CSS, and tests. Existing tests (25/25) pass.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 9, 2026
@hannesrudolph hannesrudolph merged commit 7da429d into main Feb 9, 2026
21 checks passed
@hannesrudolph hannesrudolph deleted the revert-11305-feat/task-header-highlight branch February 9, 2026 22:29
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Feb 9, 2026
roomote bot pushed a commit that referenced this pull request Feb 9, 2026
The taskHeaderHighlight feature was reverted on main (#11349), but the
setting toggle was re-introduced during merge without the needed
translation keys. Remove the setting block, handler, and prop since
the feature no longer exists and the toggle was not wired into the
save payload.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants