dsh-xiwen 0.1.0
The first public release of the Xiwen plugin for DeepSeek Harness.
Highlights
- Registers the
xiwen_querytool 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-configThe 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_queryexecution against a real e-commerce test warehouse passed.