teamai-cli 0.21.0-beta.3 → 0.21.0-beta.9
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 +4 -0
- package/README.md +2 -1
- package/README.zh-CN.md +2 -1
- package/dist/index.js +6178 -5872
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,10 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
22
22
|
- `teamai skill` 或 `teamai skill list`:等价 `teamai list skills --source all`
|
|
23
23
|
- `teamai skill show <name>`:查看单个 skill 的来源标签、命名空间、贡献者、`tags.yaml` 中的 tags、已安装的 agent 列表,以及 frontmatter 中的描述(最多 160 字符)。不渲染完整 SKILL.md 正文
|
|
24
24
|
|
|
25
|
+
### 🐛 修复
|
|
26
|
+
|
|
27
|
+
- **项目级 source 配置持久化**(#335):`teamai pull` 自动上报 usage 时不再丢弃 `source add`/`remove` 尚未提交的 `teamai.yaml` 改动,后续 pull 可正常部署订阅 skills 并写入安装清单
|
|
28
|
+
|
|
25
29
|
## [0.14.2] (2026-04-16)
|
|
26
30
|
|
|
27
31
|
### 🐛 修复
|
package/README.md
CHANGED
|
@@ -159,7 +159,8 @@ teamai source browse other-team # browse available skills
|
|
|
159
159
|
teamai source remove other-team
|
|
160
160
|
```
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
The add/remove change takes effect locally right away, and subscribed skills sync on the next
|
|
163
|
+
`teamai pull`. Run `teamai push` when you want to share the `teamai.yaml` change with teammates.
|
|
163
164
|
|
|
164
165
|
## Knowledge Base
|
|
165
166
|
|
package/README.zh-CN.md
CHANGED
|
@@ -159,7 +159,8 @@ teamai source browse other-team # 浏览可用 skills
|
|
|
159
159
|
teamai source remove other-team
|
|
160
160
|
```
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
添加/移除会立即在本机生效,订阅的 skills 会在下一次 `teamai pull` 时同步。需要将
|
|
163
|
+
`teamai.yaml` 的改动分享给团队成员时,再运行 `teamai push`。
|
|
163
164
|
|
|
164
165
|
## 知识库
|
|
165
166
|
|