mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Restore defaults dropped the user's `models` override from the draft but the rows kept showing it, so the catalog only looked restored after closing and reopening the card. The inherited rows were read from the namespace's effective value, which still carries the stored override until the unset is applied — so dropping the override echoed it straight back. They now come from the layer beneath the user's: what the composition entry pinned, or else the schema default that resolution would supply.