-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: volcengine/OpenViking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: volcengine/OpenViking
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 100 files changed
- 6 contributors
Commits on Mar 26, 2026
-
test: add comprehensive unit tests for core utilities (#990)
Add comprehensive unit tests for the following modules: - openviking/utils/circuit_breaker.py: Test CircuitBreaker class and classify_api_error function - openviking/utils/process_lock.py: Test acquire_data_dir_lock and related functions - openviking/utils/time_utils.py: Test parse_iso_datetime, format_iso8601, format_simplified, get_current_timestamp - openviking/core/context.py: Test Context class and related enums - openviking/message: Test Message, TextPart, ContextPart, ToolPart classes Test coverage includes: - Normal functionality tests - Edge case handling - Error handling - Unicode and special character handling - Thread safety (for circuit breaker) - Round-trip serialization/deserialization Total: 212 test cases added
Configuration menu - View commit details
-
Copy full SHA for 3258acd - Browse repository at this point
Copy the full SHA 3258acdView commit details -
fix(vlm): scope LiteLLM thinking param to DashScope providers only (#958
Configuration menu - View commit details
-
Copy full SHA for 54c36c8 - Browse repository at this point
Copy the full SHA 54c36c8View commit details -
- 使用 uv 管理依赖和虚拟环境 - 实现双模式测试策略(有 secrets 运行完整测试,无 secrets 跳过 VLM/Embedding 测试) - 添加 GitHub Actions CI 配置 - 添加本地化脚本 local-test.sh - 优化测试用例,添加场景化断言和中文测试数据 - 修复 API 客户端字段名与服务端契约不一致问题 - 确保在干净环境中可重复运行
Configuration menu - View commit details
-
Copy full SHA for f32af08 - Browse repository at this point
Copy the full SHA f32af08View commit details -
docs: Add basic usage example and Chinese documentation for examples (#…
…979) * docs: Add Chinese documentation for example READMEs - Add README_CN.md for claude-memory-plugin - Add README_CN.md for k8s-helm - Add README_CN.md for mcp-query These translations help Chinese users understand the example usage and configuration. * docs: Add basic usage example for Python SDK - Add comprehensive README.md with code examples - Add Chinese version README_CN.md - Add basic_usage.py demonstrating core features: - Initialization (embedded mode and HTTP client mode) - Adding resources (URLs, files, directories) - Browsing the virtual filesystem - Semantic search and retrieval - Tiered context loading (L0/L1/L2) - Session management for memory This example helps developers quickly get started with OpenViking. --------- Co-authored-by: xingzihai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cc3761 - Browse repository at this point
Copy the full SHA 2cc3761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d2cf8 - Browse repository at this point
Copy the full SHA 84d2cf8View commit details -
fix(openclaw-plugin): harden duplicate registration guard (#974)
Make duplicate plugin registration idempotent across retries and stop/reload flows, and add regression coverage for failure rollback and stale stop handling.
Configuration menu - View commit details
-
Copy full SHA for 20a25fd - Browse repository at this point
Copy the full SHA 20a25fdView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.12...v0.2.13