@tanweilabs/daiti 0.0.11 → 0.0.13
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.md +11 -3
- package/THIRD_PARTY_NOTICES.md +4 -0
- package/artifacts/manifest.json +12 -12
- package/artifacts/{tanweilabs-daiti-im-0.0.11-2bc6cb9bd270.tgz → tanweilabs-daiti-im-0.0.13-0e2bac86e2db.tgz} +0 -0
- package/artifacts/tanweilabs-daiti-loading-0.0.13-b0a916150f8b.tgz +0 -0
- package/artifacts/tanweilabs-daiti-preferences-0.0.13-1d67f451cc1f.tgz +0 -0
- package/artifacts/tanweilabs-daiti-ui-0.0.13-b91774395eff.tgz +0 -0
- package/docs/validation.md +7 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/artifacts/tanweilabs-daiti-loading-0.0.11-899d0ca121f2.tgz +0 -0
- package/artifacts/tanweilabs-daiti-preferences-0.0.11-bbb26383917f.tgz +0 -0
- package/artifacts/tanweilabs-daiti-ui-0.0.11-af22742666da.tgz +0 -0
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
在你的电脑上运行,通过网页或微信使用的个人助理。基于 DeepSeek Harness 和 DSH-IM,通过独立插件提供单主会话、助理设置和首次使用流程。
|
|
4
4
|
|
|
5
|
-
**0.0.
|
|
5
|
+
**0.0.13 为开发者预览版。** 本包不包含个人记忆、历史会话、密钥或 IM 登录数据。
|
|
6
6
|
|
|
7
7
|
## 安装
|
|
8
8
|
|
|
9
9
|
需要 Node.js `^22.19.0` 或 `>=24.0.0`:
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
npm install -g @tanweilabs/daiti@0.0.
|
|
12
|
+
npm install -g @tanweilabs/daiti@0.0.13
|
|
13
13
|
daiti start
|
|
14
14
|
```
|
|
15
15
|
|
|
@@ -89,7 +89,7 @@ npm run pack:local
|
|
|
89
89
|
|
|
90
90
|
构建将四个插件打包到 `artifacts/`,生成文件名和 SHA-256 清单。`pack:local` 在 `.local/releases/` 生成 CLI 安装包;包含运行入口、插件包和文档,不包含仓库工作目录、上游源码、个人配置或测试数据。
|
|
91
91
|
|
|
92
|
-
未发布的本地安装包可用 `npm install -g /path/to/tanweilabs-daiti-0.0.
|
|
92
|
+
未发布的本地安装包可用 `npm install -g /path/to/tanweilabs-daiti-0.0.13.tgz` 安装,随后使用 `daiti start`。安装仍需联网获取声明的运行依赖。
|
|
93
93
|
|
|
94
94
|
- `bin/`、`lib/`:CLI 和后台进程管理。
|
|
95
95
|
- `packages/assistant-ui/`:界面、首次设置和助理配置。
|
|
@@ -118,3 +118,11 @@ npm run pack:local
|
|
|
118
118
|
## 0.0.11 团队协作
|
|
119
119
|
|
|
120
120
|
“协作”入口新增右侧团队概览标签,展示 Agent Team 成员、运行状态和共享任务。点击成员会话在右侧同栏标签打开,保留主对话。当前仅查看与手动刷新,不编辑任务或自动创建成员。未启用 Team 时有独立提示,不影响普通子代理。修复空会话中协作按钮与侧栏开关重叠。
|
|
121
|
+
|
|
122
|
+
## 0.0.12 浏览器标签
|
|
123
|
+
|
|
124
|
+
修复网页标题只在 JavaScript 中变化、浏览器标签仍显示上游名称的问题。标签统一显示“代体”,使用保持正常宽度的工牌线框图标,支持浅色与深色主题。
|
|
125
|
+
|
|
126
|
+
## 0.0.13 图标更新
|
|
127
|
+
|
|
128
|
+
浏览器标签的工牌图标替换为 `robot-light-16` 机器人图标,保留原图比例与浅色、深色配色。来源及许可范围见 [第三方说明](THIRD_PARTY_NOTICES.md)。
|
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -9,3 +9,7 @@
|
|
|
9
9
|
The executable package declares the runtime dependencies; setup installs the four local plugin archives and pinned DSH-IM into a separate data directory. No personal memory, session history, model credential or IM login data belongs in this repository or its release artifacts.
|
|
10
10
|
|
|
11
11
|
The local single-session WeChat fix bundles selected DSH-IM source through its version-pinned runtime constructor seams. The upstream package files are not edited. Its MIT notice is retained as UPSTREAM-LICENSE in the adapter and assistant UI packages.
|
|
12
|
+
|
|
13
|
+
## Favicon artwork
|
|
14
|
+
|
|
15
|
+
`robot-light-16` was extracted from the OpenAI Codex application. Its path geometry is preserved with theme-aware colors. This artwork is excluded from the MIT license grant for Daiti source code; a separate redistribution license for this exact asset has not been identified. The MIT license of OpenAI Apps SDK UI is not asserted to cover it. The loading plugin includes the same provenance notice in `NOTICE`.
|
package/artifacts/manifest.json
CHANGED
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
"plugins": [
|
|
3
3
|
{
|
|
4
4
|
"name": "@tanweilabs/daiti-ui",
|
|
5
|
-
"version": "0.0.
|
|
6
|
-
"file": "tanweilabs-daiti-ui-0.0.
|
|
7
|
-
"sha256": "
|
|
5
|
+
"version": "0.0.13",
|
|
6
|
+
"file": "tanweilabs-daiti-ui-0.0.13-b91774395eff.tgz",
|
|
7
|
+
"sha256": "b91774395effbf1645127973688a07bc3fdf15458c2875ebd74c783bd98518b5"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"name": "@tanweilabs/daiti-preferences",
|
|
11
|
-
"version": "0.0.
|
|
12
|
-
"file": "tanweilabs-daiti-preferences-0.0.
|
|
13
|
-
"sha256": "
|
|
11
|
+
"version": "0.0.13",
|
|
12
|
+
"file": "tanweilabs-daiti-preferences-0.0.13-1d67f451cc1f.tgz",
|
|
13
|
+
"sha256": "1d67f451cc1fdacab123b5562f2a812990ded41d6faf9b285008e32b7220d0e0"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "@tanweilabs/daiti-loading",
|
|
17
|
-
"version": "0.0.
|
|
18
|
-
"file": "tanweilabs-daiti-loading-0.0.
|
|
19
|
-
"sha256": "
|
|
17
|
+
"version": "0.0.13",
|
|
18
|
+
"file": "tanweilabs-daiti-loading-0.0.13-b0a916150f8b.tgz",
|
|
19
|
+
"sha256": "b0a916150f8b79ae8903afe8f40ad3c16c78f909ca41a6077fda2d1b0317c5da"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"name": "@tanweilabs/daiti-im",
|
|
23
|
-
"version": "0.0.
|
|
24
|
-
"file": "tanweilabs-daiti-im-0.0.
|
|
25
|
-
"sha256": "
|
|
23
|
+
"version": "0.0.13",
|
|
24
|
+
"file": "tanweilabs-daiti-im-0.0.13-0e2bac86e2db.tgz",
|
|
25
|
+
"sha256": "0e2bac86e2db988238df9f141e0edbb34dca7232fcc110672cb0e11a9e042adf"
|
|
26
26
|
}
|
|
27
27
|
]
|
|
28
28
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/docs/validation.md
CHANGED
|
@@ -105,3 +105,10 @@
|
|
|
105
105
|
- 修正:① 恢复「打开右侧边栏」,只隐藏「更多操作」「选择打开方式」「在访达中打开工作目录」;② 子代理 chip 用 `position:fixed` 移到「代体」品牌右侧(`left:calc(50% + var(--daiti-brand-w))`,品牌文案变长时调该变量),不再依赖面包屑容器的布局。
|
|
106
106
|
- 复核方法:CDP 连真实页面 dump 头部按钮的 display 状态,确认右侧边栏按钮可见、chip 位置正确、被隐藏的仍是那三个。
|
|
107
107
|
- `npm test` 41/41 通过;`npm run build` 通过;四个插件包 0.0.9。
|
|
108
|
+
|
|
109
|
+
## 2026-09-22 浏览器图标(0.0.13)
|
|
110
|
+
|
|
111
|
+
- 将工牌 favicon 替换为 `robot-light-16`,保持原图路径和 16×16 画布,并适配浅色、深色配色;未改变启动或会话逻辑。
|
|
112
|
+
- `npm test` 47 项通过,`npm run build` 生成四个 0.0.13 插件包。
|
|
113
|
+
- 同一图形已在独立实例及本机主实例验证:浏览器启动脚本包含新图标和主题配色,主界面恢复正常;安装后的 SVG 与源码一致,助理设置和主会话保持不变。没有重新发送模型或 IM 请求。
|
|
114
|
+
- 图标来源与尚未确认的再分发许可范围分别记录在根第三方说明和 loading 插件 NOTICE 中;未将该素材声明为 TanweiLabs 的 MIT 授权作品。
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanweilabs/daiti",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@tanweilabs/daiti",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.13",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@deepseek-ai/dsh": "0.1.6-alpha.2",
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|