Merged
Conversation
github-actions
Bot
force-pushed
the
docs/sync
branch
2 times, most recently
from
August 26, 2026 20:06
3670213 to
7772bb5
Compare
github-actions
Bot
force-pushed
the
docs/sync
branch
from
August 27, 2026 09:57
7772bb5 to
e8ae09f
Compare
…sh with new wire-extension reference Two developer-facing changes landed in this fetch. For DeepSeek API consumers, the documented `include_usage` streaming behavior changed in both Chat Completions and the FIM beta: there is no longer a separate usage-only chunk before `data: [DONE]`. Token statistics now ride on the final content chunk, whose `choices` array holds exactly one element with no new content and a non-null `finish_reason` — a wire-shape change that can break stream parsers that keyed off the old empty-`choices` usage chunk. Separately, the dsh (DeepSeek Harness) developer-preview docs saw a major refresh: eight new pages, one deleted tutorial, a brand-new reference for DeepSeek's official LLM API wire extensions, and regenerated module/event/config catalogs. - `include_usage` reworked in `api/create-chat-completion.md` and `api/create-completion.md` (en + zh-cn): usage is `null` on every stream chunk except the last when set to `true`; omitted/false removes the field from all chunks except the last. No separate usage-only chunk is emitted anymore. - `guides/thinking_mode.md` (en + zh-cn): whether `reasoning_content` must be passed back and is concatenated into context now depends on the `tools` parameter — with `tools` it must be echoed back (else 400), without `tools` it is ignored. - dsh: new `deepseek-llm-api-wire-extensions.md` documents the `dsh_plugin_packages` and `dsh_session_log` request-body extensions, `x-deepseek-harness-*` headers, and the `DeepSeekLlmApiExtensionRegistry` registration model. - dsh: cookbook `adding-a-conversation-node.md` deleted; new subsystem pages cover conversation assembly, Web Client architecture + slots, webhook runtime, and a Todo subsystem; new guides cover GitHub-webhook review sessions, third-party MCP memory servers, and session-local scheduling, plus a dynamic-Cordis practice page. - dsh: `config-catalog.md` adds plugin sections (`api-gateway`, `api-session-controller`, `api-settings-controller`, `experimental-inspector`, `plugin-package-inventory-deepseek`, `sdk-app`, `session-log-deepseek`, `session-log-export`), and `module-graph.md` / `event-producer-consumer.md` were regenerated with new `agent/*` and `api-session/*` events. No npm version bump in this batch (`dsh/npm.md` unchanged); `dsh-doc-standards` skill renamed to `dsh-doc`.
github-actions
Bot
force-pushed
the
docs/sync
branch
from
August 27, 2026 22:20
e8ae09f to
2997aca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two developer-facing changes landed in this fetch. For DeepSeek API consumers, the documented
include_usagestreaming behavior changed in both Chat Completions and the FIM beta: there is no longer a separate usage-only chunk beforedata: [DONE]. Token statistics now ride on the final content chunk, whosechoicesarray holds exactly one element with no new content and a non-nullfinish_reason— a wire-shape change that can break stream parsers that keyed off the old empty-choicesusage chunk. Separately, the dsh (DeepSeek Harness) developer-preview docs saw a major refresh: eight new pages, one deleted tutorial, a brand-new reference for DeepSeek's official LLM API wire extensions, and regenerated module/event/config catalogs.include_usagereworked inapi/create-chat-completion.mdandapi/create-completion.md(en + zh-cn): usage isnullon every stream chunk except the last when set totrue; omitted/false removes the field from all chunks except the last. No separate usage-only chunk is emitted anymore.guides/thinking_mode.md(en + zh-cn): whetherreasoning_contentmust be passed back and is concatenated into context now depends on thetoolsparameter — withtoolsit must be echoed back (else 400), withouttoolsit is ignored.deepseek-llm-api-wire-extensions.mddocuments thedsh_plugin_packagesanddsh_session_logrequest-body extensions,x-deepseek-harness-*headers, and theDeepSeekLlmApiExtensionRegistryregistration model.adding-a-conversation-node.mddeleted; new subsystem pages cover conversation assembly, Web Client architecture + slots, webhook runtime, and a Todo subsystem; new guides cover GitHub-webhook review sessions, third-party MCP memory servers, and session-local scheduling, plus a dynamic-Cordis practice page.config-catalog.mdadds plugin sections (api-gateway,api-session-controller,api-settings-controller,experimental-inspector,plugin-package-inventory-deepseek,sdk-app,session-log-deepseek,session-log-export), andmodule-graph.md/event-producer-consumer.mdwere regenerated with newagent/*andapi-session/*events. No npm version bump in this batch (dsh/npm.mdunchanged);dsh-doc-standardsskill renamed todsh-doc.