qwen-code/docs/users
Dragon 5c87b5649e
docs: fix SSE ring size errors and add /workflows command (#5205)
* docs: fix SSE ring size errors and add /workflows command

- qwen-serve.md: fix SSE ring size (4000 → 8000) in 4 locations
- qwen-serve-protocol.md: fix SSE ring size (4000 → 8000)
- commands.md: add /workflows command to tool management table

The SSE ring default is 8000 frames (not 4000) per the implementation
in packages/cli/src/serve/server.ts. The /workflows command inspects
workflow runs from the WorkflowRunRegistry.

* docs: fix missed SSE ring size reference (4000 -> 8000)

Address review feedback on #5205: daemon-client-quickstart.md still
referenced the old 4000-event ring buffer. The daemon ring buffer
default is DEFAULT_RING_SIZE = 8000 (packages/acp-bridge/src/eventBus.ts).

* docs: resolve circular ring-size wording in Stage 1.5 list

Address review feedback on #5205: after the 4000->8000 correction, item 5
read circularly (default 8000 ... need 8000+). The ring default has shipped
at 8000 (DEFAULT_RING_SIZE / eventRingSize default), so mark the size bump
done (strikethrough, matching item 3) and scope remaining work to
per-session configurability, which is still open (eventRingSize is a single
daemon-construction value, not settable per session).
2026-06-18 09:43:38 +08:00
..
configuration docs: fix stale defaults, CLI syntax, and tool naming drift (#5158) 2026-06-15 20:06:34 +08:00
extension chore(deps): upgrade ink 6.2.3 → 7.0.2 + bump Node engine to 22 (#3860) 2026-05-11 17:29:50 +08:00
features docs: fix SSE ring size errors and add /workflows command (#5205) 2026-06-18 09:43:38 +08:00
ide-integration update documentation 2025-12-19 18:16:59 +08:00
reference docs: fix stale defaults, CLI syntax, and tool naming drift (#5158) 2026-06-15 20:06:34 +08:00
support feat(installer): verify release assets + switch public docs to standalone entrypoint (#3855) 2026-06-04 17:23:04 +08: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 docs: updated all links, click and open in vscode, new showcase video in overview 2025-12-17 11:10:31 +08: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: docs 2026-01-14 10:30:03 +08:00
integration-zed.md docs(integration): use CDN URLs for images and fix formatting 2026-03-16 14:12:48 +08:00
overview.md feat(installer): verify release assets + switch public docs to standalone entrypoint (#3855) 2026-06-04 17:23:04 +08:00
quickstart.md feat(installer): verify release assets + switch public docs to standalone entrypoint (#3855) 2026-06-04 17:23:04 +08:00
qwen-serve-deploy-local.md feat(daemon): merge daemon-mode feature batch into main (#4490) 2026-06-12 00:34:49 +08:00
qwen-serve.md docs: fix SSE ring size errors and add /workflows command (#5205) 2026-06-18 09:43:38 +08:00