v1.0.20
Documentation polish and a login regression fix. No behaviour changes outside the login MCP refresh path.
Fixed
- Login no longer reuses stale
clientIdfrom an old MCP cache (#213) —dws loginnow unconditionally re-fetches the MCP descriptor, so a previously cached client id can't keep producing auth errors after the server rotates it.
Docs
dws chat message listpagination (#218, fixes #195) — clarifies thatnextCursoris opaque and must be passed back as--cursorexactly; warns against parsing or reusing it as an offset.dws contact searchexamples (#209) — switched from the removed--keywordflag to the current--query.dws todohelp text (#205) — expanded field semantics so MCP wrappers generate accurate schemas.chat message send-by-botandreport createhelp (#217, #106, #107) —--robot-code/--title/--textnow carry the(必填)marker;report create --contentsdocuments thekey=field_namerequirement and rewrites examples as atemplate detail → createtwo-step pipeline.- CHANGELOG backfill for 1.0.19 (#204).