qwen-code/docs
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
..
design feat(sdk,serve): DaemonTransport abstraction + ACP standard compliance (#5040) 2026-06-14 02:37:06 +08:00
developers docs: fix SSE ring size errors and add /workflows command (#5205) 2026-06-18 09:43:38 +08:00
e2e-tests feat(worktree): Phase D — startup --worktree flag + symlinkDirectories + PR refs (#4381) 2026-05-27 17:04:51 +08:00
plans feat(core)!: redesign auto-compaction thresholds with three-tier ladder (#4345) 2026-05-25 21:11:08 +08:00
superpowers feat(core): durable cron jobs — /loop tasks that survive restarts (#5004) 2026-06-13 19:30:40 +08:00
users docs: fix SSE ring size errors and add /workflows command (#5205) 2026-06-18 09:43:38 +08:00
verification/abort-controller-refactor fix(core): stop AbortSignal listener leak in long sessions (MaxListenersExceededWarning) (#4366) 2026-05-26 14:21:49 +08:00
_meta.ts feat: refactor docs 2025-12-05 10:51:57 +08:00
declarative-agents-port.md feat(core): port declarative-agent mcpServers + hooks (CC 2.1.168 parity follow-up) (#4996) 2026-06-12 14:15:51 +08:00
index.md fix: lint issues 2025-12-19 15:52:11 +08:00
yaml-parser-replacement.md feat(core): port declarative-agent mcpServers + hooks (CC 2.1.168 parity follow-up) (#4996) 2026-06-12 14:15:51 +08:00