Skip to content

chore(deps): bump openviking from 0.3.20 to 0.3.23 in /mira-mcp#1656

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mira-mcp/openviking-0.3.22
Closed

chore(deps): bump openviking from 0.3.20 to 0.3.23 in /mira-mcp#1656
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mira-mcp/openviking-0.3.22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps openviking from 0.3.20 to 0.3.23.

Release notes

Sourced from openviking's releases.

v0.3.23

OpenViking v0.3.23 Release Notes / 发布说明

Release date / 发布日期: 2026-06-03

Full Changelog / 完整变更记录: volcengine/OpenViking@v0.3.22...v0.3.23

Compare range / 对比范围: v0.3.22...v0.3.23 (42 commits)


中文

版本概览

v0.3.23 是一次偏体验与可靠性的版本:原生 ov CLI 改为更完整的交互式配置与诊断入口,Web Studio 增加 Playground 与连接身份管理,VikingBot 的经验召回改为配置驱动,同时补齐一批资源导入、会话、插件和 VLM 链路的可靠性修复。

主要更新

  • 原生 ov CLI 体验重构ov config 现在是配置管理入口,可交互添加、编辑、删除、切换配置;ov config showov config validateov config switch 保留为显式子命令。新增 ov language / ov lang 选择显示语言,ov status [--verbose] 提供聚合诊断视图,ov health 与错误提示改为更可读的渲染。
  • Web Studio Playground 与身份管理:Studio 侧边栏新增 Playground,可在同一工作区内查看上下文树、运行 Terminal 操作并与 Agent 面板交互;Connection & Identity 页面支持保存连接、选择 account/user/agent、创建 account/user、复制或重新生成 API key。
  • VikingBot 经验召回配置化:新增 bot.ov_server.recall_exp_first_round_onlyexp_recall_limitexp_recall_max_chars,用于单任务/评测场景中只在第一轮注入 agent experience;本地与远端模式都按传入 agent_id 做经验命名空间隔离。
  • 资源 Watch 更易用add_resource 设置 watch_interval > 0 时不再强制要求显式 to;如果导入结果返回稳定 root_uri,watch task 会自动绑定到该 URI。CLI/MCP/文档示例同步更新。
  • Agent 插件与会话可靠性:Claude Code / OpenClaw 插件改为向 OpenViking 写入结构化 tool parts,工具调用与结果不再只能内联到文本;CJK-aware token 估算覆盖 Python 与插件侧,降低中文、日文、韩文会话的预算低估风险。

新功能用法

CLI 新入口:

ov language zh-CN
ov config
ov config validate
ov status --verbose

ov config setup-cli 已移除;新配置请使用裸 ov config

导入远端资源并绑定自动刷新到本次导入产生的 root_uri

ov add-resource https://github.com/example/repo.git --watch-interval 60

如果资源类型无法返回稳定 root_uri,服务端会要求显式传入 --to

VikingBot 只在第一轮注入经验召回:

{
</tr></table> 

... (truncated)

Commits
  • f6bffda docs(mcp): add_resource to auto-binds root_uri when omitted with `watch_i...
  • e6e1464 fix(storage): avoid double delete in encrypted mv (#2395)
  • 8518485 docs(config): correct documented vlm.max_concurrent default 100 -> 64 (#2376)
  • c12d155 docs(vikingbot): document ov_server experience-recall config keys from #2380 ...
  • 3ed89d1 fix bot config bug and change default threshold (#2387)
  • 15f7d38 docs: update agent integration docs (#2377)
  • c9abc2e fix: improve playground bot flow (#2381)
  • 57b2e2a fix(openclaw-plugin): authenticate auto-recall health precheck (#2384)
  • e0cf9e0 fix(client): skip symlinks in directory uploads (#2374)
  • 936624c feat(tau2/vikingbot): config-driven experience recall + per-domain isolation ...
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

🤖 AI Code Review

⚠️ AI review skipped — all providers in the cascade failed.

Attempts:

  • groq: skipped (no key)
  • cerebras: skipped (no key)
  • gemini: skipped (no key)

Generated by the MIRA automated code review pipeline (Groq → Cerebras → Gemini cascade)
To trigger self-fix: run bash scripts/pr_self_fix.sh 1656 locally, or add the auto-fix label to this PR (or run /autofix-pr from a Claude Code session)

@dependabot dependabot Bot changed the title chore(deps): bump openviking from 0.3.20 to 0.3.22 in /mira-mcp chore(deps): bump openviking from 0.3.20 to 0.3.23 in /mira-mcp Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/mira-mcp/openviking-0.3.22 branch from 093550a to 6c8b3e4 Compare June 4, 2026 09:32
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

🤖 AI Code Review

⚠️ AI review skipped — all providers in the cascade failed.

Attempts:

  • groq: skipped (no key)
  • cerebras: skipped (no key)
  • gemini: skipped (no key)

Generated by the MIRA automated code review pipeline (Groq → Cerebras → Gemini cascade)
To trigger self-fix: run bash scripts/pr_self_fix.sh 1656 locally, or add the auto-fix label to this PR (or run /autofix-pr from a Claude Code session)

Bumps [openviking](https://github.com/volcengine/openviking) from 0.3.20 to 0.3.23.
- [Release notes](https://github.com/volcengine/openviking/releases)
- [Commits](volcengine/OpenViking@v0.3.20...v0.3.23)

---
updated-dependencies:
- dependency-name: openviking
  dependency-version: 0.3.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/mira-mcp/openviking-0.3.22 branch from 6c8b3e4 to e215aad Compare June 4, 2026 10:44
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

🤖 AI Code Review

⚠️ AI review skipped — all providers in the cascade failed.

Attempts:

  • groq: skipped (no key)
  • cerebras: skipped (no key)
  • gemini: skipped (no key)

Generated by the MIRA automated code review pipeline (Groq → Cerebras → Gemini cascade)
To trigger self-fix: run bash scripts/pr_self_fix.sh 1656 locally, or add the auto-fix label to this PR (or run /autofix-pr from a Claude Code session)

@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1805.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/pip/mira-mcp/openviking-0.3.22 branch June 8, 2026 13:30
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.

0 participants