Conversation
Set openclaw.id to 'memclaw' and add build/compat sections Pin versions to 2026.3.8 and require pluginApi >=1.0.0
Replace the mutex/token-bucket limiter with a CAS-based non-blocking rate limiter using an AtomicU64 next_allowed timestamp and explicit nanosecond intervals; add backoff that advances next_allowed. Convert cache get into a read-only peek to avoid updating LRU order under read locks. Parallelize MemoryEventCoordinator by spawning a task per event and updating pending_tasks accordingly. Run bootstrap_vectors_if_collection_empty in the background to avoid blocking tenant switches.
Introduce a global registry of RateLimiter instances keyed by API endpoint and API key, and add EmbeddingClient::new_with_global_limiter (async) so multiple client instances share the same limiter. Simplify RateLimiter::acquire to reserve time slots via CAS and use short backoff instead of busy-waiting. Add CLI --config with resolve_config_path, pass resolved config to AppState::new, and store config_path plus bootstrapped_tenants in AppState. Misc formatting and example UI CSS tweaks.
Rename and unify MCP tool argument/result types, add Recall tool wrapper, expose scope normalization, and add docs for store/search/ls/ explore/commit tools
Create SKILL.md with comprehensive documentation for the persistent memory enhancement skill, including tool usage, memory URI structure, best practices, and configuration examples.
Implement resolve_model_path function to locate Whisper model files by checking the executable directory and current working directory. This improves deployment flexibility by allowing relative model paths that resolve correctly regardless of the working directory.
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.