xiaozhengdeng/dsh_center-column-shift1

dsh_center-column-shift

Center Column Shift for DeepSeek Harness: a draggable handle that shifts the conversation column left, freeing up space on the right so plugin content can show more

包名
dsh_center-column-shift
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaozhengdeng/dsh_center-column-shift

Usage

After installation and a page refresh, the handle appears vertically centered on the right edge of the conversation column (or above the composer when the access chip is not found). Drag it; release to settle with a smooth transition.

使用方法

安装并刷新页面后,把手会出现在会话列右侧垂直居中的位置(找不到访问模式芯片时则显示在输入框上方)。拖动把手,松开后平滑归位。

或使用 DSH checkout 工具链分步执行:

$tsc = "G:\deepseek\deepseek-harness\node_modules\typescript\bin\tsc" $tsdown = "G:\deepseek\deepseek-harness\node_modules\tsdown\dist\run.mjs" node $tsc -p tsconfig.json # node 半 -> lib/ node $tsc -p tsconfig.client.json # client 半 -> lib/client/ node $tsdown # closure bundle -> lib/client.js


client bundle 遵循 harness 的 `clientBundle` 协议(`window.__ModuleLoader__.load`);`react`、`@deepseek-ai/cordis` 和 `@deepseek-ai/dsh-client-runtime` 保持 external,运行时从 loader 模块表解析。

## 许可证

MIT