Skip to content

Releases: kaiwangleo/xiwen

Release list

dsh-xiwen v0.1.0

Choose a tag to compare

@kaiwangleo kaiwangleo released this 19 Aug 04:54

dsh-xiwen 0.1.0

The first public release of the Xiwen plugin for DeepSeek Harness.

Highlights

  • Registers the xiwen_query tool for structured business analytics.
  • Connects DeepSeek Harness to a separately deployed Xiwen service.
  • Supports JSON-over-SSE query responses, cancellation, and timeouts.
  • Enforces bounded rows and serialized result size.
  • Provides configurable authentication and local-service defaults.
  • Includes installation, configuration, security, troubleshooting, and uninstall documentation.

Installation

dsh plugin --profile xiwen add @kaiwangleo/dsh-xiwen@0.1.0
dsh --profile xiwen --dump-config

The Xiwen Python backend and its MySQL, Qdrant, Elasticsearch, embedding, and LLM dependencies must be deployed separately.

Validation

  • Prettier formatting check passed.
  • TypeScript type checking passed.
  • 23 plugin tests passed.
  • ESM build passed.
  • npm package inspection passed.
  • Fresh Harness 0.1.0-rc.7 profile installation from npm passed.
  • End-to-end xiwen_query execution against a real e-commerce test warehouse passed.