@kl-c/matrixos 0.1.3 → 0.1.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.
package/dist/tui.js
CHANGED
|
@@ -66238,7 +66238,13 @@ var init_agent_display_names = __esm(() => {
|
|
|
66238
66238
|
link: "link",
|
|
66239
66239
|
ghost: "ghost",
|
|
66240
66240
|
"the-analyst": "the-analyst",
|
|
66241
|
-
"council-member": "council-member"
|
|
66241
|
+
"council-member": "council-member",
|
|
66242
|
+
trinity: "Trinity - Visual Designer",
|
|
66243
|
+
cypher: "Cypher - Copywriter SEO",
|
|
66244
|
+
sentinel: "Sentinel - QA Tester",
|
|
66245
|
+
mouse: "Mouse - Documentation",
|
|
66246
|
+
dreamer: "Dreamer - Memory Consolidation",
|
|
66247
|
+
architect: "TheArchitect - Self Improvement"
|
|
66242
66248
|
};
|
|
66243
66249
|
REVERSE_DISPLAY_NAMES = Object.fromEntries(Object.entries(AGENT_DISPLAY_NAMES).map(([key, displayName]) => [displayName.toLowerCase(), key]));
|
|
66244
66250
|
});
|
package/package.json
CHANGED