dsh-ui-tweaks 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +4 -0
- package/README.md +2 -0
- package/assets/archive.png +0 -0
- package/assets/git.png +0 -0
- package/assets/mcp.png +0 -0
- package/assets/settings.png +0 -0
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -10,6 +10,10 @@ A [DeepSeek Harness](https://deepseek-harness.github.io/deepseek-harness/) (DSH)
|
|
|
10
10
|
| **Conversation timeline**: right-side rail — hover to preview messages, click to jump, scroll-highlighting, auto-dodges a right sidebar | **Table style**: the Claude Desktop look (light-gray rounded cards) |
|
|
11
11
|
|  |  |
|
|
12
12
|
| **Dialog width**: message column, composer and stats line widen together | **Settings panel**: font size / table style / dialog width / timeline |
|
|
13
|
+
|  | |
|
|
14
|
+
| **GitBar**: branch / diff / commit pills above the input, with branch management, per-file diff, and commit & push | |
|
|
15
|
+
|  |  |
|
|
16
|
+
| **Archive manager**: an Archive page in the Settings dialog listing archived sessions (title / workspace / relative time) with Restore and Delete actions | **MCP manager**: an MCP page in the Settings dialog listing configured MCP servers with live status and full management (Add / Edit / Enable / Disable / Delete / Restart) |
|
|
13
17
|
|
|
14
18
|
## Features
|
|
15
19
|
|
package/README.md
CHANGED
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
| **对话框宽度**:消息列、输入框、统计栏同步变宽 | **设置面板**:字体大小 / 表格样式 / 对话框宽度 / 时间线 / Git 状态栏 |
|
|
13
13
|
|  | |
|
|
14
14
|
| **GitBar**:输入框上方的 git 状态胶囊(分支 / 差异 / 提交),支持分支切换、删除、推送到远程,差异面板与提交弹窗 | |
|
|
15
|
+
|  |  |
|
|
16
|
+
| **归档管理**:设置中的「归档」页面,列出所有已归档会话(标题 / 工作区 / 相对时间),支持恢复与彻底删除 | **MCP 管理**:设置中的「MCP 管理」页面,列出所有配置的 MCP 服务器及其运行状态,支持添加 / 编辑 / 启用停用 / 删除 / 重启 |
|
|
15
17
|
|
|
16
18
|
## 功能
|
|
17
19
|
|
|
Binary file
|
package/assets/git.png
CHANGED
|
Binary file
|
package/assets/mcp.png
ADDED
|
Binary file
|
package/assets/settings.png
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-ui-tweaks",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "DSH web plugin: live-tune the conversation UI — message font size (px input), markdown table style (Claude Desktop look), dialog width (default / wide), an optional conversation timeline rail, and a GitBar (branch / diff / commit-message pills above the input, with branch management, per-file diff, and commit & push) — from the Settings panel.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh",
|