Releases: fonlan/dsh-model-parameters
Releases · fonlan/dsh-model-parameters
Release list
@fonlan/dsh-model-parameters v0.1.2
- feat: move settings UI to plugin Settings Card (settings.plugin.item)
- settings UI now appears in 设置 → 插件 → 插件配置 as an expandable card,
styled like the built-in plugin cards (collapsed by default) - client registers into settings.plugin.item keyed by the model-parameters
namespace (same pattern as dsh-web-auth); host half unchanged
- settings UI now appears in 设置 → 插件 → 插件配置 as an expandable card,
- docs: README updated for the settings card
v0.1.0
dsh-model-parameters v0.1.0
DSH plugin that auto-fills provider model parameters from the models.dev catalog.
Features
- When a provider's model sync returns only ids, automatically fill display name, context window, max output tokens, reasoning efforts, and input modalities from the models.dev catalog
- Catalog cached with TTL refresh
- Settings page with toggles, manual refresh, and a fill report
Install
dsh plugin --profile web add @fonlan/dsh-model-parameters
# or from GitHub
dsh plugin --profile web add github:fonlan/dsh-model-parameters