fraim-hub 2.0.204 → 2.0.205
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 +2 -2
- package/public/ai-hub/index.html +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fraim-hub",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.205",
|
|
4
4
|
"description": "FRAIM Hub local companion package.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"dotenv": "^16.4.7",
|
|
90
90
|
"electron": "^41.2.2",
|
|
91
91
|
"express": "^5.2.1",
|
|
92
|
-
"fraim": "2.0.
|
|
92
|
+
"fraim": "2.0.205",
|
|
93
93
|
"mongodb": "^7.0.0",
|
|
94
94
|
"node-cron": "4.2.1",
|
|
95
95
|
"node-edge-tts": "^1.2.10",
|
package/public/ai-hub/index.html
CHANGED
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<div class="area-h1">Manager</div>
|
|
122
122
|
<p class="area-lede">How you manage: your working style, preferences, and the standing rules your team follows when working with you.</p>
|
|
123
123
|
<details class="ctx-acc" id="manager-agents-acc" open>
|
|
124
|
-
<summary><span class="ca-chev"
|
|
124
|
+
<summary><span class="ca-chev">▸</span> <span>AI Agents</span></summary>
|
|
125
125
|
<div class="ctx-acc-body"><div id="configured-agents-panel" data-testid="configured-agents-panel"></div></div>
|
|
126
126
|
</details>
|
|
127
127
|
<details class="ctx-acc" id="manager-ctx-acc">
|