qwen-code/docs/users
qqqys 03eb5043cc
fix(dingtalk): keep status cards continuous and attributable (#8565)
* fix(dingtalk): keep status cards continuous during runs

* fix(dingtalk): render attributable markdown replies

* fix(dingtalk): harden status card attribution and fallback paths (#8565)

* fix(dingtalk): deliver boundary content reliably and harden card fallbacks (#8565)

* fix(dingtalk): halt refreshes on dead cards, keep delivered content (#8565)

The per-second status chain kept pushing metadata updates after the
content stream latched failed, and once the 3-failure breaker tripped an
idle card could never revive. Stop the chain on a latched stream failure
and keep a low-frequency probe so a recovered metadata API revives it.

Also re-send boundary content declared delivered via the card when a
failed/cancelled terminal overwrites the continuity card, give a
re-latched status context a fresh segment id after input_requested so a
later failure still reaches the card failure UX, dedup inline sender
echoes, and require the 'I' of IMAGE in the partial-marker regex so a
bare trailing '[' survives in final fallback text. Consolidate the
duplicated content-cap constants and pin the reviewed delivery,
drain, breaker, and attribution behaviors with tests.

---------

Co-authored-by: qwen-code-dev-bot <qwen-code-dev-bot@users.noreply.github.com>
Co-authored-by: qwen-code-dev-bot <qwen-code-dev@service.alibaba.com>
2026-08-06 22:42:42 +00:00
..
configuration feat(voice): support trusted private ASR base URLs (#8350) 2026-08-06 14:04:57 +00:00
extension fix(core): Align MCP OAuth guidance and docs (#5589) 2026-06-24 07:09:53 +08:00
features fix(dingtalk): keep status cards continuous and attributable (#8565) 2026-08-06 22:42:42 +00:00
ide-integration fix(cli): replace all emoji with Unicode text symbols in TUI rendering (#5999) 2026-06-30 15:18:01 +00:00
reference docs: complete TUI keyboard shortcut reference (#8327) 2026-08-01 17:24:19 +00:00
support fix(cli): add ui.mouseTracking setting to restore right-click and URL clicks (#8198) 2026-08-01 14:15:42 +00:00
_meta.ts feat(daemon): merge daemon-mode feature batch into main (#4490) 2026-06-12 00:34:49 +08:00
common-workflow.md docs: fix stale defaults, CLI syntax, and tool naming drift (#5158) 2026-06-15 20:06:34 +08:00
integration-github-action.md feat(web-shell): show subagent sessions in detail panel (#7380) 2026-07-22 02:31:08 +00:00
integration-jetbrains.md docs(integration): use CDN URLs for images and fix formatting 2026-03-16 14:12:48 +08:00
integration-vscode.md fix(core): honor NO_PROXY for model requests (#6640) 2026-07-10 10:41:04 +00:00
integration-zed.md docs(integration): use CDN URLs for images and fix formatting 2026-03-16 14:12:48 +08:00
overview.md docs: fix config/command/auth drift and surface the model-providers page (#5735) 2026-06-24 06:06:01 +08:00
quickstart.md docs: fix config/command/auth drift and surface the model-providers page (#5735) 2026-06-24 06:06:01 +08:00
qwen-serve-deploy-local.md docs(serve): Close multi-workspace hardening gaps (#7019) 2026-07-16 17:33:53 +00:00
qwen-serve.md fix(web-shell): allow session refresh with daemon auth (#8445) 2026-08-06 14:23:10 +00:00