@waniwani/sdk 0.14.3 → 0.14.5

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.
@@ -1333,6 +1333,11 @@ interface Messages {
1333
1333
  thoughtBrief: string;
1334
1334
  thoughtForSeconds: (count: number) => string;
1335
1335
  };
1336
+ /** Chain-of-thought header (no icon): a generic label per state. */
1337
+ chainOfThought: {
1338
+ working: string;
1339
+ done: string;
1340
+ };
1336
1341
  tool: {
1337
1342
  copy: string;
1338
1343
  copied: string;