feat(chat): replace thread minimap with automatic ChatRunRail right rail - #5215
Merged
CompleteDotTech merged 1 commit intoAug 30, 2026
Conversation
…ve-5m5hv) Removes ChatThreadMinimap entirely — component, its pure derivation (threadMapEvents/toolBarWidth/formatTookLabel), its .cave-thread-map stylesheet rules and its tests — and every UI/preference that could restore it: the Show/Hide activity-map kebab item and the persisted `cave:chat:thread-instruments` preference, which chat now purges from localStorage on mount so a stored opt-out cannot resurrect anything. The left turn spine is retained: ChatThreadSpine mounts again in the transcript's left gutter over the same activePath, component untouched. The Design run rail (ChatActivityMap) is the automatic right-side instrument; the only mount condition left is that a transcript exists. Contract tests are rewritten around the surviving properties, and retired-chat-preferences(.test).ts replaces thread-instruments-visibility with the purge. Closes OpenCoven#4895. Signed-off-by: Timothy Wayne Gregg <5861166+CompleteDotTech@users.noreply.github.com>
This was referenced Aug 30, 2026
Closed
3 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.
Recreates CompleteDotTech/coven-cave#15 upstream from the exact fork head
cc224bd6748f657b2849d3b2b28f482c884dbfad.Permanently removes the thread minimap and its visibility preference, retains the left turn spine, and makes ChatRunRail the automatic right-side instrument. Includes the retired-preference purge and contract-test updates described by the source PR.
Closes #4895.