@deepseek-ai/dsh-workspace 0.1.3-alpha.2 → 0.1.5-alpha.2

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.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/workspace/workspace/README.md
5
- README.md: b9512b7f0c52760d7d51305dda24151e8464947d
6
- README.zh.md: d578182c1fbff2ca2131cd1970090c3ece9b0808
5
+ README.md: b5eaac5c68776c927cd464604f8d99d9290d9d54
6
+ README.zh.md: 7d837251a3a20bdacd89a5d8160978a3f1a76b04
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-workspace` gives a host a persistent set of workspaces: named user directories, each with the sessions that ran in it, kept in a stable order across restarts. With it, a UI can show a sidebar of projects, attach sessions to the right project, hide a session from the grouping without losing it, and remove a project removal never deletes the folder or the session histories, which become ungrouped. Use it in GUI or host compositions that need durable project grouping; headless and minimal runs can omit it entirely. The package is host-side only: the model, tools, and agent loop never see it, so it adds no tokens, prompts, or request context. It needs a session store and a persistence backend mounted alongside it; setup is a few composition rows.
12
+ Use this package to keep an ordered, persistent list of project directories and the sessions run in each directory. Hosts can build project sidebars, hide sessions from grouping without deleting their histories, and remove projects without deleting folders, files, or sessions. Re-adding a removed directory creates a fresh project, while sessions whose directories cannot be validated remain ungrouped. Choose it for GUI or host workflows that need durable project grouping; it is invisible to models and adds no prompt or request-context cost, but requires session persistence and storage backends.
13
13
 
14
14
  ## Table of Contents
15
15
 
package/README.zh.md CHANGED
@@ -9,7 +9,7 @@ kind: "package-reference"
9
9
 
10
10
  ## 概述
11
11
 
12
- `dsh-workspace` 为宿主提供一组持久 workspace:命名用户目录,每个目录带有在其中运行的会话,并在重启之间保持稳定顺序。借助它,UI 可以显示项目侧边栏、把会话附加到正确的项目、把会话从分组中隐藏而不丢失它,以及移除项目——移除绝不会删除文件夹或会话历史,它们变成 Ungrouped。在需要持久项目分组的 GUI 或宿主组合中使用它;headless 与最小运行可以完全省略它。此包只面向宿主侧:模型、工具与 agent loop 永远不会看到它,因此不会增加任何 token、提示词或请求上下文。它需要会话存储与持久化后端一并挂载;设置只需几行组合配置。
12
+ 使用此包可以维护一个有序、持久的项目目录列表,以及在每个目录中运行的会话。宿主可以构建项目侧边栏、在不删除历史的情况下把会话从分组中隐藏,并在不删除文件夹、文件或会话的情况下移除项目。重新添加已移除的目录会创建一个全新项目,而目录无法校验的会话会保持 Ungrouped。需要持久项目分组的 GUI 或宿主工作流适合使用它;它对模型不可见,不增加提示词或请求上下文成本,但需要会话持久化与存储后端。
13
13
 
14
14
  ## 目录
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-workspace",
3
3
  "description": "Workspace entity registry (ctx.workspaceRegistry): durable workspace records with validated session attachment over the domain data form for the DeepSeek Harness",
4
- "version": "0.1.3-alpha.2",
4
+ "version": "0.1.5-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -38,24 +38,24 @@
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
40
  "@deepseek-ai/cordis": "^4.0.2",
41
- "@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
42
- "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
43
- "@deepseek-ai/dsh-session-persistence": "^0.1.3-alpha.2",
44
- "@deepseek-ai/dsh-storage": "^0.1.3-alpha.2",
45
- "@deepseek-ai/dsh-storage-domain": "^0.1.3-alpha.2",
46
- "@deepseek-ai/dsh-typert-protocol": "^0.1.3-alpha.2"
41
+ "@deepseek-ai/dsh-invariants": "^0.1.5-alpha.2",
42
+ "@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
43
+ "@deepseek-ai/dsh-session-persistence": "^0.1.5-alpha.2",
44
+ "@deepseek-ai/dsh-storage-domain": "^0.1.5-alpha.2",
45
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.5-alpha.2",
46
+ "@deepseek-ai/dsh-storage": "^0.1.5-alpha.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "zod": "^4.4.3",
50
- "@deepseek-ai/dsh-brand": "^0.1.3-alpha.2"
50
+ "@deepseek-ai/dsh-brand": "^0.1.5-alpha.2"
51
51
  },
52
52
  "devDependencies": {
53
+ "@deepseek-ai/dsh-invariants": "^0.1.5-alpha.2",
54
+ "@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
53
55
  "@deepseek-ai/cordis": "^4.0.2",
54
- "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
55
- "@deepseek-ai/dsh-session-persistence": "^0.1.3-alpha.2",
56
- "@deepseek-ai/dsh-storage": "^0.1.3-alpha.2",
57
- "@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
58
- "@deepseek-ai/dsh-typert-protocol": "^0.1.3-alpha.2",
59
- "@deepseek-ai/dsh-storage-domain": "^0.1.3-alpha.2"
56
+ "@deepseek-ai/dsh-session-persistence": "^0.1.5-alpha.2",
57
+ "@deepseek-ai/dsh-storage": "^0.1.5-alpha.2",
58
+ "@deepseek-ai/dsh-storage-domain": "^0.1.5-alpha.2",
59
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.5-alpha.2"
60
60
  }
61
61
  }