gentiq 0.10.2 → 0.11.0

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.
@@ -108,6 +108,10 @@ export interface ThreadItem {
108
108
  content: unknown;
109
109
  feedback?: string;
110
110
  created_at: string;
111
+ /** Set when this item is a captured non-primary (sub) agent transcript. */
112
+ subagent?: boolean;
113
+ /** Name of the agent that produced the item. */
114
+ agent?: string;
111
115
  }
112
116
  export interface Job {
113
117
  id: string;
@@ -288,6 +288,7 @@ declare const _default: {
288
288
  "loading_messages": "Loading messages...",
289
289
  "user_label": "User",
290
290
  "assistant_label": "AI Assistant",
291
+ "subagent_label": "Subagent",
291
292
  "input_tokens": "Input: {{value}}",
292
293
  "output_tokens": "Output: {{value}}",
293
294
  "total_tokens": "Total: {{value}}",
@@ -511,6 +512,8 @@ declare const _default: {
511
512
  "invalid_token": "Your session has expired. Please login again.",
512
513
  "user_not_found": "User not found.",
513
514
  "insufficient_balance": "Insufficient balance. Please recharge your account.",
515
+ "insufficient_balance_recharge": "You've reached your balance quota. It will be reset on {{datetime, datetime}}.",
516
+ "insufficient_balance_no_recharge": "You've run out of balance. Please contact support to recharge your account.",
514
517
  "me_update_failed": "Failed to update profile information.",
515
518
  "thread_not_found": "Conversation not found.",
516
519
  "access_denied": "You do not have permission to perform this action.",
@@ -287,6 +287,7 @@ declare const _default: {
287
287
  "loading_messages": "در حال بارگذاری پیام‌ها...",
288
288
  "user_label": "کاربر",
289
289
  "assistant_label": "دستیار هوشمند",
290
+ "subagent_label": "زیرعامل",
290
291
  "input_tokens": "ورودی: {{value}}",
291
292
  "output_tokens": "خروجی: {{value}}",
292
293
  "total_tokens": "کل: {{value}}",
@@ -510,6 +511,8 @@ declare const _default: {
510
511
  "invalid_token": "نشست شما منقضی شده است. لطفاً دوباره وارد شوید.",
511
512
  "user_not_found": "کاربر یافت نشد.",
512
513
  "insufficient_balance": "موجودی کافی نیست. لطفاً حساب خود را شارژ کنید.",
514
+ "insufficient_balance_recharge": "شما به سقف موجودی خود رسیده‌اید. موجودی شما {{datetime, datetime}} بازنشانی خواهد شد.",
515
+ "insufficient_balance_no_recharge": "موجودی شما به پایان رسیده است. لطفاً برای شارژ حساب خود با پشتیبانی تماس بگیرید.",
513
516
  "me_update_failed": "خطا در بروزرسانی اطلاعات پروفایل.",
514
517
  "thread_not_found": "گفتگو یافت نشد.",
515
518
  "access_denied": "شما اجازه انجام این عملیات را ندارید.",
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "provenance": true
11
11
  },
12
12
  "description": "React UI library for the Gentiq AI framework.",
13
- "version": "0.10.2",
13
+ "version": "0.11.0",
14
14
  "type": "module",
15
15
  "files": [
16
16
  "dist"