@loommii/dsh-web-search-plus
DSH web_search 增强插件:为官方 web-search-deepseek 的 model 字段提供第三方 GUI(host 代理架构)
289 results
DSH web_search 增强插件:为官方 web-search-deepseek 的 model 字段提供第三方 GUI(host 代理架构)
Adds a search field inside the model picker menu of the composer. Drop-in replacement for the native model seat, sharing the same per-session ModelDirectory so /model popup, the effort selector, and the /model command stay consistent.
DSH session model selector with search and reasoning-effort pane: shadows the native conversation.input.model seat (independent cordis client plugin).
Read-only browser verification tools for the DeepSeek Harness web GUI: browser_open / browser_mock / browser_assert / browser_screenshot — verify a page (H5/desktop) in ≤4 tool calls with mock interception, DOM assertions, and screenshots that auto-project into the model context.
Full model-configuration editor for the DeepSeek Harness web Settings > Models page: every field the deployment's model-config schema declares, not just the handful the shipped UI exposes.
Session usage view: tokens, wall time and cache share per model and per turn, as a conversation view.
User-only instruction memory for DSH: long-term instructions maintained in the settings UI and auto-injected into every conversation — the model has no write access. 指令记忆:只由用户在设置页维护的长期指令,自动注入此后每轮对话;模型没有任何写入口。
Command palette for DeepSeek Harness (Cmd+K) — new chat, jump to session, switch model and reasoning effort, permissions, slash commands, theme, language and settings, all from one fuzzy-searchable bar.
Run !-prefixed commands directly from the DeepSeek Harness Web composer without sending them to the model.
DSH 子代理模型插件:在 composer 底部(官方模型菜单左侧)增加「子代理模型」菜单,为子代理独立配置 provider/model/推理强度/档位(与「设置 -> Agent 预设」同源:官方内置 + 插件预置的 轻量执行/只读研究 注册为真实用户预设 + 用户自建预设);主 agent 模型仍走官方管理。注册 delegate_subagent 工具让子代理真正使用配置的模型与档位,解决官方默认 subagent 与主模型同源造成的资源浪费。
External vision model plugin for image recognition when the active model lacks vision
Settings page for workspace/session/period/model token usage and DeepSeek cost
Per-session token cost in the DSH web footer: a clickable chip appended to the right of the official stats row (official peak/off-peak pricing, weekday-aware, with model-name routing; RMB/USD by UI locale) that expands into a detail panel with unit prices, the next peak switch, and per-model usage.
DeepSeek Harness plugin: capture the provider model fingerprint (system_fingerprint) of every LLM call and show it as a hover-revealed plain-text suffix on each assistant message's metrics row in the Web UI.
Allowlisted subagent routing for DeepSeek Harness: the calling agent dynamically chooses a configured model and exact reasoning effort per delegation.
Control which tool schemas are injected into the DeepSeek Harness model context. Registers a tool_visibility manager tool AND a settings-page UI (Settings → 工具注入控制) with per-tool toggles; backed by the framework-native tools.restrict filter and persisted to a JSON state file.
Persistent DeepSeek Harness scenario router with settings-driven model dropdowns, fallback routing, and Web UI settings.
DSH plugin: manage local model inference servers (llama.cpp / vLLM / SGLang) — registry, safe start/stop, parameter profile versioning with validation. Red lines: never pkill, never stop protected port 11437, never auto-restart dsh.
Persistent, searchable, per-project memory for the DeepSeek Harness: decisions, rules, and sprint context in a queryable DuckDB file, rules enforced on every model request, with a full management UI in the Web Client
Blocks high-confidence secrets before dsh-TUI sends them to a model.
DSH web UI 工具集插件:1) 输入框模型选择改为双按钮(供应商 + 模型两级联动,支持推理等级调节);2) 侧边栏工作区折叠/展开全部;3) 会话主选项卡新增「修改的文件」(列出该会话改动过的所有文件,点击经 Host 打开);4) 会话标题旁显示所属工作区徽章;5) 设置中心新增「DSH UI 工具」页(集中开关以上功能,偏好存 localStorage);6) 输出速度计 tok/s:回合结束后在官方「用时」pill 左侧显示精确值(与内核「本轮用时和速度」同源同口径),生成中在消息流末尾显示估算值。内核自适应(v0.4.2):功能三依赖的 target 体系服务收进 alphaFeatures 子 fiber,旧内核(0.1.1-rc.x)静默降级为四项、不再触发 Failed to load plugins 横幅;v0.4.3 起「修改的文件」支持 run_code 内嵌工具调用路径提取(当前 DSH agent 环境所有文件操作都包在 run_code 里);v0.4.4 修复功能一在 0.1.5 内核上每次挂载会话抛 remote.session 错——模型目录服务要求调用方声明 remote,并加兜底降级回官方控件。只动对应控件,不改 DSH 源码。
DeepSeek Harness (DSH) plugin: a ✨ button next to the composer that rewrites your draft into a clearer, more specific prompt using your current model — and reads the current session's context first, so references like “this” or “continue” resolve against the work in progress.
Filter input for the composer model menu: case-insensitive list filtering with combobox keyboard navigation, rendered with the shipped menu design
Composer model seat takeover: sticky search + fuzzy matching over the shared model directory