dsh-composer-scroll-hide
Composer auto-hide on scroll for the dsh web GUI: the input bar follows the message flow off-screen when you scroll up to read context, and slides back in when you return to the latest message.
167 results
Composer auto-hide on scroll for the dsh web GUI: the input bar follows the message flow off-screen when you scroll up to read context, and slides back in when you return to the latest message.
DSH Web GUI 的在线小说阅读器:左侧边栏「阅读器」入口,在线书源搜索/抓取/整本下载到本地(TXT),阅读界面伪装成聊天对话框(小说章节以对话消息呈现)。宿主侧通过 node fetch 抓取书源网页(规避浏览器 CORS),浏览器侧同源调用 /api/dsh-reader。
DeepSeek account balance readout docked under the composer for DeepSeek Harness (dsh) — a persistent web plugin.
DeepSeek Harness plugin: OpenCode Go plan usage readout docked under the composer, aligned with the input bar width
Dual-face (host + client) plugin: independent text-output ocr_image tool + tools/execute read_image capability dispatch + ctx.ocr seam, with a conversation.input.left OCR toggle button.
opencode-style UX: press Esc to cancel the running turn (Enter-while-busy is already a DSH built-in setting).
Browse archived DeepSeek Harness sessions from the sidebar footer, read full transcripts, and permanently delete them (including conversation logs).
Agent instruction manager for DeepSeek Harness: edit, refine, and template the AGENTS.md files the harness actually reads — the user-global ~/.dsh/AGENTS.md and per-workspace AGENTS.md — from a sidebar panel.
Overlay reader for agent output files: Markdown/GFM rendering, in-panel PDF preview, DOCX/XLSX/PPTX text extraction, reply-end file chips. Pure JS, zero dependencies, no persistent UI.
File tree panel for the DSH Web UI: the right details column shows the current session workspace tree (lazy, read-only).
Codex-style message-bar navigation rail for the DSH dialog: a vertical rail of short horizontal lines (one per user message) at the sidebar's right outer edge, vertically centered; hover highlights and floats the sent content (first 30 字, 15 字 per line); click jumps to the message.
Three hand-tuned skins for DeepSeek Harness (DSH): Aurora (deep navy + electric cyan + warm coral), Paper (cool white + deep teal, daytime reading), and Hologram (near-black + lime-cyan, terminal vibes). Pure --dsw-alias-* token system, no core patches, persisted in localStorage.
Enhanced workspace directory browser for the dsh web UI: quick access to /mnt Windows drives, full breadcrumb ancestry from the filesystem root, and an always-visible path input.
AI老师 (ai-teacher) agent preset for the dsh web GUI: a full-capability teaching agent focused on reading PDF documents and helping the user master them. The preset files are synced into ~/.dsh/.agent-presets on host startup.
📌 Sticky-note settings tab for DeepSeek Harness — agent notices & pending decisions visible in the Web GUI (Tailscale-friendly). Zero deps, read-only.
DeepSeek Harness plugin: a read-only workspace Git status panel for the composer tool row and a git_status model tool.
Feishu/Lark document design & layout skill for DeepSeek Harness (dsh) — restructure long-form docs into management-readable, brand-consistent, evidence-traceable formats with charts, illustrations & covers. 飞书文档设计排版技能插件:将战略方案/经营报告/GTM/PRD/复盘等长文编排为管理层可扫描、品牌一致、证据可追溯的正式文档。
Custom theme plugin for DeepSeek Harness (deepseek-harness-desktop): per-region color/translucency/brightness tints, ready-made presets, scheme-adaptive tints, and a vividness slider
DSH bundle (组合包): read-only project knowledge graph — modules, tech stack, architecture layers, file-level import graphs, observations. Provides /kgraph command, project_kgraph model tool and a browser UI panel.
A canvas the agent draws on and then sees: eyes_render draws text/shapes in the Web GUI, stores the PNG locally, and hands the result back to the model. Windows-only: eyes_ocr reads text via the built-in Windows OCR engine (Windows.Media.Ocr).
Accessibility plugin for the DeepSeek Harness web UI: announces tool calls as they appear and finished assistant messages through an aria-live region so screen readers read them aloud.
Project directory preview panel for the DeepSeek Harness web GUI: lazy directory tree + read-only file preview in the details column, toggled from the sidebar. Data flows through a fenced /dirpreview host command over the official command.execute RPC.
Manage DeepSeek Harness conversations from inside a conversation: new_conversation, rename_session, list_sessions, read_session, archive_session model tools plus official-slot UI actions
DSH Markdown 阅读插件:点击会话中的 MD/图片文件链接时,在浏览器右侧「详情栏」内以真正的三栏布局(侧边栏 | 会话区 | MD 文档)直接渲染阅读,而不是交给系统默认程序。目录 TOC、复制原文、字号缩放、自动跟随磁盘变更、图片内联预览。双半身插件:宿主半身提供只读 HTTP 路由,浏览器半身拦截点击并渲染面板。