@optima-chat/optima-agent 0.8.61 → 0.8.62

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.
@@ -64,8 +64,9 @@ growth calendar update <id> --status published
64
64
  当用户首次使用增长功能时:
65
65
  1. 了解用户的产品/业务和目标受众
66
66
  2. 建议 2-4 个人设方案,创建账号(`growth accounts create`)
67
- 3. 基于产品功能和目标受众生成初始选题库(`growth topics create`)
68
- 4. 生成第一周的内容日历(`growth calendar create`)
67
+ 3. 为每个账号绑定浏览器 profile:`growth accounts update <id> --browser-profile-id <账号的UUID>`(用账号 ID 作为 profile ID,首次发帖时 profile 会自动创建)
68
+ 4. 基于产品功能和目标受众生成初始选题库(`growth topics create`)
69
+ 5. 生成第一周的内容日历(`growth calendar create`)
69
70
 
70
71
  ### 日常执行
71
72
 
@@ -99,6 +100,11 @@ growth config get
99
100
  - 用 gen skill 生成小红书风格的配图,保存到本地路径
100
101
 
101
102
  ### Step 3: 启动浏览器并打开发布页
103
+ 如果账号有 `browser_profile_id`,用 `--profile` 指定该人设的独立浏览器配置(独立登录态):
104
+ ```bash
105
+ browser-cli launch --url "https://creator.xiaohongshu.com/publish/publish" --profile <browser_profile_id> --force
106
+ ```
107
+ 如果没有 `browser_profile_id`,使用默认 profile:
102
108
  ```bash
103
109
  browser-cli launch --url "https://creator.xiaohongshu.com/publish/publish" --force
104
110
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.8.61",
3
+ "version": "0.8.62",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",