You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
同步并合并 `arkclaw-openviking-plugin` 中 OpenClaw 插件的运行时代码、文档与测试到当前项目的 `examples/openclaw-plugin`,同时按要求排除了 TOS release 上传/下载相关逻辑。
本 PR 主要增强 OpenViking OpenClaw 插件的 resource / skill 检索、recall trace 调试能力、工具注册配置与文档说明,并补充对应测试,确保插件在当前项目中可独立 typecheck、测试和构建通过。
## Related Issue
N/A
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [x] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [x] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Performance improvement
- [x] Test update
## Changes Made
- 合并 OpenClaw 插件运行时代码更新,包括 recall trace、resource/session/user/agent recall target、工具选择器、`ov_recall_trace`、`ov_read` 等能力。
- 新增 `recall-trace.ts` 及相关测试,支持内存与 JSONL 持久化 trace 查询、过滤和降级读取。
- 更新 `openclaw.plugin.json`、`package.json`、`install-manifest.json` 等插件元信息,确保 OpenClaw 运行入口指向编译后的 `dist` 产物。
- 合并并更新 README、安装文档、插件参考文档、recall trace API 文档和 OpenViking context database skill。
- 补充/更新 config、tools、context-engine、manifest contracts、recall trace 等单元测试。
- 明确排除 TOS release 上传/下载相关逻辑,包括 TOS scripts、release contract tests、`@volcengine/tos-sdk` 依赖以及相关文档说明。
## Testing
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [x] I have tested this on the following platforms:
- [ ] Linux
- [x] macOS
- [ ] Windows
验证命令:
```bash
npm --prefix /Users/bytedance/workspace/bytedance/OpenViking/examples/openclaw-plugin run typecheck
npm --prefix /Users/bytedance/workspace/bytedance/OpenViking/examples/openclaw-plugin test
npm --prefix /Users/bytedance/workspace/bytedance/OpenViking/examples/openclaw-plugin run build
[✓] My code follows the project's coding style
[✓] I have performed a self-review of my code
[✓] I have commented my code, particularly in hard-to-understand areas
[✓] I have made corresponding changes to the documentation
[✓] My changes generate no new warnings
[ ] Any dependent changes have been merged and published
Screenshots (if applicable)
N/A
Additional Notes
TOS release 上传/下载相关逻辑已按要求排除,未合入以下内容:
• scripts/
• build.sh
• output/
• TOS release / volcengine install contract tests
• @volcengine/tos-sdk
• TOS release 安装、上传、下载、灰度和回滚相关文档流程
本次提交已推送到远端:
56ab9b7 feat(openclaw): sync OpenViking plugin docs and runtime
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
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.
Description
验证结果:
• TypeScript typecheck 通过
• Vitest 全量测试通过:25 个 test files,521 个 tests
• 插件 build 通过
• 已额外 grep 确认未保留 TOS release 上传/下载相关实现与依赖关键词
Checklist
[✓] My code follows the project's coding style
[✓] I have performed a self-review of my code
[✓] I have commented my code, particularly in hard-to-understand areas
[✓] I have made corresponding changes to the documentation
[✓] My changes generate no new warnings
[ ] Any dependent changes have been merged and published
Screenshots (if applicable)
N/A
Additional Notes
TOS release 上传/下载相关逻辑已按要求排除,未合入以下内容:
• scripts/
• build.sh
• output/
• TOS release / volcengine install contract tests
• @volcengine/tos-sdk
• TOS release 安装、上传、下载、灰度和回滚相关文档流程
本次提交已推送到远端:
56ab9b7 feat(openclaw): sync OpenViking plugin docs and runtime