Skip to content
Merged

V2.5 #51

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
df9815b
Bump cortex-mem crates from 2.5.0 to 2.5.1
sopaco Mar 8, 2026
91f3eca
Remove automation config from TOML files and update docs
sopaco Mar 8, 2026
65f1170
Translate Chinese comments and log messages to English
sopaco Mar 8, 2026
4ae534f
Remove log dependency and refactor logging calls to use tracing
sopaco Mar 8, 2026
45b60cb
Update crate publishing script with workspace version support
sopaco Mar 8, 2026
52e0244
Replace curl with native HTTPS for cross-platform compatibility
sopaco Mar 9, 2026
baa0faf
Add entity preservation to abstract generation and improve search
sopaco Mar 9, 2026
39c5313
Refactor memory extraction to use synchronous coordinator
sopaco Mar 10, 2026
0b4f98a
update
sopaco Mar 10, 2026
f4ec5c0
Create cli_commands_test.rs
sopaco Mar 10, 2026
47fc8ad
docs update
sopaco Mar 10, 2026
b882eeb
comment optimize
sopaco Mar 10, 2026
14b6d06
Add OpenClaw plugin for Cortex Memory with L0/L1/L2 semantic search
sopaco Mar 11, 2026
e3ce609
Merge branch 'v2.5' of https://github.com/sopaco/cortex-mem into v2.5
sopaco Mar 11, 2026
df57045
Refactor event system and improve vector store handling
sopaco Mar 11, 2026
9bb5b3f
Force L0/L1 layer generation after session close and add critical
sopaco Mar 11, 2026
30f7ad5
Replace env_logger with tracing ecosystem
sopaco Mar 11, 2026
9c501c5
Bump version to 2.7.0 and optimize timeline layer generation
sopaco Mar 11, 2026
435343f
Add hash-based content change detection and metadata stripping to
sopaco Mar 11, 2026
e2b20ed
Add scope-based suppression for layer cascade updates
sopaco Mar 11, 2026
8025f92
Update OpenClaw plugin API compatibility
sopaco Mar 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 104 additions & 73 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
]

[workspace.package]
version = "2.5.1"
version = "2.7.0"
edition = "2024"
rust-version = "1.86"
authors = ["Sopaco"]
Expand Down
Loading
Loading