-
fix: add install and setup instructions to hybrid error message and CLI help
发布于
2026-03-26 03:43:00 +00:00 Problem:
Users and AI agents encountering --hybrid for the first time cannot
self-resolve. The CLI description says "Hybrid backend for AI processing"
with no hint that a server is required. The connection error message
mentions the server command but omits the pip install step and --hybrid-url
for custom servers.Solution:
- CLI --hybrid description: state "requires a running server" with quick
start commands and --hybrid-url for remote servers - Error message: add step-by-step install/start instructions and
--hybrid-url hint for remote/custom port setups - Run npm run sync to regenerate Python/Node.js bindings and docs
Verification:
- DoclingFastServerClientTest (10/10): new assertions verify install
instructions and server start command are present in error output - Subagent test: a fresh agent with no README/CLAUDE.md context resolved
hybrid setup using only --help and error messages
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
下载附件
- CLI --hybrid description: state "requires a running server" with quick