Files
deepseek-harness/packages/client/ui-settings-general
imccyu b1b180e098 fix(gui): CI gate repairs — docs, coverage, HMR re-registration
Regenerate the module-graph/config-catalog/event-graph docs for the
locale rename and new packages; allowlist the three settings READMEs;
complete the RFC code block and add its English pair. Cover the
ThemeService media-query paths (stubbed matchMedia) and mark the
unreachable registry fallback. General section re-registration now
judges presence on the slot ledger instead of a local disposer, which
went stale when an HMR collapse removed the entry.
2026-07-26 00:57:21 +08:00
..

@deepseek-ai/dsh-client-ui-settings-general

General settings section plugin: registers the general entry into settings.section. Language (中文/English) and Appearance (Light/Dark/System) are live preferences wired to ctx.locale / ctx.theme; Permission and Tool Call rows are visual skeletons with no write surface.

Model Experience

None, as the section renders browser preference UI; nothing here reaches a model request.

KV Cache effect

None; this package neither assembles nor sends a provider request.

Known Limitations and Deferred Work

  • Permission and Tool Call are display skeletons — the backing host services and RPC methods do not exist yet; the controls are disabled and write nothing.