@arcaneorion/dsh-teaching-board 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.
Files changed (2) hide show
  1. package/README.md +18 -0
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -16,6 +16,24 @@ dsh plugin --profile web add @arcaneorion/dsh-teaching-board
16
16
  它是一个 **profile 级 bundle**:装一次,这个进程里所有会话都拿得到 `stage_*` 工具与「教学平面」页签。
17
17
  (`dsh plugin add` 会把依赖与 bundles 条目一起写进该 profile 的 manifest。)
18
18
 
19
+ > **发布状态**:`@arcaneorion/dsh-teaching-board` 已发布(`0.4.0` 于 2026-09-15 10:17 CST 上线,当前 `0.4.1`)。
20
+ > 改名前的 `@arcaneorion/dsh-stage-panel@0.1.0` 仍在 registry 上,对应本仓早期版本——**别再用**,
21
+ > 装它只会拿到残缺面板(`npm deprecate @arcaneorion/dsh-stage-panel "renamed to @arcaneorion/dsh-teaching-board"` 可让老名字自己说明去向)。
22
+
23
+ ## 兼容性(DSH 版本)
24
+
25
+ 本包在 **DSH `0.1.1-rc.2`**(`dsh --version`)上开发与实测,宿主侧依赖按该版本**精确钉住**:
26
+
27
+ | 宿主包 | 声明 | 用途 |
28
+ |---|---|---|
29
+ | `@deepseek-ai/dsh-tools` | `>=0.1.1-rc.2` | `defineTool` 注册 `stage_*` 四个工具 |
30
+ | `@deepseek-ai/dsh-client-ui-conversation` | `0.1.1-rc.2` | `conversation.view` 座位(视图 id `stage-panel`,order 40) |
31
+ | `@deepseek-ai/cordis` | `^4.0.2` | 插件生命周期 |
32
+ | `react` | `^18.3.1` | client 半 `require('react')` |
33
+
34
+ **换 DSH 版本(例如 `0.1.2-rc.1`)必须先重新验证、再放宽 peer**:座位契约与会话快照结构跨版本会变,
35
+ 精确钉住的 peer 会在安装时报冲突,好过装上去静默失效。
36
+
19
37
  ## 能力
20
38
 
21
39
  | 能力 | 实现位置 | 说明 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcaneorion/dsh-teaching-board",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "exports": {
@@ -37,7 +37,10 @@
37
37
  "access": "public"
38
38
  },
39
39
  "peerDependencies": {
40
- "@deepseek-ai/dsh-tools": ">=0.1.1-rc.2"
40
+ "@deepseek-ai/cordis": "^4.0.2",
41
+ "@deepseek-ai/dsh-tools": ">=0.1.1-rc.2",
42
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2",
43
+ "react": "^18.3.1"
41
44
  },
42
45
  "dsh": {
43
46
  "bundle": {