@dsh-external/dsh-compaction-current-model
Routes manual /compact summarization to the frontend's currently selected model in DeepSeek Harness.
366 results
Routes manual /compact summarization to the frontend's currently selected model in DeepSeek Harness.
Delete sessions of a DeepSeek Harness profile from the UI: header danger button + session-row menu item with a risk-consent dialog; host endpoint + tool delete the log, projection cache and workspace accounting. Works in web and the desktop client alike.
Delete a session (and its durable log) from the DSH Web GUI: a Delete session row in every session's overflow menu
Manage DeepSeek Harness plugins from the web GUI and CLI: install, enable/disable, uninstall — no manual config-file editing. Writes your profile's cordis.patch.yml for you and applies changes live through HMR.
One-click restart for DeepSeek Harness from the Web UI settings panel. Cross-platform (macOS, Linux, Windows).
User-approved Goal, Milestone, and Turn checkpoints for solo long-running DeepSeek Harness projects.
DSH plugin: infinite exponential retries on LLM requests, capped at 10 minutes per wait
Generative UI for DeepSeek Harness — the agent writes TSX, dsh web renders it live, inline in chat and in a canvas panel
DSH web plugin: a VSCode-like left file panel (file explorer / editor / preview), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.
Retro Macintosh — a classic Mac OS 8/9 Platinum skin for the DeepSeek Harness Web GUI: platinum greys, Chicago/Geneva/Monaco fonts, pinstripe wallpaper, beveled controls, hard shadows. 复古麦金塔皮肤:铂金灰界面、Chicago 字体、条纹壁纸、浮雕控件。
Automated backups of DSH sessions, config and custom directories — scheduled or manual, packed as tgz with rotation
审批/完成/错误事件通知:浏览器 Notification + 系统原生 toast(Windows PowerShell WinRT / macOS osascript / Linux notify-send,均无需额外安装);提示音可配、每条通知独立显示不互相替换、非安全上下文自动降级横幅
装完新插件/新技能,点一下「刷新 DSH」即可生效,无需手动重启:侧边栏一键刷新 dsh web,服务恢复后页面自动重载。Activate new plugins and skills with one click, no manual restart: sidebar refresh button for dsh web with auto page reload.
Per-message session handoff for DeepSeek Harness: a handoff icon next to each message's fork button summarizes the conversation up to that message with an LLM, forks a fresh session carrying the copied history plus the injected summary document, and auto-opens it. The origin session is unchanged.
DeepSeek Harness plugin: adds a folder icon next to the produced-files row that reveals the files in the native file browser (macOS Finder / Linux file manager).
公社 (Commune) theme for the DeepSeek Harness Web UI — atompunk / Soviet monumental-building background, rose-red UI, yellow hammer-&-sickle & atom accents.
Capture AI web conversations to local JSON + SQLite, and port selected messages into agent harnesses as live, continuable sessions.
Inject a configurable dsh-ui status card instruction before every DSH agent reply
Conversation rollback for the DeepSeek Harness: rewind a session to the prompt before a chosen turn (restore the files that turn changed) and continue in a fresh forked session.
DSH microsandbox bundle: Linux microVM shell executor and ctx.sandbox provider (msb run) with workdir/env preservation, fail-closed probing, and shell-free argv construction
DSH plugin that auto-retries failed API requests — when third-party APIs return errors (rate limiting, service unavailable, etc.), intercepts and retries to keep the conversation going. Supports auto/manual mode with configurable status codes and error codes.
Codex-style Guardian reviews, audit, and manual override for DeepSeek Harness
Auto-switch DeepSeek models for DeepSeek Harness: routes every model request to the vision model when images are present, to the pro model for complex tasks, and to the fast model otherwise; includes a switch_model tool for manual per-session overrides.
SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。