qwen-code/docs/developers/examples
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
..
daemon-client-quickstart.md docs: fix SSE ring size errors and add /workflows command (#5205) 2026-06-18 09:43:38 +08:00
proxy-script.md refactor: unify sandbox configuration naming and improve telemetry config 2026-02-11 11:08:15 +08:00