Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Version History — Full Change Summary
New files
packages/core/src/knowledge/version_history.ts — Git-based version history engine using isomorphic-git.
Manages a dedicated git repo inside ~/.rowboat/knowledge/.
makes an initial commit.
nothing changed. Serialized via a promise-based mutex to prevent concurrent index corruption. Notifies
registered listeners after each successful commit.
where the file actually changed. Returns most recent first, capped at 50 entries.
apps/renderer/src/components/version-history-panel.tsx — Side panel UI for browsing and restoring
versions.
Modified files
packages/core/src/config/config.ts
packages/core/src/index.ts
packages/core/package.json
packages/core/src/knowledge/build_graph.ts
buildGraphWithFiles and processVoiceMemosForKnowledge. Wrapped in try/catch so failures don't break
graph building.
packages/core/src/workspace/workspace.ts
knowledge/*.md file. Collapses an entire editing session into a single commit.
packages/shared/src/ipc.ts
schemas.
apps/main/src/ipc.ts
apps/renderer/src/App.tsx
of previewed version).
prevent the historical content from overwriting the editor cache.
apps/renderer/src/components/markdown-editor.tsx
Bug fixes applied during this session
and graph builder can't corrupt the git index.
React.
the editor cache, which was preventing "click back to current" from working.