taot/dsh-better-model-picker

taot★ 0TypeScript最后同步: 2026-08-19

在 GitHub 打开

A better model picker for Deepseek Harness

README 摘要

dsh-better-model-picker An installable bundle for the DeepSeek Harness (DSH) Web GUI that replaces the composer's model selector with an upgraded version. It shares the session's model directory, so models picked here stay in sync with the /model popup. Features - Filter — a text box that narrows the model list as you type, using space-separated terms. - Star-pin — an ☆/★ toggle on each model. Starred models stay pinned to the top under a "Starred" section with their provider headings, and persist across refresh and restart. Install Then restart Deepseek Harness. dsh plugin add does both halves of the job because this package declares dsh.bundle.patch : pnpm links it into the profile, and the CLI appends it to that profile's dsh.profile.bundles layer stack. It is the bundle's own cordis.patch.yml that inserts the plugin row. Adding or removing the plugin only takes effect after restarting DeepSeek Harness. The bundle layer is read at boot, so any change to the profile's plugin set requires the harness process to be restarted before the new configuration is reflected in the Web GUI. Verify it landed without booting: Uninstall As with installation, removal only takes effect after res…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类