Skip to content
dsh.fish
Bundle

dsh-plugin-tabnexus

TabNexus for DSH:轻量的本地任务、分类、网页资料与流程管理插件。

Source
KaichenCurry
stars
1 stars
License
MIT
Updated
Updated 14 days ago

Readme

# TabNexus for DSH

> 在 DeepSeek Harness 里,用最简单的方式管理任务和网页资料。

[English](README.en.md) · [安装](docs/INSTALL.md) · [兼容性](docs/COMPATIBILITY.md) · [架构](docs/ARCHITECTURE.md)

TabNexus-DSH 是一个轻量、纯界面、本地优先的 DSH 插件。它只做四件事:

**任务管理 → 分类整理 → 网页状态 → 简单流程**

DSH 本身就是 AI Agent,因此这个版本不注册 Agent 工具、不提供 MCP、不开放 Host API,也不要求任何模型或 API Key。安装后点击右上角 `TabNexus` 即可使用。

![TabNexus-DSH v0.3 流程视图](docs/tabnexus-dsh-v0.3.png)

## v0.3.0

- 创建、切换、重命名和删除任务;为任务记录一个清晰目标。
- 通过分类整理网页,支持分类重命名、删除和网页移动。
- 网页支持标题、URL、备注与“待处理 / 进行中 / 已完成”三种状态。
- “分类”与“流程”两个视图;流程视图只展示三段式进度,不引入复杂工作流。
- 使用 DSH 官方 `shell.overlay` Slot:右上角胶囊、玻璃感 Dock、展开工作区和窄屏抽屉。
- 数据保存在当前 DSH Web Client 的浏览器本地存储中;不上传云端。
- 只接受 `http://` 和 `https://` 网页,自动去除常见追踪参数并避免重复添加。

## 安装

```bash
curl -LO https://github.com/KaichenCurry/TabNexus-DSH/releases/download/v0.3.0/dsh-plugin-tabnexus-0.3.0.tgz
dsh plugin --profile web add ./dsh-plugin-tabnexus-0.3.0.tgz
```

重启 DSH Web 服务并刷新 `http://127.0.0.1:3080/`。桌面端使用同一套 Web Client,无需额外安装。

## 使用

1. 点击右上角 `TabNexus`。
2. 新建任务并写下目标。
3. 新建分类,粘贴网页地址。
4. 随进展把网页从“待处理”切到“进行中”或“已完成”。
5. 切换到“流程”查看整体推进情况。

## 当前边界

- 不接入 Agent,不注册 `mcp__tabnexus__*` 工具。
- 不提供 `/plugins/tabnexus/*` API 或 SSE。
- 不读取真实 Chrome 标签,也不批量关闭标签。
- 不支持 `file://`、本地文件、云同步或 Chrome 双向同步。

## 开发

```bash
npm install --legacy-peer-deps
npm run typecheck
npm test
npm run pack:check
```

## License

[MIT](LICENSE)

Install

dsh plugin --profile web add github:KaichenCurry/TabNexus-DSH

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source