Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion examples/openclaw-plugin/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
node_modules/
.idea
.vscode
.git
output
node_modules
dist
*.tar.gz
no-use-file
.DS_Store
.trae
dashboard-ui/dist
dashboard-ui/node_modules
log
artifacts/
.env.openclaw-compat
.tmp-home
4 changes: 2 additions & 2 deletions examples/openclaw-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions examples/openclaw-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openviking/openclaw-plugin",
"version": "2026.5.8",
"version": "2026.6.2",
"displayName": "OpenViking",
"description": "OpenClaw context-engine plugin — OpenViking AI memory, long-term memory, knowledge base, semantic search, RAG, context engine. 长期记忆 · 知识库 · 语义检索 · 上下文引擎",
"type": "module",
Expand Down Expand Up @@ -51,14 +51,17 @@
"type": "git",
"url": "https://github.com/volcengine/OpenViking"
},
"overrides": {
"axios": "^1.16.1"
},
"homepage": "https://github.com/volcengine/OpenViking/tree/main/examples/openclaw-plugin",
"license": "MIT",
"author": "OpenViking Contributors",
"openclaw": {
"extensions": [
"./index.ts"
"./dist/index.js"
],
"setupEntry": "./commands/setup.ts",
"setupEntry": "./dist/commands/setup.js",
"compat": {
"pluginApi": ">=2026.4.8",
"minGatewayVersion": "2026.4.8"
Expand Down
Loading