felo-ai 0.2.49 → 0.2.50

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.
@@ -294,12 +294,12 @@ Example style block output:
294
294
  ```
295
295
  Style name: darioamodei
296
296
  Style labels: Thoughtful long-form essays
297
- Style DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## 风格速写\nDario writes like a serious intellectual...
297
+ Style DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## Style Overview\nDario writes like a serious intellectual...
298
298
  ```
299
299
 
300
300
  Serialized as `--ext`:
301
301
  ```bash
302
- --ext '{"brand_style_requirement":"Style name: darioamodei\nStyle labels: Thoughtful long-form essays\nStyle DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## 风格速写\nDario writes like a serious intellectual..."}'
302
+ --ext '{"brand_style_requirement":"Style name: darioamodei\nStyle labels: Thoughtful long-form essays\nStyle DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## Style Overview\nDario writes like a serious intellectual..."}'
303
303
  ```
304
304
 
305
305
  **Important:** Pass the `brand_style_requirement` value completely and verbatim — do NOT truncate `Style DNA`. Partial style content will degrade output quality.
@@ -321,9 +321,9 @@ Construct and execute the command. **ALWAYS use `--json`** — in Claude Code's
321
321
  - **Keep it concise:** The query has a 2000-character limit. Enrich the content but stay focused and avoid unnecessary padding.
322
322
 
323
323
  Examples:
324
- - User says "继续" → `--query "请继续上面关于量子计算的分析,进一步展开实际应用场景"`
325
- - User says "再来一张" → `--query "请再生成一张类似风格的无线耳机产品图,白色背景"`
326
- - User says "帮我改改" → `--query "请修改上面生成的推文,语气更轻松一些,加一些emoji"`
324
+ - User says "continue" → `--query "Please continue the analysis above on quantum computing, expanding on real-world applications"`
325
+ - User says "one more" → `--query "Please generate another product image in a similar style, white background"`
326
+ - User says "fix it" → `--query "Please revise the tweet generated above, make the tone more casual and add some emojis"`
327
327
 
328
328
  **New conversation (first question, no skill):**
329
329
  ```bash
@@ -350,7 +350,7 @@ node felo-superAgent/scripts/run_superagent.mjs \
350
350
  --query "Write a tweet about the latest AI trends" \
351
351
  --live-doc-id "LIVE_DOC_ID" \
352
352
  --skill-id twitter-writer \
353
- --ext '{"brand_style_requirement":"Style name: darioamodei\nStyle labels: Thoughtful long-form essays\nStyle DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## 风格速写\nDario writes like a serious intellectual...(full content)"}' \
353
+ --ext '{"brand_style_requirement":"Style name: darioamodei\nStyle labels: Thoughtful long-form essays\nStyle DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## Style Overview\nDario writes like a serious intellectual...(full content)"}' \
354
354
  --accept-language en \
355
355
  --json
356
356
  ```
@@ -570,7 +570,7 @@ node felo-superAgent/scripts/run_superagent.mjs \
570
570
  --query "Write a tweet about AI trends" \
571
571
  --live-doc-id "QPetunwpGnkKuZHStP7gwt" \
572
572
  --skill-id twitter-writer \
573
- --ext '{"brand_style_requirement":"Style name: darioamodei\nStyle labels: Thoughtful long-form essays\nStyle DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## 风格速写\nDario writes like a serious intellectual...(full content, do NOT truncate)"}' \
573
+ --ext '{"brand_style_requirement":"Style name: darioamodei\nStyle labels: Thoughtful long-form essays\nStyle DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## Style Overview\nDario writes like a serious intellectual...(full content, do NOT truncate)"}' \
574
574
  --accept-language en \
575
575
  --json
576
576
  ```
@@ -189,17 +189,17 @@ Always pass `--accept-language` matching the user's language (same value used fo
189
189
 
190
190
  Example presentation (adapt language to match user's language):
191
191
  ```
192
- 以下是可用的推文写作风格,选一个会让输出更贴合你的需求:
192
+ Here are the available Twitter writing styles — choosing one will make the output more accurate:
193
193
 
194
- [你的风格]
194
+ [Your styles]
195
195
  1. My Bold Voice
196
196
 
197
- [推荐风格]
197
+ [Recommended styles]
198
198
  2. elonmusk — Shitposting provocateur
199
199
  3. naval — Pithy aphorism master
200
- ...(所有风格全部列出,不省略)
200
+ ...(list ALL styles, do not omit any)
201
201
 
202
- 0. 无偏好,使用默认风格
202
+ 0. No preference — use default style
203
203
  ```
204
204
 
205
205
  **1.5d. Build `--ext` from the chosen style:**
@@ -271,7 +271,7 @@ node felo-superAgent/scripts/run_superagent.mjs \
271
271
  --query "/twitter-writer ENRICHED_QUERY" \
272
272
  --live-doc-id "LIVE_DOC_ID" \
273
273
  --skill-id twitter-writer \
274
- --ext '{"brand_style_requirement":"Style name: darioamodei\nStyle labels: Thoughtful long-form essays\nStyle DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## 风格速写\nDario writes like a serious intellectual...(full content, do NOT truncate)"}' \
274
+ --ext '{"brand_style_requirement":"Style name: darioamodei\nStyle labels: Thoughtful long-form essays\nStyle DNA: # Dario Amodei (@DarioAmodei) Tweet Writing Style DNA\n\n## Style Overview\nDario writes like a serious intellectual...(full content, do NOT truncate)"}' \
275
275
  --accept-language LANG \
276
276
  --json
277
277
  ```
@@ -340,7 +340,7 @@ User input
340
340
  ### Example A: Analyze an account's style
341
341
 
342
342
  ```
343
- User: "@paulg のツイートスタイルを分析して"
343
+ User: "Analyze @paulg's tweet style"
344
344
  ```
345
345
 
346
346
  **Step 1:** Fetch tweets:
@@ -354,10 +354,10 @@ node felo-x-search/scripts/run_x_search.mjs --id "paulg" --user
354
354
  **Step 3:** Call SuperAgent (Mode 1 — no style library step):
355
355
  ```bash
356
356
  node felo-superAgent/scripts/run_superagent.mjs \
357
- --query "/twitter-writer @paulg のツイートを分析し、文体のスタイルDNAドキュメントを作成してください。トーン、文章構造、冒頭フック、締めのアクション、頻出ワード、ハッシュタグ戦略、絵文字の使い方などを含めてください。\n\nアカウント概要:[BIO]\n\nツイート:\n[TWEETS]" \
357
+ --query "/twitter-writer Please analyze the following tweets from @paulg and extract a writing style DNA document. Cover tone, sentence structure, opening hooks, closing CTAs, frequently used words, hashtag strategy, and emoji usage.\n\nAccount bio: [BIO]\n\nTweets:\n[TWEETS]" \
358
358
  --live-doc-id "LIVE_DOC_ID" \
359
359
  --skill-id twitter-writer \
360
- --accept-language ja \
360
+ --accept-language en \
361
361
  --json
362
362
  ```
363
363
 
@@ -368,7 +368,7 @@ node felo-superAgent/scripts/run_superagent.mjs \
368
368
  ### Example B: Create tweets with a reference style (Mode 1 → Mode 2)
369
369
 
370
370
  ```
371
- User: "@paulg のスタイルでスタートアップについてのツイートを3つ書いて"
371
+ User: "Write 3 tweets about startups in @paulg's style"
372
372
  ```
373
373
 
374
374
  **Step 1:** Run Mode 1 to extract style DNA (same as Example A). Style library step is skipped because Mode 1 already establishes style context in the thread.
@@ -378,10 +378,10 @@ User: "@paulg のスタイルでスタートアップについてのツイート
378
378
  **Step 3:** Follow-up call (continuing the same thread — `thread_short_id` from Mode 1, no `--ext`):
379
379
  ```bash
380
380
  node felo-superAgent/scripts/run_superagent.mjs \
381
- --query "/twitter-writer 上記で抽出した @paulg のスタイルDNAをもとに、「スタートアップ」をテーマにしたツイートを3パターン作成してください。それぞれ異なるトーンや切り口で、280文字以内に収めてください。" \
381
+ --query "/twitter-writer Based on the @paulg style DNA extracted above, write 3 tweet variations about startups. Each should have a distinct tone and angle, within 280 characters." \
382
382
  --thread-id "THREAD_SHORT_ID" \
383
383
  --live-doc-id "LIVE_DOC_ID" \
384
- --accept-language ja \
384
+ --accept-language en \
385
385
  --json
386
386
  ```
387
387
 
@@ -449,17 +449,17 @@ console.log(JSON.stringify({brand_style_requirement:block}));
449
449
  ### Example D: Iterate on generated content (follow-up, no style step)
450
450
 
451
451
  ```
452
- User: "2番目のツイートをもっとユーモラスにして、絵文字も追加して"
452
+ User: "Make the 2nd tweet more humorous and add some emojis"
453
453
  ```
454
454
 
455
455
  Already have `thread_short_id` and `live_doc_id` from the previous call. This is a follow-up — do NOT fetch styles again, do NOT pass `--ext`.
456
456
 
457
457
  ```bash
458
458
  node felo-superAgent/scripts/run_superagent.mjs \
459
- --query "/twitter-writer 上記で生成した2番目のツイートを修正してください。トーンをよりユーモラスで軽快にし、適切な絵文字を追加してください。内容の意図は変えないでください。" \
459
+ --query "/twitter-writer Please revise the 2nd tweet generated above. Make the tone more humorous and lighthearted, and add appropriate emojis. Keep the original intent intact." \
460
460
  --thread-id "THREAD_SHORT_ID" \
461
461
  --live-doc-id "LIVE_DOC_ID" \
462
- --accept-language ja \
462
+ --accept-language en \
463
463
  --json
464
464
  ```
465
465
 
@@ -528,7 +528,7 @@ node felo-superAgent/scripts/run_superagent.mjs \
528
528
  ### Example G: User chooses no preference
529
529
 
530
530
  ```
531
- User: "帮我写一条关于新产品发布的推文"
531
+ User: "Write a tweet about a new product launch"
532
532
  ```
533
533
 
534
534
  **Step 1.5:** Fetch styles, present list. User replies: `0` (no preference).
@@ -536,10 +536,10 @@ User: "帮我写一条关于新产品发布的推文"
536
536
  Proceed without `--ext`:
537
537
  ```bash
538
538
  node felo-superAgent/scripts/run_superagent.mjs \
539
- --query "/twitter-writer 帮我写3条关于新产品发布的推文,每条风格略有不同。" \
539
+ --query "/twitter-writer Write 3 tweets about a new product launch, each with a slightly different tone." \
540
540
  --live-doc-id "LIVE_DOC_ID" \
541
541
  --skill-id twitter-writer \
542
- --accept-language zh \
542
+ --accept-language en \
543
543
  --json
544
544
  ```
545
545
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "felo-ai",
3
- "version": "0.2.49",
3
+ "version": "0.2.50",
4
4
  "description": "Felo AI CLI - real-time search, PPT generation, SuperAgent conversation, LiveDoc management, web fetch, YouTube subtitles, LiveDoc knowledge base, and X (Twitter) search from the terminal",
5
5
  "type": "module",
6
6
  "main": "src/cli.js",