Skip to content

Update cloud plugin 2026 04 03#1416

Merged
CaralHsi merged 3 commits intoMemTensor:mainfrom
Hun-ger:update_cloud_plugin_2026-04-03
Apr 7, 2026
Merged

Update cloud plugin 2026 04 03#1416
CaralHsi merged 3 commits intoMemTensor:mainfrom
Hun-ger:update_cloud_plugin_2026-04-03

Conversation

@Hun-ger
Copy link
Copy Markdown
Collaborator

@Hun-ger Hun-ger commented Apr 3, 2026

Description

This PR introduces several major enhancements to the MemOS Cloud OpenClaw Plugin, bumping the version to 0.1.12 :

  1. Config UI Web Server : Added a local web-based configuration UI ( lib/config-ui-server.js and frontend assets) for real-time visualization, modification, and syncing of plugin settings.
  2. Aliyun ARMS RUM Integration : Implemented custom event reporting ( lib/arms-reporter.js ) to track core behaviors like memory search and recall filtering.
  3. Configuration Schema Refactoring : Centralized configuration definitions into lib/config-resolution-schema.js , removing redundant default values from plugin JSON manifests ( openclaw.plugin.json , moltbot.plugin.json , etc.).
  4. Hooks Enhancements : Officially registered lifecycle hooks via the hooks array in package.json and documented command:new usages.
  5. Updated README.md , README_ZH.md , and HOOK.md to reflect the new configurations and UI server usage.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • Refactor (does not change functionality, e.g. code style improvements, linting)
  • Documentation update

How Has This Been Tested?

  • Test Script Or Test Steps:
  1. Ran the local gateway and verified that the Config UI server starts automatically and becomes available in the browser.
  2. Modified configuration properties via the UI and ensured disk synchronization matches runtime behavior.
  3. Validated ARMS reporter successfully triggers during memory recall events without disrupting core plugin flow.
  4. Verified that configuration values fall back appropriately between UI, config , and env per the new centralized schema.

Checklist

  • I have performed a self-review of my own code | 我已自行检查了自己的代码
  • I have commented my code in hard-to-understand areas | 我已在难以理解的地方对代码进行了注释
  • I have added tests that prove my fix is effective or that my feature works | 我已添加测试以证明我的修复有效或功能正常
  • I have created related documentation issue/PR in MemOS-Docs (if applicable) | 我已在 MemOS-Docs 中创建了相关的文档 issue/PR(如果适用)
  • I have linked the issue to this PR (if applicable) | 我已将 issue 链接到此 PR(如果适用)
  • I have mentioned the person who will review this PR | 我已提及将审查此 PR 的人

Reviewer Checklist

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Made sure Checks passed
  • Tests have been provided

谁在吵着吃糖 and others added 3 commits April 3, 2026 17:16
…2eeb6

ff2eeb6 Merge pull request MemTensor#108 from MemTensor/test
ed76a02 Merge pull request MemTensor#106 from EF1874/test
1441a10 0.1.12
7ca77f9 Merge pull request MemTensor#105 from EF1874/test
390bcfc docs: read me config ui default url
d863795 Merge pull request MemTensor#104 from EF1874/test
af89590 0.1.12-beta.0
1f144f8 chore: bump version to 0.1.11-beta.2 and document command:new hook in HOOK.md
56e47f1 feat: centralize plugin configuration schema and remove redundant defaults from JSON definitions
a73e970 feat: add configuration UI for MemOS Cloud OpenClaw plugin with real-time sync and status monitoring
55216d8 0.1.11-beta.1
e671a19 feat: implement local configuration UI server and management interface for MemOS-Cloud-OpenClaw-Plugin
1ed5480 Merge pull request MemTensor#102 from EF1874/feat_web
d8336b9 Merge remote-tracking branch 'upstream/test' into feat_web
9fe05d2 Merge pull request MemTensor#103 from antalike/feat_log
3320c46 Merge remote-tracking branch 'upstream/test' into feat_log
1e2bc3e feat: implement configuration resolution schema and MemOS Cloud API client utilities
f7146e9 Merge remote-tracking branch 'upstream/test' into feat_web
415d629 Merge pull request MemTensor#82 from EF1874/feat_web
346a5e1 Merge remote-tracking branch 'origin/feat_web' into feat_web
14a0deb feat: enhance plugin configuration output with styled banner and URL display
8daedb2 Merge pull request MemTensor#80 from EF1874/feat_web
1f6ae17 fix: modify arms uid length
ec86bb4 feat: enhance navigation UI with collapsible floating tools and responsive design
6b2d586 Merge pull request MemTensor#78 from antalike/feat_log
46a59cc Merge pull request MemTensor#77 from antalike/feat_log2
0128175 feat: change the ARMS UID generation function
0d717ee Merge remote-tracking branch 'upstream/feat_log' into feat_log
8b17187 feat: change the ARMS UID generation function
32ecdde Merge pull request MemTensor#75 from antalike/feat_log
0cbbb9c Merge remote-tracking branch 'upstream/feat_log' into feat_log
2afe44d feat: change the ARMS UID generation function
34e0819 feat: add SVG icon and enhance UI layout with new styles
923adaa feat: add recall filter config schema
7b1640a feat: enhance config UI service startup with gateway readiness check
4aeb771 Merge branch 'test' of https://github.com/MemTensor/MemOS-Cloud-OpenClaw-Plugin into feat_log
7830daa feat: add MemOS Plugin Config UI and enhance configuration management
2efd2d4 Merge pull request MemTensor#74 from antalike/feat_log
2f0989b feat: update Aliyun ARMS reporting function
d6e5a66 feat: add Aliyun RUM custom event reporting support

git-subtree-dir: apps/MemOS-Cloud-OpenClaw-Plugin
git-subtree-split: ff2eeb60526125c8730cd6e1fad09ebffe3a3c13
@CaralHsi CaralHsi merged commit 06d73e7 into MemTensor:main Apr 7, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants