mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Full per-file coverage for the three settings packages: invariant companions, store mirroring with revision guards, behavior-shaped section/shell specs (props-fed, real store engine), and apply-level suites on a real Context + SlotCore covering declaration-aware deferral and HMR collapse recovery. All three registrants now judge presence on the slot ledger instead of a local disposer, which went stale when a parent redeclaration cascade removed the entry (ds-review-bot finding); the locale re-register path keeps the same idempotence.
@deepseek-ai/dsh-client-ui-settings-models
Models settings section plugin: registers the models nav entry into settings.section with an intentionally empty content column — model management lands in a later phase.
Model Experience
None, as the section renders an empty browser UI column; nothing here reaches a model request.
KV Cache effect
None; this package neither assembles nor sends a provider request.
Known Limitations and Deferred Work
- Content column is empty by design — provider list, editing form, and activation flow are deferred until the model-management service exists.