nothumanallowed 13.2.26 → 13.2.27
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 +1 -1
- package/src/constants.mjs +1 -1
- package/src/services/web-ui.mjs +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nothumanallowed",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.27",
|
|
4
4
|
"description": "NotHumanAllowed — 38 AI agents, 80 tools, Studio (visual agentic workflows). Email, calendar, browser automation, screen capture, canvas, cron/heartbeat, Alexandria E2E messaging, GitHub, Notion, Slack, voice chat, free AI (Liara), 28 languages. Zero-dependency CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
package/src/constants.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'url';
|
|
|
5
5
|
const __filename = fileURLToPath(import.meta.url);
|
|
6
6
|
const __dirname = path.dirname(__filename);
|
|
7
7
|
|
|
8
|
-
export const VERSION = '13.2.
|
|
8
|
+
export const VERSION = '13.2.27';
|
|
9
9
|
export const BASE_URL = 'https://nothumanallowed.com/cli';
|
|
10
10
|
export const API_BASE = 'https://nothumanallowed.com/api/v1';
|
|
11
11
|
|
package/src/services/web-ui.mjs
CHANGED
|
@@ -2774,7 +2774,7 @@ var I18N = {
|
|
|
2774
2774
|
placeholder_chat:'Scrivi a NHA... (Invio per inviare)',
|
|
2775
2775
|
placeholder_studio:'Descrivi cosa vuoi fare... (Ctrl+Invio per avviare)',
|
|
2776
2776
|
planning:'Pianificazione...', workflow_complete:'Workflow completato.',
|
|
2777
|
-
workflow_stopped:'Workflow fermato dall\
|
|
2777
|
+
workflow_stopped:'Workflow fermato dall\u2019utente.',
|
|
2778
2778
|
canvas_open:'Apri Canvas', canvas_generated:'Dashboard HTML generata nel pannello Canvas.',
|
|
2779
2779
|
saved:'Salvato!', lang_set:'Lingua impostata su',
|
|
2780
2780
|
agents_respond:'Tutti gli agenti risponderanno in',
|
|
@@ -2808,7 +2808,7 @@ var I18N = {
|
|
|
2808
2808
|
placeholder_chat:'Message à NHA... (Entrée pour envoyer)',
|
|
2809
2809
|
placeholder_studio:'Décrivez ce que vous voulez faire... (Ctrl+Entrée pour lancer)',
|
|
2810
2810
|
planning:'Planification...', workflow_complete:'Flux terminé.',
|
|
2811
|
-
workflow_stopped:'Flux
|
|
2811
|
+
workflow_stopped:'Flux arr\u00eat\u00e9 par l\u2019utilisateur.',
|
|
2812
2812
|
canvas_open:'Ouvrir Canvas', canvas_generated:'Tableau de bord HTML généré dans Canvas.',
|
|
2813
2813
|
saved:'Sauvegardé!', lang_set:'Langue définie sur',
|
|
2814
2814
|
agents_respond:'Tous les agents répondront en',
|