mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-10 09:39:06 +00:00
* 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). |
||
|---|---|---|
| .. | ||
| daemon-client-quickstart.md | ||
| proxy-script.md | ||