@geoly-ai/social-hub-cli 0.1.40 → 0.1.41
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
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to `@geoly-ai/social-hub-cli` are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
Release workflow: `pnpm release:cli` → `pnpm publish:cli`.
|
|
6
6
|
|
|
7
|
+
## [0.1.41] - 2026-06-22
|
|
8
|
+
|
|
9
|
+
bundle social-hub-posts skill: reddit update brandId (edit system-level brand link)
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- 编辑帖子可改品牌关联(brandId,系统级落库)
|
|
14
|
+
|
|
7
15
|
## [0.1.40] - 2026-06-22
|
|
8
16
|
|
|
9
17
|
bundle social-hub-posts skill update: reddit update socialAccountId (re-assign/clear linked account)
|
package/dist/cmd-manifest.json
CHANGED
package/package.json
CHANGED
package/skills/manifest.json
CHANGED
|
@@ -75,6 +75,8 @@ social-hub reddit update -t <team-id> --snapshot <uuid> -j '{
|
|
|
75
75
|
# 改/取消关联账号(socialAccountId):account-uuid 须属该快照所在团队;null=取消关联;换团队(teamId)时后端会自动清空它
|
|
76
76
|
social-hub reddit update -t <team-id> --snapshot <uuid> -j '{"socialAccountId":"<account-uuid>"}'
|
|
77
77
|
social-hub reddit update -t <team-id> --snapshot <uuid> -j '{"socialAccountId":null}'
|
|
78
|
+
# 改/取消品牌关联(brandId,系统级):品牌跨团队有效,换团队不清;null=取消;client 角色只能设其可见品牌
|
|
79
|
+
social-hub reddit update -t <team-id> --snapshot <uuid> -j '{"brandId":"<brand-uuid>"}'
|
|
78
80
|
social-hub reddit delete -t <team-id> --snapshot <uuid> # 危险:确认用户意图
|
|
79
81
|
```
|
|
80
82
|
|