feat(web-search-deepseek): resolve provider options from the settings section
The provider now takes a thunk rather than a value: it projects the
authoritative section per search, so a stored endpoint, model, or key
reference reaches the next call without re-registering the provider — which
would make the seam's provider selection observable as a flicker.
apiKey already carries role('secret'), so the section is safe to describe:
the literal never rides a response in any layer and a configuration surface
learns only that a key is set.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write docs/module-graph.md
|
||||
module-graph.md: 949f8813f1d8f49e5a433049eb2f61c7235bf571
|
||||
module-graph.zh.md: 70085ab7301cf3ec81494189aea065c9a487b04c
|
||||
module-graph.md: a9d4def424c875860781b4b7d46aea2e9af903dd
|
||||
module-graph.zh.md: 759ded070a2991689ee18ca679cfa57213abc49d
|
||||
|
||||
Reference in New Issue
Block a user