Back to Openviking

Changelog

docs/en/about/02-changelog.md

0.3.1627.8 KB
Original Source

Changelog

All notable changes to OpenViking will be documented in this file. This changelog is automatically generated from GitHub Releases.

v0.3.14 (2026-04-30)

Highlights

  • Observability: OTLP export now supports custom headers for traces, logs, and metrics, enabling direct connection to backends that require extra auth or gRPC metadata.
  • Upload: Local directory scans and uploads now respect root and nested .gitignore rules, reducing noise from build artifacts and temp files.
  • Search: search and find now accept multiple target URIs for cross-directory and cross-repo retrieval.
  • Multi-tenant: OpenClaw plugin clarifies agent_prefix as prefix-only; OpenCode memory plugin adds tenant header forwarding.
  • Admin: New agent namespace discovery API, CLI command, and docs for listing existing agent namespaces under an account.

Upgrade Notes

  • OTLP backends requiring extra auth can now use headers across all three exporter types (gRPC metadata in gRPC mode, HTTP headers in HTTP mode).
  • Local directory uploads will now filter files per .gitignore by default — previously imported temp/generated files may be excluded after upgrade.
  • OpenClaw plugin agent_prefix is now prefix-only and no longer treated as a full agent identifier; docs migrate agentIdagent_prefix.

Full Changelog

v0.3.13 (2026-04-29)

Highlights

  • Native MCP endpoint: openviking-server now exposes /mcp on the same port as the REST API, reusing API-Key auth and providing 9 tools (search, read, list, store, add_resource, grep, glob, forget, health).
  • User-level privacy configs: New /api/v1/privacy-configs API and openviking privacy CLI for managing sensitive skill settings with version history and rollback.
  • Observability upgrade: Unified server.observability config enables Prometheus /metrics and OpenTelemetry exporters for metrics, traces, and logs.
  • Retrieval tuning: New embedding.text_source, embedding.max_input_tokens, retrieval.hotness_alpha, and retrieval.score_propagation_alpha controls.
  • API semantics: Empty search queries rejected early; stricter viking:// URI validation; standard error envelopes for processing/zip/HTTP errors.
  • Docker experience: Persistent state consolidated under /app/.openviking; missing ov.conf returns 503 initialization guide instead of crashing.
  • Security: Bot image tool sandboxed from host filesystem; health checks skip identity resolution without credentials; API key hashing is now an explicit separate switch.

Upgrade Notes

  • encryption.api_key_hashing.enabled must now be configured explicitly (defaults to false). If you relied on implicit hashing, add it to your config.
  • OpenClaw plugin is remote-only (no local subprocess), agentIdagent_prefix, recallTokenBudgetrecallMaxInjectedChars.

Full Changelog

v0.3.12 (2026-04-24)

Highlights

  • New Integrations: Added Azure DevOps support for Git hosting and larkoffice.com URL parsing for Feishu documents.
  • Security: Overhauled API key management with security hardening, fixed account name exposure, and resolved a trusted-mode 500 regression in proxy role lookups.
  • Documentation: Launched a VitePress-powered docs site with GitHub Pages deployment, added llms.txt support and a Copy Markdown button.
  • Bug Fixes: Corrected Feishu config limit validation, SSH repository host recognition with userinfo, AGFS URI error mapping, and token counting for pending tool parts.
  • Developer Experience: Added maintainer routing map to contributing docs and S3 key normalization encoding for RAGFS.

Full Changelog

v0.3.10 (2026-04-23)

Highlights

  • Added Codex, Kimi, and GLM VLM providers, plus vlm.timeout for per-request HTTP timeouts.
  • Added VikingDB volcengine.api_key data-plane mode for accessing pre-created cloud VikingDB collections and indexes with an API key.
  • Added write(mode="create") for creating new text resource files and automatically refreshing related semantics and vectors.
  • Added ClawHub publishing, an interactive setup wizard, and OPENCLAW_STATE_DIR support for the OpenClaw plugin.
  • Added a SQLite backend for QueueFS with persisted queues, ack support, and stale processing message recovery.
  • Added Locomo / VikingBot evaluation preflight checks and result validation.

Improvements

  • Adjusted the default recallTokenBudget and recallMaxContentChars to reduce the risk of overlong OpenClaw auto-recall context injection.
  • ov add-memory now returns OK for asynchronous commit workflows instead of implying the background task has already finished.
  • ov chat now reads authentication from ovcli.conf and sends the required request headers.
  • The OpenClaw plugin now aligns remote connection behavior, auth, namespace, and role_id handling with the server multi-tenant model.

Fixes

  • Fixed Bot API channel auth checks, startup port preflight checks, and installed-version reporting.
  • Fixed orphan toolResult errors caused by incompatible OpenClaw tool-call message formats.
  • Fixed console add_resource target fields, repo target URIs, filesystem mkdir, and the reindex maintenance route.
  • Fixed Windows .bat environment read/write, shell escaping, ov.conf validation, and hardcoded paths.
  • Fixed LiteLLM cache_control 400 errors for Gemini + tools and added support for OpenAI reasoning model families.
  • Fixed S3FS directory mtime stability, Rust native build environment pollution, and SQLite database extension parsing.

Full Changelog

v0.3.9 (2026-04-18)

Highlights

  • Memory: Shipped Memory V2 as the new default, including a full test suite, session row migration, and a fix for file lock conflicts in concurrent scenarios.
  • OpenClaw: Refactored context partitioning into Instruction/Archive/Session layers, unified ov_import and ov_search in the plugin, and extended Phase 2 commit wait timeout.
  • Bot & MCP: Ported MCP client support from HKUDS/nanobot v0.1.5, added per-channel OpenViking config disable, and fixed heartbeat reliability.
  • Search & Retrieval: Optimized large-directory search by skipping redundant scope checks, fixed sparse embedder async initialization, and added rerank extra-headers support.
  • Setup & Onboarding: Introduced an interactive openviking-server init wizard for local Ollama deployment and added a default file/dir ignore config for ovcli.conf.
  • Infrastructure: Added a metric system, updated the default Doubao embedding model, raised the Rust toolchain for RAGFS Docker builds, and split the parser layer into accessor and parser sublayers.

Full Changelog

v0.3.8 (2026-04-15)

Memory V2 Spotlight

Memory V2 is now the default memory pipeline, featuring a redesigned format, refactored extraction and dedup flow, and improved long-term memory quality.

Highlights

  • Memory V2 by default with improved format and extraction pipeline.
  • Local deployment and setup experience enhancements (openviking-server init).
  • Plugin and agent ecosystem improvements (Codex, OpenClaw, OpenCode examples).
  • Config and deployment improvements (S3 batch delete toggle, OpenRouter extra_headers).
  • Performance and reliability improvements across memory, session, and storage layers.

Upgrade Notes

  • If you frequently upload directories through the CLI, consider setting upload.ignore_dirs in ovcli.conf to reduce noisy uploads.
  • Legacy memory v1 can be restored via "memory": { "version": "v1" } in ov.conf.
  • ov init / ov doctoropenviking-server init / openviking-server doctor.
  • OpenRouter/compatible rerank/VLM providers can use extra_headers for required headers.
  • S3-compatible services with batch-delete quirks: enable storage.agfs.s3.disable_batch_delete.

Full Changelog

v0.3.5 (2026-04-10)

Highlights

  • Storage: Added a disable_batch_delete option to S3FS for OSS compatibility and improved RAGFS path scope fallback to prefix filters.
  • Session & Memory: Fixed auto-creation of missing sessions on first message add and resolved a Memory V2 config initialization ordering issue.
  • Bot: Fixed multi-user memory commits, response language handling, and ensured afterTurn stores messages with correct roles while skipping heartbeat entries.
  • Security & CI: Removed a leaked token from settings.py, sanitized internal error details in bot proxy responses, and streamlined CI with a conditional OS matrix.
  • Developer Experience: Added scenario-based API tests and exposed re-enqueue counts in queue status for easier debugging.

Full Changelog

v0.3.4 (2026-04-09)

Highlights

  • OpenClaw plugin defaults adjusted (recallPreferAbstract and ingestReplyAssist now false); eval scripts and recall query sanitization added.
  • Memory and session runtime stability improved: request-scoped write waits, PID lock recovery, orphan compressor refs, async contention fixes.
  • Security tightened: SSRF protection for HTTP resource imports, localhost-only trusted mode without API key, configurable embedding circuit breaker.
  • Ecosystem expansion: Volcengine Vector DB STS Token, MiniMax-M2.7 provider, Lua parser, bot channel mention.
  • CI/Docker: auto-update main on release, Docker Hub push, Gemini optional dependency in image.

Upgrade Notes

  • OpenClaw recallPreferAbstract and ingestReplyAssist now default to false — enable explicitly if needed.
  • HTTP resource imports now enforce private-network SSRF protection by default.
  • Trusted mode without API key is restricted to localhost only.
  • Write interface now uses request-scoped wait — review external orchestration timing dependencies.

Full Changelog

v0.3.3 (2026-04-03)

Highlights

  • RAG benchmark evaluation framework added; OpenClaw LoCoMo eval scripts; content write API.
  • OpenClaw plugin: architecture docs, installer no longer overwrites gateway.mode, e2e healthcheck tool, bypass session patterns, fault isolation from OpenViking.
  • Test coverage: OpenClaw plugin unit tests, e2e tests, oc2ov integration tests and CI.
  • Session creation now supports specifying session_id; CLI chat endpoint priority and grep --exclude-uri/-x enhanced.
  • Security: task API ownership leak fix, unified stale lock handling, ZIP encoding fix, embedder dimension passthrough.

Upgrade Notes

  • OpenClaw installer no longer writes gateway.mode — manage explicitly after upgrade.
  • --with-bot failures now return error codes; scripts relying on "fail-but-continue" need adjustment.
  • OpenAI Dense Embedder now correctly passes custom dimension to embed().
  • Cross-subtree retrieval via tags metadata was added then reverted in this release window — not a final capability.
  • litellm dependency updated to >=1.0.0,<1.83.1.

Full Changelog

v0.3.2 (2026-04-01)

Highlights

  • Docker: Added VikingBot and Console services to Docker setup; updated examples to use latest image tags.
  • OpenClaw Plugin: Added session-pattern guard for ingest reply assist; unified test directory structure.
  • VLM: Rolled back ResponseAPI to Chat Completions while preserving tool call support.
  • Reliability: Fixed HTTPX SOCKS5 proxy crash; improved PyPI mirror fallback in installer; skipped FUSE-incompatible filesystem tests on Windows.
  • Docs: Added OVPack guide in Chinese and English; reorganized observability documentation; retired legacy integration examples.

Full Changelog

v0.3.1 (2026-03-31)

Highlights

  • Language Support: Added PHP tree-sitter AST parsing.
  • Storage: Introduced auto language detection for semantic summary generation; fixed parent URI compatibility with legacy records.
  • CI: Expanded API test coverage to 5 platforms; switched to native per-arch Docker image builds; refreshed uv.lock for release.
  • Configuration: Added configurable prompt template directories; unified archive context handling in session management.
  • OpenClaw Plugin: Simplified install flow, hardened helpers, and preserved existing ov.conf on auto install.
  • Memory: Applied memory optimization improvements.

Full Changelog

v0.2.14 (2026-03-30)

Highlights

  • Multi-tenant identity management: CLI tenant defaults and overrides, agent-only memory scope, multi-tenant usage guide.
  • Parsing: image OCR text extraction, .cc file recognition, duplicate title filename conflict fix, upload-id based HTTP upload flow.
  • OpenClaw plugin: unified installer/upgrade flow, default latest Git tag install, session API and context pipeline refactoring, Windows/compaction/subprocess compatibility fixes.
  • Bot and Feishu: proxy auth fix, Moonshot compatibility, Feishu interactive card markdown upgrade.
  • Storage: queuefs embedding tracker hardening, vector store parent_uri removal, Docker doctor alignment, eval token metrics.

Upgrade Notes

  • Bot proxy endpoints /bot/v1/chat and /bot/v1/chat/stream now require authentication.
  • HTTP file uploads should use the temp_upload → temp_file_id flow.
  • OpenClaw plugin compaction delegation requires openclaw >= v2026.3.22.
  • OpenClaw installer now defaults to latest Git tag — specify explicitly to pin versions.

Full Changelog

v0.2.13 (2026-03-26)

Highlights

  • Testing: Added comprehensive unit tests for core utilities; improved API test infrastructure with dual-mode CI support.
  • Platform: Fixed Windows engine wheel runtime packaging.
  • VLM: Scoped LiteLLM thinking parameter to DashScope providers only.
  • OpenClaw Plugin: Hardened duplicate registration guard.
  • Docs: Added basic usage examples and Chinese documentation.

Full Changelog

v0.2.12 (2026-03-25)

This patch release stabilizes the server shutdown sequence by properly handling CancelledError, rolls back a bot configuration regression, and tightens the Docker build by switching to uv sync --locked for reproducible dependency resolution.

Full Changelog

v0.2.11 (2026-03-25)

Highlights

  • Model ecosystem: MiniMax embedding, Azure OpenAI embedding/VLM, GeminiDenseEmbedder, LiteLLM embedding and rerank, OpenAI-compatible rerank, Tavily search backend.
  • Content pipeline: Whisper ASR for audio, Feishu/Lark document parser, configurable file vectorization strategy, search result provenance metadata.
  • Server ops: ov reindex, ov doctor, Prometheus exporter, memory health stats API, trusted tenant header mode, Helm Chart.
  • Multi-tenant security: file encryption, document encryption, tenant context passthrough fixes, ZIP Slip fix, trusted auth API key enforcement.
  • Stability: vector score NaN/Inf clamping, async/concurrent session commit fixes, Windows stale lock and TUI fixes, proxy compatibility, API retry storm protection.

Upgrade Notes

  • litellm security policy: temporarily disabled, then restored as <1.82.6 — pin your dependency version explicitly.
  • Trusted auth mode now requires a server-side API key.
  • Helm default values updated for Volcengine — review values config on chart upgrade.

Full Changelog

v0.2.10 (2026-03-24)

LiteLLM Security Hotfix

Emergency hotfix due to a supply chain security incident in the upstream LiteLLM dependency. All LiteLLM-related entry points are temporarily disabled.

Action Required

  1. Check if litellm is installed in your environment
  2. Uninstall suspicious versions and rebuild virtual environments, images, or artifacts
  3. Rotate API keys and credentials on machines that installed suspicious versions
  4. Upgrade to this hotfix version

LiteLLM features will remain unavailable until a trusted upstream fix is released.

Full Changelog

v0.2.9 (2026-03-19)

This release focuses on stability and developer experience improvements. Key fixes address RocksDB lock contention by sharing a single adapter across account backends, restore previously lost plugin bug fixes, and improve vector store incremental updates. New features include a bot debug mode with /remember command support, summary-based file embedding in the semantic pipeline, and comprehensive PR-Agent review rules for CI. Documentation also received Docker Compose and Mac port forwarding guidance.

Full Changelog

v0.2.8 (2026-03-19)

Highlights

  • OpenClaw plugin upgraded to 2.0 (context engine), OpenCode memory plugin added, multi-agent memory isolation via agentId.
  • Memory cold-storage archival with hotness scoring, chunked vectorization for long memories, used() tracking interface.
  • Rerank integration in hierarchical retrieval, RetrievalObserver for quality metrics.
  • Resource watch scheduling, reindex endpoint, legacy .doc/.xls parser support, path locking and crash recovery.
  • Request-level trace metrics, memory extract telemetry breakdown, OpenAI VLM streaming, <think> tag cleanup.
  • Cross-platform fixes (Windows zip, Rust CLI), AGFS Makefile refactor, CPU-variant vectordb engine, Python 3.14 wheel support.

Full Changelog

v0.2.6 (2026-03-11)

Highlights

  • CLI UX: ov chat with rustyline line editing, Markdown rendering, chat history.
  • Async capabilities: session commit with wait parameter, configurable worker count.
  • New OpenViking Console web UI for debugging and API exploration.
  • Bot enhancements: eval support, add-resource tool, Feishu progress notifications.
  • OpenClaw memory plugin major upgrade: npm install, consolidated installer, stability fixes.
  • Platform: Linux ARM support, Windows UTF-8 BOM fix, CI runner OS pinning.

Full Changelog

v0.2.5 (2026-03-06)

Highlights

  • PDF & Parsing: Font-based heading detection and bookmark extraction as structured markdown headings; add_resource now supports index control with refactored embedding logic and correctly handles ZIP-based container formats.
  • Session & Memory: add_message() adds parts parameter support; semantic indexing triggered for parent directories after memory extraction.
  • URI Handling: Short-format VikingURI support, git@ SSH URL format in the CLI, and GitHub tree/<ref> URL for code repository import.
  • Bot & Integrations: VikingBot refactored with new evaluation module, Feishu multi-user and channel enhancements, OpenAPI standardization; Telegram crash fix for Claude.
  • Infrastructure: agfs gains ripgrep-based grep acceleration and async grep support with optional binding client mode; automated PR review workflows using Doubao model with severity classification.
  • Installation: curl-based installation works correctly on Ubuntu/Debian without triggering system protection errors; Rust compile fixed for uv pip install -e ..

Full Changelog

v0.2.3 (2026-03-03)

Breaking Change

Datasets and indexes generated by previous versions are incompatible with this release and cannot be reused. A full rebuild is required after upgrading to avoid retrieval anomalies, inconsistent filtering, or runtime errors. Stop the service, remove your workspace directory (rm -rf ./your-openviking-workspace), then restart with openviking-server.

This release delivers CLI optimizations including glob -n flag support and cmd echo, alongside README updates for both English and Chinese documentation.

Full Changelog

v0.2.2 (2026-03-03)

Breaking Change

Before upgrading, stop the VikingDB Server and clear your workspace directory. Indexes from prior versions are not forward-compatible with this release.

This release adds C# AST extractor support for code parsing, fixes multi-tenant filtering, normalizes OpenViking memory target paths, and improves git repository detection with git@ SSH URL support. The agfs dependency libraries and binaries are now pre-compiled, eliminating the need for a build step at install time. Documentation adds Qwen model usage instructions.

Full Changelog

v0.2.1 (2026-02-28)

Highlights

  • Multi-tenancy: Foundational multi-tenancy support at the API layer for isolated multi-user/team usage.
  • Cloud-Native: Cloud-native VikingDB support, improved cloud deployment docs and Docker CI.
  • OpenClaw/OpenCode: Official openclaw-openviking-plugin installation, opencode plugin introduction.
  • Storage: Vector database interface refactored, AGFS binding client, AST code skeleton extraction, private GitLab domain support.
  • CLI: ov command wrapper, add-resource enhancements, ovcli.conf timeout support, --version flag.

Full Changelog

[email protected] (2026-02-27)

Updated CLI binary release with cross-platform support for macOS and Linux, aligned with the v0.1.18 feature set including the Rust-based implementation and expanded file parser capabilities.

Full Changelog

v0.1.18 (2026-02-23)

This release brings major new capabilities to OpenViking. A high-performance Rust CLI is introduced alongside a terminal UI for filesystem navigation. File parsing is significantly expanded with support for Word, PowerPoint, Excel, EPub, and ZIP formats. Multi-provider support is added for embedding and VLM backends. Memory handling is redesigned with conflict-aware deduplication and a new extraction flow.

Highlights

  • Rust CLI: New blazing-fast CLI implementation.
  • File Parsers: Word, PowerPoint, Excel, EPub, ZIP support via markitdown-inspired parsers.
  • TUI: Basic terminal UI for filesystem navigation (ov tui).
  • Multi-provider: Support for multiple embedding and VLM providers.
  • Memory: Redesigned extraction and deduplication flow with conflict awareness.
  • Skills: New memory, resource, and search skills; improved skill search ranking.
  • Directory Parsing: Added directory-level parsing support.

Full Changelog

[email protected] (2026-02-14)

Initial CLI binary release with cross-platform support for macOS and Linux, providing a standalone distributable for OpenViking server management and resource operations.

Full Changelog

v0.1.17 (2026-02-14)

A stability-focused patch release. Reverts dynamic project name configuration in VectorDB due to instability, fixes CI workspace cleanup, and resolves a tree URI output error with added validation of ov.conf on startup.

Full Changelog

v0.1.16 (2026-02-13)

A focused bug-fix and improvement release. Fixes VectorDB connectivity issues and a server conflict between uvloop and nest_asyncio. Temporary URIs are now human-readable, resource add timeouts are enlarged, and dynamic project name configuration is introduced for VectorDB and Volcengine backends.

Full Changelog

v0.1.15 (2026-02-13)

This release focuses on architectural refactoring and reliability improvements. The HTTP client is split into distinct embedded and HTTP modes for cleaner separation of concerns. The CLI launch speed is improved through directory restructuring. VectorDB timestamp and collection creation bugs are resolved.

Highlights

  • Refactor: HTTP client split into embedded and HTTP modes; QueueManager decoupled from VikingDBManager.
  • CLI: Faster launch speed; improved ls and tree output.
  • VectorDB: Fixed timestamp format and collection creation issues.
  • Parser: Support for repository branch and commit refs.
  • OpenClaw: Initial memory output language pipeline adaptation.

Full Changelog

v0.1.14 (2026-02-12)

A major infrastructure release. An HTTP server and Python HTTP client are introduced, enabling remote access to OpenViking services. The OpenClaw skill adds MCP integration support. Directory pre-scan validation, DAG-triggered embedding, and parallel resource addition improve performance and reliability.

Highlights

  • HTTP Server: New server mode with Python HTTP client for remote access.
  • OpenClaw Skill: MCP integration for OpenViking.
  • CLI: Full Bash CLI framework with comprehensive command implementation.
  • Embedding: DAG-triggered embedding and parallel add support.
  • Directory Scan: Pre-scan validation module added.
  • Config: Default configuration directory set to ~/.openviking.

Full Changelog

v0.1.12 (2026-02-09)

This release improves search quality, storage reliability, and code maintainability. Sparse logit alpha search is added for enhanced retrieval. Query embeddings are reused in the hierarchical retriever for better performance. Native VikingDB deployment is now supported. A critical Zip Slip path traversal vulnerability (CWE-22) is patched.

Highlights

  • Search: Sparse logit alpha support and optimized query embedding reuse.
  • VikingDB: Native deployment support.
  • Security: Zip Slip path traversal fix (CWE-22).
  • Refactor: Unified async execution utilities; restructured S3 configuration.
  • MCP: Query support added and validated with Kimi.

Full Changelog

v0.1.11 (2026-02-05)

Adds support for ingesting small GitHub code repositories, enabling OpenViking to index and search public codebases directly.

Full Changelog

v0.1.10 (2026-02-05)

Patch release fixing a compilation error and resolving a Windows binary release packaging issue.

Full Changelog

v0.1.9 (2026-02-05)

The initial public release of OpenViking. This release establishes the core project structure with cross-platform support including Linux and Intel Mac. It introduces the service layer architecture, separating embedding and VLM backends into configurable providers. Memory deduplication is improved and retrieval recursion bugs are fixed. Python 3.13 compatibility, S3FS support, and usage examples for chat and memory workflows are included.

Highlights

  • Initial Release: Core OpenViking server, client, and CLI foundation.
  • Providers: Configurable embedding and VLM backends with provider abstraction.
  • Architecture: Service layer extracted from async client; ObserverService separated from DebugService.
  • Platform: Linux compile support, Intel Mac compatibility, Python 3.13 support.
  • Memory: Simplified deduplication logic and fixed retrieval recursion bug.
  • Examples: Chat and chat-with-memory usage examples added.

Full Changelog