@things-factory/board-ai 10.0.0-beta.69 → 10.0.0-beta.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/board-ai",
3
- "version": "10.0.0-beta.69",
3
+ "version": "10.0.0-beta.70",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/client/index.js",
6
6
  "things-factory": true,
@@ -44,5 +44,5 @@
44
44
  "copyfiles": "^2.4.1",
45
45
  "rimraf": "^5.0.0"
46
46
  },
47
- "gitHead": "dfe47097f234b40e8e9ca7f5db764963cb0f765f"
47
+ "gitHead": "0599bb66f877145825ef0692dc0034d94e7e4e4d"
48
48
  }
@@ -43,5 +43,6 @@
43
43
 
44
44
  "board-ai.text.copied": "Copied",
45
45
  "board-ai.text.mention-not-found": "#{token} not found",
46
- "board-ai.text.session-tab-label": "Session {n}"
46
+ "board-ai.text.session-tab-label": "Session {n}",
47
+ "board-ai.text.tools-used": "Tools used"
47
48
  }
@@ -43,5 +43,6 @@
43
43
 
44
44
  "board-ai.text.copied": "コピーしました",
45
45
  "board-ai.text.mention-not-found": "#{token} が見つかりません",
46
- "board-ai.text.session-tab-label": "セッション {n}"
46
+ "board-ai.text.session-tab-label": "セッション {n}",
47
+ "board-ai.text.tools-used": "使用したツール"
47
48
  }
@@ -43,5 +43,6 @@
43
43
 
44
44
  "board-ai.text.copied": "Disalin",
45
45
  "board-ai.text.mention-not-found": "#{token} tidak dijumpai",
46
- "board-ai.text.session-tab-label": "Sesi {n}"
46
+ "board-ai.text.session-tab-label": "Sesi {n}",
47
+ "board-ai.text.tools-used": "Alat yang digunakan"
47
48
  }
@@ -43,5 +43,6 @@
43
43
 
44
44
  "board-ai.text.copied": "已复制",
45
45
  "board-ai.text.mention-not-found": "未找到 #{token}",
46
- "board-ai.text.session-tab-label": "会话 {n}"
46
+ "board-ai.text.session-tab-label": "会话 {n}",
47
+ "board-ai.text.tools-used": "使用的工具"
47
48
  }