utilitas 2001.1.77 → 2001.1.79
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/README.md +2 -1
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +3 -3
- package/lib/bot.mjs +1 -0
- package/lib/manifest.mjs +1 -1
- package/package.json +1 -1
package/lib/alan.mjs
CHANGED
|
@@ -102,9 +102,9 @@ const MODEL_ICONS = {
|
|
|
102
102
|
};
|
|
103
103
|
|
|
104
104
|
const FEATURE_ICONS = {
|
|
105
|
-
audio: '🔊', deepsearch: '🔍', fast: '⚡️',
|
|
106
|
-
|
|
107
|
-
|
|
105
|
+
audio: '🔊', deepsearch: '🔍', fast: '⚡️', hearing: '👂', hidden: '🙈',
|
|
106
|
+
image: '🎨', json: '📊', reasoning: '🧠', tools: '🧰', video: '🎬',
|
|
107
|
+
vision: '👁️', // finetune: '🔧',
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
const GEMINI_RULES = {
|
package/lib/bot.mjs
CHANGED
package/lib/manifest.mjs
CHANGED