dsh-tender-workbench 0.5.3 → 0.5.4
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/CHANGELOG.md +5 -0
- package/README.en.md +6 -6
- package/README.md +9 -9
- package/docs/RELEASE-0.5.4.md +26 -0
- package/lib/client.js +264 -66
- package/lib/client.js.map +1 -1
- package/lib/types/client/TenderEntry.d.ts +2 -2
- package/lib/types/client/TenderEntry.d.ts.map +1 -1
- package/lib/types/client/better-sidebar-adapter.d.ts +5 -5
- package/lib/types/client/better-sidebar-adapter.d.ts.map +1 -1
- package/lib/types/client/index.d.ts +1 -1
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/workbench/TenderWorkbench.d.ts.map +1 -1
- package/lib/types/client/workbench/navigation-controller.d.ts +8 -3
- package/lib/types/client/workbench/navigation-controller.d.ts.map +1 -1
- package/lib/types/client/workbench/session-view-memory.d.ts +10 -0
- package/lib/types/client/workbench/session-view-memory.d.ts.map +1 -0
- package/package.json +2 -2
- package/docs/RELEASE-0.5.3.md +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to `dsh-tender-workbench` are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.5.4] - 2026-09-10
|
|
8
|
+
|
|
9
|
+
- 对齐共享交互规范 v1.5.0:强化 Better Sidebar 能力探针、Session 定向展开与订阅清理;五个流程入口复用同一 Tab,增加当前会话记录历史视图与缺失依赖提示。
|
|
10
|
+
- Tab 重开保留会话级阶段、查询草稿及查询/筛选子视图;阶段导航只显示图标和短名称,窄栏保留任务状态文字。真实 DSH 四插件组合回归待验。
|
|
11
|
+
|
|
7
12
|
## [0.5.3] - 2026-09-08
|
|
8
13
|
|
|
9
14
|
- 改善搜索元数据、安装说明、能力边界与四产品互链;无运行时或依赖变更。
|
package/README.en.md
CHANGED
|
@@ -10,7 +10,7 @@ Related agents: [数据清洗补全](https://github.com/duhu2000/dsh-data-cleani
|
|
|
10
10
|
|
|
11
11
|
`dsh-tender-workbench` is an open-source DeepSeek Harness plugin for finding, screening, reviewing, and delivering tender opportunities. It combines authorized `qcc-tender` data, deterministic screening rules, bounded Agent analysis, explicit human decisions, and immutable Excel/PDF reports in one Session-scoped Better Sidebar workbench.
|
|
12
12
|
|
|
13
|
-
Current stable version: **0.5.
|
|
13
|
+
Current stable version: **0.5.4** (stable release).
|
|
14
14
|
|
|
15
15
|
## What it does
|
|
16
16
|
|
|
@@ -60,7 +60,7 @@ An installed and authorized `qcc-tender` MCP connection must expose these exact
|
|
|
60
60
|
- `mcp__qcc-tender__search_tenders`
|
|
61
61
|
- `mcp__qcc-tender__search_proposed_projects`
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
Without a compatible Better Sidebar provider, conversation entry points and supported Host tools remain available; shortcuts show actionable install/upgrade, enable-tab and restart guidance. No private sidebar is created. Other missing required services, unavailable MCP tools and non-JSONL persistence fail explicitly, with no Web-search or alternate-storage fallback.
|
|
64
64
|
|
|
65
65
|
## Install
|
|
66
66
|
|
|
@@ -73,12 +73,12 @@ dsh plugin --profile web add dsh-tender-workbench
|
|
|
73
73
|
dsh web --no-open
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
To install the exact 0.5.
|
|
76
|
+
To install the exact 0.5.4 release:
|
|
77
77
|
|
|
78
78
|
```sh
|
|
79
79
|
dsh plugin --profile web add 'dsh-mcp-connector@>=0.2.31'
|
|
80
80
|
dsh plugin --profile web add 'dsh-better-sidebar@>=0.17.1'
|
|
81
|
-
dsh plugin --profile web add dsh-tender-workbench@0.5.
|
|
81
|
+
dsh plugin --profile web add dsh-tender-workbench@0.5.4
|
|
82
82
|
```
|
|
83
83
|
|
|
84
84
|
To install from an independent checkout, install the required Provider plugins first, then run from this repository:
|
|
@@ -114,11 +114,11 @@ dsh plugin --profile web remove dsh-tender-workbench
|
|
|
114
114
|
Upgrade an existing installation by installing the stable version and fully restarting the Web profile:
|
|
115
115
|
|
|
116
116
|
```sh
|
|
117
|
-
dsh plugin --profile web add dsh-tender-workbench@0.5.
|
|
117
|
+
dsh plugin --profile web add dsh-tender-workbench@0.5.4
|
|
118
118
|
dsh web --no-open
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
Version 0.5.
|
|
121
|
+
Version 0.5.4 aligns the Session singleton Tab adapter with shared UI specification v1.5.0. Five shortcuts open/focus the same Tab and navigate to opportunity, screening, decision, delivery or history, without starting tasks or MCP calls. Capability probes, subscription cleanup and cross-Session reveal guards are strengthened. Tab reopening retains navigation and query drafts within the current Client lifetime. History is limited to the current Session's saved query; cross-Session indexing and live MCP connection checks are not implemented. Actual four-plugin DSH integration remains to be verified. Roll back with `dsh-tender-workbench@0.5.3` and restart the profile; business data schemas are unchanged.
|
|
122
122
|
|
|
123
123
|
## Using the workbench
|
|
124
124
|
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
招投标智能体:支持招投标搜索、招标查询、投标查询、标讯查询、拟建项目与项目筛选,辅助商机发现、人工复核及 Excel/PDF 导出,使用客户自备授权的企查查 MCP。
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
dsh plugin --profile web add dsh-tender-workbench@0.5.
|
|
8
|
+
dsh plugin --profile web add dsh-tender-workbench@0.5.4
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
请先满足下文的 DSH、连接器及侧边栏依赖要求;安装后完整停止并重启对应 Profile。
|
|
@@ -25,7 +25,7 @@ dsh plugin --profile web add dsh-tender-workbench@0.5.3
|
|
|
25
25
|
|
|
26
26
|
> 面向国内招投标团队的 DeepSeek Harness 开源智能体插件:在一个会话级工作台内完成标讯与拟建项目查询、确定性规则初筛、限定范围智能分析、人工复核,以及 Excel/PDF 报告交付。
|
|
27
27
|
>
|
|
28
|
-
> 当前稳定版本:**0.5.
|
|
28
|
+
> 当前稳定版本:**0.5.4**(正式版本)
|
|
29
29
|
|
|
30
30
|
[](https://github.com/duhu2000/dsh-tender-workbench/actions/workflows/ci.yml)
|
|
31
31
|
[](https://www.npmjs.com/package/dsh-tender-workbench)
|
|
@@ -70,10 +70,10 @@ dsh web --no-open
|
|
|
70
70
|
|
|
71
71
|
安装或移除插件后,请完整重启 Web Profile。插件通过 `dsh.bundle.patch` 启用 `cordis.patch.yml`,并注册 `dsh-tender-workbench` Loader。
|
|
72
72
|
|
|
73
|
-
安装指定的 `0.5.
|
|
73
|
+
安装指定的 `0.5.4` 版本:
|
|
74
74
|
|
|
75
75
|
```sh
|
|
76
|
-
dsh plugin --profile web add dsh-tender-workbench@0.5.
|
|
76
|
+
dsh plugin --profile web add dsh-tender-workbench@0.5.4
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
移除插件:
|
|
@@ -84,7 +84,7 @@ dsh plugin --profile web remove dsh-tender-workbench
|
|
|
84
84
|
|
|
85
85
|
## 使用工作台
|
|
86
86
|
|
|
87
|
-
插件提供左上角“招投标”入口和会话 Header
|
|
87
|
+
插件提供左上角“招投标”入口和会话 Header 恢复入口。点击左上角入口会根据当前工作区、最近工作区或第一个可用工作区的路径创建独立原生会话,显示“招投标智能体”标题与目标图标,默认不打开右侧工作台。点击输入框下方的找机会、筛候选、人工定案、形成交付或任务历史按钮时,才打开对应 Better Sidebar 视图;其他会话保留各自原有标题与标识。
|
|
88
88
|
|
|
89
89
|
页面导航只切换可见阶段,不会修改业务状态或自动执行后续动作。规则建议、编辑、影响预览与确认彼此独立;报告生成前始终展示已复核和待复核范围。宽屏使用主从布局,中窄屏保持相同信息顺序,并保留局部表格滚动与可访问的固定操作区。
|
|
90
90
|
|
|
@@ -112,18 +112,18 @@ dsh plugin --profile web remove dsh-tender-workbench
|
|
|
112
112
|
- `mcp__qcc-tender__search_tenders`
|
|
113
113
|
- `mcp__qcc-tender__search_proposed_projects`
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
缺少兼容 Better Sidebar 时,对话入口和已支持的 Host 工具保持可用,流程按钮提示安装/升级、启用 Tab 并重启,不创建另一套侧拉。其余必要服务缺失、MCP 工具不可用或会话持久化不是 JSONL 时明确失败;不提供 Web 搜索、其他持久化或 Workspace 存储兜底。
|
|
116
116
|
|
|
117
117
|
## 升级与回滚
|
|
118
118
|
|
|
119
119
|
从已有版本升级:
|
|
120
120
|
|
|
121
121
|
```sh
|
|
122
|
-
dsh plugin --profile web add dsh-tender-workbench@0.5.
|
|
122
|
+
dsh plugin --profile web add dsh-tender-workbench@0.5.4
|
|
123
123
|
dsh web --no-open
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
0.5.
|
|
126
|
+
0.5.4 对齐共享规范 v1.5.0:五个流程按钮打开/聚焦同一 Session 单例 Tab 并定位内部视图;补齐能力探针、状态订阅、卸载清理和跨会话展开保护。宿主管理侧拉、Tab X、宽度及停靠,业务内容不提供重复容器控制。Tab 重开保留当前 Client 内的阶段、查询草稿和主要子视图;历史仅展示当前 Session 已保存的查询记录,不是跨会话完整历史。真实 MCP 连接状态尚未接入,页面明确提示未核验;真实 DSH 四插件组合仍待复验。如需回退,可安装 `dsh-tender-workbench@0.5.3` 并重启 Profile;未改变业务数据格式。npm 版本与公开 Git 标签保持不可变。
|
|
127
127
|
|
|
128
128
|
## 本地开发
|
|
129
129
|
|
|
@@ -138,7 +138,7 @@ corepack pnpm@11.7.0 run check
|
|
|
138
138
|
|
|
139
139
|
`check` 会执行类型检查、完整 Vitest 测试、生产构建、README/发布状态校验以及 npm tarball 白名单预检。配置 npm Trusted Publishing 后,[发布工作流](.github/workflows/release.yml)可使用 OIDC 和 provenance;手工发布不得声称 provenance。
|
|
140
140
|
|
|
141
|
-
省、市、区数据源快照维护在 [resources/area.ts](resources/area.ts)。版本变更见 [CHANGELOG.md](CHANGELOG.md),发布检查见 [0.5.
|
|
141
|
+
省、市、区数据源快照维护在 [resources/area.ts](resources/area.ts)。版本变更见 [CHANGELOG.md](CHANGELOG.md),发布检查见 [0.5.4 发布清单](docs/RELEASE-0.5.4.md)。
|
|
142
142
|
|
|
143
143
|
## 界面演示与市场投稿
|
|
144
144
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# dsh-tender-workbench 0.5.4
|
|
2
|
+
|
|
3
|
+
Version: **0.5.4**
|
|
4
|
+
Status: **release candidate**
|
|
5
|
+
|
|
6
|
+
## 范围与授权
|
|
7
|
+
|
|
8
|
+
用户已明确授权 commit、push、tag 和 npm 发布。目标为公开 npm 的 latest,由 release.yml 的 GitHub Actions OIDC 发布,并生成 provenance。
|
|
9
|
+
|
|
10
|
+
本次对齐共享交互规范 v1.5.0:Session 单例 Tab、五入口 open/focus/定位、能力探针、显式 reveal、跨 Session/Files/Tab X 竞态保护、订阅和卸载清理、缺少依赖的可行动提示。当前/历史导航、查询草稿及主要子视图在 Client 生命周期内恢复;阶段导航去除第二行状态,窄栏保留上下文与状态文字。
|
|
11
|
+
|
|
12
|
+
保留原目标图标与「招投标」菜单。不改变 Host 业务数据格式、依赖、权限、计费或其他仓库,不发布市场资料。
|
|
13
|
+
|
|
14
|
+
## 验证与限制
|
|
15
|
+
|
|
16
|
+
发布前重新执行完整 npm run check、隔离 Chromium UI 矩阵及 git diff --check。基线已有 42 文件、230 测试通过、1 项既有跳过;8 组浅深色/尺寸 UI 回归及 320px 容器验证。最终结果及 CI/Registry 回读在发布后补记。
|
|
17
|
+
|
|
18
|
+
真实 DSH 四插件同装和真实 QCC Provider 本轮未运行,不能由发布成功代签。历史仅提供本 Session 已保存查询记录;跨会话索引、实时 MCP 连接状态、细粒度未提交编辑的统一恢复未接入。查询草稿/导航内存刷新或卸载后清除,任务/制品由 Host 保留。兼容对照 Better Sidebar 0.17.1 的公开能力与 mount/store 契约,不扩大 peer 范围。
|
|
19
|
+
|
|
20
|
+
## 流程及回滚
|
|
21
|
+
|
|
22
|
+
release 分支 → PR CI/审核 → 锁定 SHA 合并 → 精确 main SHA CI → annotated v0.5.4 → OIDC npm/provenance → GitHub Release → Registry 回读。公开 tag/版本不覆盖;失败不得复用 npm 版本。
|
|
23
|
+
|
|
24
|
+
回滚:备份用户任务目录后安装 dsh-tender-workbench@0.5.3,并按既有方式重启 DSH web;本轮不操作用户生产进程。
|
|
25
|
+
|
|
26
|
+
详细采用记录:[QCC-BLUE-UI-ACCEPTANCE.md](QCC-BLUE-UI-ACCEPTANCE.md)。
|