Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SHOWCASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 📣 作者自荐

- **[dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel)**([@PerryLink](https://github.com/PerryLink) · 2026-08-15)— 官方 MCP 客户端(dsh-mcp-client)的只读运行时管理面板:/mcp 命令与设置页 MCP 页签展示连接状态、已注册工具、错误与重连计数,附连通性探测与受控启停 patch 建议;脱敏展示,绝不改写配置。
- **[dsh-memento](https://github.com/PerryLink/dsh-memento)**([@PerryLink](https://github.com/PerryLink) · 2026-08-15)— 有界、分层、带审批门、可审计的跨会话记忆:类型化 `ctx.memory` 服务 + 零依赖 SQLite Provider + `memory` 工具与冻结快照注入;写必过审批门、模型可见 ⟺ 可自会话日志重建。
- **[dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind)**([@PerryLink](https://github.com/PerryLink) · 2026-08-15)— DSH 的 Claude Code /rewind 等价能力:每次变更型工具执行前捕获 git 优先的工作区快照,轮次边界 fork 会话,一条 /rewind 命令恢复文件并把会话回退到检查点;附 preview 只读预览与保护检查点,回退本身可撤销。
- **[dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck)**([@PerryLink](https://github.com/PerryLink) · 2026-08-15)— 工程纪律插件:动笔前审讯需求、红绿测试证据门、交付后对抗评审,并汇总交付报告与逐维度核对;/doublecheck 会话命令,en/zh 双语。
Expand Down Expand Up @@ -30,10 +29,10 @@
- **[dsh-codex-subscription](https://github.com/WSL043/dsh-codex-subscription)**([@WSL043](https://github.com/WSL043) · 2026-08-21)— 把现有 ChatGPT/Codex 订阅作为 DSH Web 原生模型提供方:独立 OAuth 登录,无需 API Key 或 Codex CLI;在同一设置页选择订阅搜索、查看服务端返回的普通 Codex/Spark 额度并生成脱敏支持诊断,对话中支持图片生成。适合希望直接在 DSH 中使用订阅模型、又不想额外配置 API Key 的用户。
- **[dsh-meow-smooth](https://github.com/Phant0Meow/dsh-meow-smooth)**([@Phant0Meow](https://github.com/Phant0Meow) · 2026-08-24)— 喵丝滑:让 DSH 在手机上像原生 App 一样好摸——输入框失焦自动折叠、触屏 Enter 正常换行、锁死误触缩放、窄屏选中会话自动收起侧边栏等十余项移动端细节优化;自带长任务完成/失败通知推送(iOS PWA Web Push + Bark 兜底),内置可选压缩代理(手机蜂窝网络下历史响应压缩 70–90%)。纯 client 自包含、零 dsh 本体改动,npm 包 meow-smooth。
- **[dsh-rewind](https://github.com/SiriLee/dsh-rewind)**([@SiriLee](https://github.com/SiriLee) · 2026-08-26)— DSH Web 同窗口原地回退(Claude Code /rewind 语义):每条用户消息旁 ↶ 按钮把模型上下文截断回任意一条消息,可选 Claude Code 风格文件回滚(磁盘持久化 before 备份),纯官方扩展点实现、零源码补丁。
- **[dsh-whale-musume](https://github.com/Sutera-Diffusus/dsh-whale-musume)**([@Sutera-Diffusus](https://github.com/Sutera-Diffusus) · 2026-08-28)— 元气鲸鱼娘桌宠:摸头养成、工作状态联动、494 条台词与 30 项成就;v2.0.0 新增余额关心(本机代理,密钥不落地)、主动关怀、无障碍、成长日记与主题适配,全本地零遥测(MIT,102 项单测)。

## 📣 Author showcase

- **[dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel)** ([@PerryLink](https://github.com/PerryLink) · 2026-08-15) — Read-only runtime management panel for the official DSH MCP client: connection status, registered tools, errors and reconnect counts via the /mcp command and a Settings tab, with connectivity probes and controlled enable/disable patch suggestions; sanitized display, never writes your config.
- **[dsh-memento](https://github.com/PerryLink/dsh-memento)** ([@PerryLink](https://github.com/PerryLink) · 2026-08-15) — Bounded, layered, approval-gated, auditable cross-session memory: a typed ctx.memory service seam with a zero-dependency SQLite provider, a memory tool, and frozen snapshot injection; every write passes the approval gate and stays reconstructable from the session log.
- **[dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind)** ([@PerryLink](https://github.com/PerryLink) · 2026-08-15) — Claude Code /rewind for DSH: git-first workspace snapshots before every mutating tool, turn-boundary session forks, and a one-shot /rewind command that restores files and forks the session back to a checkpoint; a read-only preview and guard checkpoints make rewinds reversible.
- **[dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck)** ([@PerryLink](https://github.com/PerryLink) · 2026-08-15) — Engineering-discipline plugin: grills requirements before the first edit, enforces red/green test-evidence gates, runs an adversarial delivery review, and folds it all into a report with per-dimension verification; /doublecheck session command, en/zh.
Expand Down Expand Up @@ -63,3 +62,4 @@
- **[dsh-codex-subscription](https://github.com/WSL043/dsh-codex-subscription)** ([@WSL043](https://github.com/WSL043) · 2026-08-21) — Uses an existing ChatGPT/Codex subscription as a native DSH Web model provider: independent OAuth with no API key or Codex CLI, selectable subscription search, server-reported standard Codex/Spark quota, secret-free support diagnostics, and image generation in conversations. For users who want subscription models directly inside DSH without configuring another API key.
- **[dsh-meow-smooth](https://github.com/Phant0Meow/dsh-meow-smooth)** ([@Phant0Meow](https://github.com/Phant0Meow) · 2026-08-24) — Meow Smooth: makes DSH feel like a native app on a phone — the composer collapses on blur, touch Enter inserts real line breaks, accidental pinch-zoom is locked out, and the sidebar folds away on narrow screens, plus a dozen more mobile polish details; ships long-task finish/failure push notifications (iOS PWA Web Push with a Bark fallback) and an optional compression proxy (70–90% off historical responses on cellular). Fully self-contained client-side with zero changes to dsh itself; published as the meow-smooth npm package.
- **[dsh-rewind](https://github.com/SiriLee/dsh-rewind)** ([@SiriLee](https://github.com/SiriLee) · 2026-08-26) — In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message rewind button cuts the model context back to any user message, with optional Claude-Code-style file restore from disk-persisted before-backups; official extension points only, zero source patches.
- **[dsh-whale-musume](https://github.com/Sutera-Diffusus/dsh-whale-musume)** ([@Sutera-Diffusus](https://github.com/Sutera-Diffusus) · 2026-08-28) — Whale-girl desktop pet for the DSH web UI: pat-to-raise growth, work-state poses, 494 dialogue lines and 30 achievements; v2.0.0 adds balance care (local-only proxy, key never lands), proactive care, accessibility, growth diary and theme sync — all local, zero telemetry, MIT, 102 unit tests.
Loading