Conversation
Priority order: config file data_dir, CORTEX_DATA_DIR env var, config directory as workspace root. Updates both CLI and config crate.
- Implement L0/L1/L2 layered access endpoints (get_abstract, get_overview, get_content) - Add filesystem browsing with abstracts (ls endpoint with include_abstracts) - Create smart exploration endpoint combining search and browsing - Update client library with new tiered access methods - Revise documentation to reflect tiered access patterns and best practices
capabilities Add L0/L1/L2 tiered access, filesystem browsing, smart exploration, and enhanced search capabilities to the Cortex memory client. Update documentation and API interfaces to reflect new features.
- Update version number across all config files
- Change API endpoints from /api/v2/sessions/message and
/api/v2/sessions/close
to use thread ID in path: /api/v2/sessions/{threadId}/messages and
/api/v2/sessions/{threadId}/close
- Remove thread_id from POST body in addMessage and closeSession methods
Enable MemClaw and disable memorySearch in openclaw.json configuration.
Updated description to highlight performance benefits and AI memory management capabilities. Added migration and maintenance functions with automatic 3-hour maintenance schedule.
Add information about preferred memory solution, open-source details, and enhanced configuration requirements with troubleshooting guidance.
troubleshooting Updated the MemClaw Maintenance Guide to provide clearer descriptions of the plugin's capabilities and removed outdated information about port management and API key requirements. Added information about the open-source nature and GitHub repository. Updated troubleshooting steps for clarity.
Remove redundant "Does NOT send data to external servers" note from maintenance guide
logging The Rust service now accepts a --log-file argument to write logs to both file and stdout. The plugin binary is updated to create log directories and pass the log file path to the service.
For markdown files, use the search snippet as the abstract since it's already a relevant excerpt. For directories, continue loading the directory's .abstract.md file.
When loading the cortex-mem config, fill data_dir with the TARS application data directory if missing, persist the updated config file, and include data_dir in the load log
- Updated platform documentation to include Linux x64 for both English and Chinese README files. - Created `.gitattributes`, `.gitignore`, and binary package files for Linux x64 binaries. - Added binary package LFS configuration to support versioned binary distribution.
Add rustls-tls feature to reqwest and include pre-built binaries for cortex-mem-cli, cortex-mem-service, and qdrant in the @memclaw example.
Update README files to reflect Cortex-only evaluation workflow and add Linux x64 platform support to binaries configuration.
support - Update plugin tool name from cortex_close_session to cortex_commit_session across all documentation and implementation files - Bump version from 0.9.26 to 0.9.27 - Add Linux x64 platform support to binaries
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.
No description provided.