-
Notifications
You must be signed in to change notification settings - Fork 0
M2.2.5 #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
M2.2.5 #57
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
6325889
Bug fix: halt chat generation when view not active
fiorittoev 047e7e1
Bug fix: Non existing node connections show the same as existing conn…
fiorittoev de6c3b2
Correction Signal Detector (Backend
fiorittoev 70f9727
Correction-Triggered Extraction
fiorittoev 2781cba
Commit 3 — Pending Changeset Amendment Engine (Backend)
fiorittoev 3fc84e7
Manual "Extract Now" Trigger
fiorittoev 8511e2d
Diff Panel Amendment Badge & Integration Tests
fiorittoev 4c86912
Ui changes
fiorittoev 8e3781e
implement correction signal detection for memory agent and add corres…
AashishH15 97ce7ba
implement core IPC commands and utilities including changeset seeding…
AashishH15 7db96b6
implement amendment module to update or create pending memory changes…
AashishH15 15cef3a
Fixed Broken Loop & Redundant Check
AashishH15 234f16c
feat: implement amendment module to support updating existing pending…
AashishH15 e4de6f7
Fixed Off-By-One Message Query
AashishH15 e9de02e
implement ChatPanel component with message rendering, editing, and st…
AashishH15 c6472ef
Promise Cache inside getNodes()
AashishH15 01deee0
Database Query Session Filtering
AashishH15 529db4b
clear cache
AashishH15 c88e5af
removed path fiorittoev/Desktop/projects/MindVault/core/src/memory_ag…
AashishH15 59d0319
Simplified Function Signature: Refactored the return type of find_pen…
AashishH15 67e277b
UTF-8 Byte Length Aware Advancement
AashishH15 377ef3d
Punctuation Trimming: Updated the direct negation scan loop inside co…
AashishH15 6742e29
Updated the query in
AashishH15 e150852
Removed Duplicate Helper: Deleted the private jaccard_similarity help…
AashishH15 2104524
Updated getNodes(isRedactedUnlocked?: boolean) to map the requested …
AashishH15 25ac424
Modified WikiLinkBadge to look up nodes inside ExistingNodesContext i…
AashishH15 184cf27
updated the database query to retrieve previous_message by adding the…
AashishH15 4eeefa8
updated the SELECT SQL query to filter by AND status = 'pending'
AashishH15 6e9aeba
Replaced chat_history[i] direct indexing with a safe bounds check usi…
AashishH15 425cc0c
Passed the isRedactedUnlocked prop to getAllNodes() (so it executes a…
AashishH15 00adfb0
STOPWORDS as a public slice inside similarity.rs. In correction.rs's …
AashishH15 43ea69a
The loop over candidates in amend_or_create_changeset tracks a HashSe…
AashishH15 ef7ccfd
Moved parseJSON to the module level (defined outside the React compon…
AashishH15 1afd12f
Replaced .contains(...) with contains_phrase_with_boundaries(&message…
AashishH15 3f7d354
Replaced Native alert() with a Custom Modal Dialog
AashishH15 3f70181
Modified the query in lib.rs to join with the changesets table and fi…
AashishH15 6936a53
Modified the isBroken computation inside the WikiLinkBadge component …
AashishH15 f538eff
implement expanded node editor with Markdown preview, tag management,…
AashishH15 7e73e22
id is crypto.randomUUID() (a random UUID v4), so sorting by it produc…
AashishH15 1aee0b1
changed ORDER BY created_at ASC, id ASC → ORDER BY created_at ASC, ro…
AashishH15 5d39f62
Added let mut is_correction = false; to track correction state (line …
AashishH15 e653d52
Line 27: Added clearNodesCache to the import from ../services/nodes
AashishH15 a7e146e
UPDATE path now includes item_type (derived from candidate.action) in…
AashishH15 c08f29c
Signature: fn(Value, ...) -> Result<Value, String> → fn(&mut Value, ...)
AashishH15 4bd3a76
Replaced the 58-line manual calendar decomposition (chrono_now_iso + …
AashishH15 35e5a1b
removed the no-op sort_order = sort_order self-assignment from the UP…
AashishH15 80327f2
implement DiffPanel for reviewing and committing memory changesets
AashishH15 9ddb6f8
refactored the CorrectionSignal detection in the memory agent.
AashishH15 c825708
Added chrono = { version = "0.4", features = ["serde"] } to Cargo.toml
AashishH15 e227b3a
Added Prop: Extended ChatPanelProps in
AashishH15 b4d59dd
Defined labelText: Added a React.useMemo function at the top of WikiL…
AashishH15 c0dd922
Refactored the negation scan
AashishH15 b2cb4ea
implement core lib module with database debugging, file export, and r…
AashishH15 afd065f
Removed clearNodesCache from the import list
AashishH15 1aacfa3
Changed the default context value in
AashishH15 d13a1af
Reordered DB Queries: Modified
AashishH15 9f66818
Started Transaction Early: In amendment.rs:122-160, we now start the …
AashishH15 64d7576
Fixed the Debounce Bypass Bug: Updated lib.rs:683-698 to always retri…
AashishH15 2e4a881
Fixed Context Provider in NodeEditorDetail.tsx: Updated NodeEditorDet…
AashishH15 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.