* chore: update OpenHuman version to 0.52.26 and refine tool preference handling
- Bumped the OpenHuman package version to 0.52.26 in Cargo.lock files.
- Enhanced the ToolsPanel component to include user feedback on save status.
- Implemented filtering of tools based on user preferences in the Rust backend, allowing for more customizable tool availability.
- Added new utility functions to map UI tool IDs to Rust tool names for better integration.
These changes improve user experience and maintain compatibility with the latest features.
* style: apply cargo fmt to user_filter.rs