Simplify the document timeline to a single, flat history of real…#148
Merged
Conversation
* feat(open-knowledge): show only actor and system commits in the timeline Remove the Save Version button and stop showing checkpoint commits in the document timeline. Checkpoints are produced by background cleanup jobs now, not by users, so the panel surfaces only WIP commits from agents, principals, the file watcher and the service, plus upstream syncs, as a single flat list. This drops the checkpoint vs WIP grouping, the "Show N auto-saves" expanders, and the per checkpoint kind styling. Restore still works from every row. The saveVersion server primitive stays since shadow branch GC and auto consolidation depend on it. * fix(open-knowledge): prune i18n catalog after removing timeline strings Remove the orphaned message IDs for the deleted Save Version button, the auto-save expander plurals, and the per checkpoint restore copy. Regenerated with lingui extract --clean so the catalog matches the source and the check-i18n-drift gate passes. * test(open-knowledge): assert Save Version absence by role, not deleted testid Query the user-facing affordance (button role + accessible name) instead of the removed timeline-save-version testid, so the test still catches a re-introduced Save Version control under a different testid. * test(open-knowledge): pin upstream-sync entries passing the timeline filter Add a TimelineContent mount case proving an upstream-type entry survives the exclude-by-type filter and renders via its dedicated path (Upstream sync), so the exclude-by-type choice that keeps non-wip system entries visible is locked. GitOrigin-RevId: 20943020629fdb187bb8f9b3f6ce66fdce35283b
Contributor
There was a problem hiding this comment.
Automated approval from agents-private public-mirror-sync (run: https://github.com/inkeep/agents-private/actions/runs/27511114861). Source of truth is the monorepo; direct edits on inkeep/open-knowledge are overwritten on next sync.
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.
Simplify the document timeline to a single, flat history of real changes.
The timeline now shows one clean, reverse-chronological list of every change as it happened — your edits alongside changes from AI agents, synced files, and upstream pulls. There are no more "Show N auto-saves" expanders to click through, and no distinction between different kinds of system snapshots.
The "Save Version" button has been removed. Versions are no longer something you save by hand — the timeline already captures your history continuously, and you can still restore the document to any point from any row.