vivekmind 0.15.7 → 1.0.0
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/LICENSE +1 -2
- package/README.md +4 -14
- package/bundled/qc-helper/SKILL.md +2 -2
- package/bundled/review/DESIGN.md +2 -2
- package/bundled/review/SKILL.md +18 -18
- package/cli.js +243 -243
- package/locales/ca.js +10 -10
- package/locales/de.js +10 -10
- package/locales/en.js +10 -10
- package/locales/fr.js +8 -8
- package/locales/ja.js +8 -8
- package/locales/pt.js +10 -10
- package/locales/ru.js +10 -10
- package/locales/zh-TW.js +10 -10
- package/locales/zh.js +10 -10
- package/package.json +2 -2
package/locales/ca.js
CHANGED
|
@@ -115,8 +115,8 @@ export default {
|
|
|
115
115
|
// ============================================================================
|
|
116
116
|
// Ordres - General
|
|
117
117
|
// ============================================================================
|
|
118
|
-
'Analyzes the project and creates a tailored
|
|
119
|
-
'Analitza el projecte i crea un fitxer
|
|
118
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
119
|
+
'Analitza el projecte i crea un fitxer VIVEKMIND.md personalitzat.',
|
|
120
120
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
121
121
|
'Llistar les eines disponibles de VivekMind. Ús: /tools [desc]',
|
|
122
122
|
'List available skills.': 'Llistar les habilitats disponibles.',
|
|
@@ -518,8 +518,8 @@ export default {
|
|
|
518
518
|
remote: 'remot',
|
|
519
519
|
'This extension will add the following commands: {{commands}}.':
|
|
520
520
|
'Aquesta extensió afegirà les ordres següents: {{commands}}.',
|
|
521
|
-
'This extension will append info to your
|
|
522
|
-
'Aquesta extensió afegirà informació al vostre context
|
|
521
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}':
|
|
522
|
+
'Aquesta extensió afegirà informació al vostre context VIVEKMIND.md usant {{fileName}}',
|
|
523
523
|
'This extension will exclude the following core tools: {{tools}}':
|
|
524
524
|
'Aquesta extensió exclourà les eines principals següents: {{tools}}',
|
|
525
525
|
'This extension will install the following skills:':
|
|
@@ -1256,8 +1256,8 @@ export default {
|
|
|
1256
1256
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
1257
1257
|
"L'ordre /directory add no és compatible en perfils d'entorn aïllat restrictius. En el seu lloc, useu --include-directories en iniciar la sessió.",
|
|
1258
1258
|
"Error adding '{{path}}': {{error}}": "Error en afegir '{{path}}': {{error}}",
|
|
1259
|
-
'Successfully added
|
|
1260
|
-
"S'han afegit correctament els fitxers
|
|
1259
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
1260
|
+
"S'han afegit correctament els fitxers VIVEKMIND.md dels directoris següents si n'hi ha:\n- {{directories}}",
|
|
1261
1261
|
'Error refreshing memory: {{error}}':
|
|
1262
1262
|
'Error en actualitzar la memòria: {{error}}',
|
|
1263
1263
|
'Successfully added directories:\n- {{directories}}':
|
|
@@ -1467,8 +1467,8 @@ export default {
|
|
|
1467
1467
|
"Error en canviar al model '{{modelId}}'.\n\n{{error}}",
|
|
1468
1468
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1469
1469
|
'VivekMind 3.6 Plus — model híbrid eficient amb un rendiment de codificació líder',
|
|
1470
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1471
|
-
"L'últim model de visió VivekMind d'Alibaba Cloud ModelStudio (versió:
|
|
1470
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1471
|
+
"L'últim model de visió VivekMind d'Alibaba Cloud ModelStudio (versió: vivekmind3-vl-plus-2025-09-23)",
|
|
1472
1472
|
|
|
1473
1473
|
// ============================================================================
|
|
1474
1474
|
// Diàlegs - Permisos
|
|
@@ -1632,8 +1632,8 @@ export default {
|
|
|
1632
1632
|
'Proveu /insight per generar idees personalitzades a partir del vostre historial de xat.',
|
|
1633
1633
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1634
1634
|
'Premeu Ctrl+O per canviar el mode compacte — amagueu la sortida de les eines i el pensament per a una vista més neta.',
|
|
1635
|
-
'Add a
|
|
1636
|
-
'Afegiu un fitxer
|
|
1635
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.':
|
|
1636
|
+
'Afegiu un fitxer VIVEKMIND.md per donar a VivekMind un context persistent del projecte.',
|
|
1637
1637
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1638
1638
|
'Useu /btw per fer una pregunta ràpida sense interrompre la conversa.',
|
|
1639
1639
|
'Context is almost full! Run /compress now or start /new to continue.':
|
package/locales/de.js
CHANGED
|
@@ -97,8 +97,8 @@ export default {
|
|
|
97
97
|
// ============================================================================
|
|
98
98
|
// Commands - General
|
|
99
99
|
// ============================================================================
|
|
100
|
-
'Analyzes the project and creates a tailored
|
|
101
|
-
'Analysiert das Projekt und erstellt eine maßgeschneiderte
|
|
100
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
101
|
+
'Analysiert das Projekt und erstellt eine maßgeschneiderte VIVEKMIND.md-Datei.',
|
|
102
102
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
103
103
|
'Verfügbare VivekMind Werkzeuge auflisten. Verwendung: /tools [desc]',
|
|
104
104
|
'List available skills.': 'Verfügbare Skills auflisten.',
|
|
@@ -431,8 +431,8 @@ export default {
|
|
|
431
431
|
remote: 'remote',
|
|
432
432
|
'This extension will add the following commands: {{commands}}.':
|
|
433
433
|
'Diese Erweiterung wird folgende Befehle hinzufügen: {{commands}}.',
|
|
434
|
-
'This extension will append info to your
|
|
435
|
-
'Diese Erweiterung wird Informationen zu Ihrem
|
|
434
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}':
|
|
435
|
+
'Diese Erweiterung wird Informationen zu Ihrem VIVEKMIND.md-Kontext mit {{fileName}} hinzufügen',
|
|
436
436
|
'This extension will exclude the following core tools: {{tools}}':
|
|
437
437
|
'Diese Erweiterung wird folgende Kernwerkzeuge ausschließen: {{tools}}',
|
|
438
438
|
'This extension will install the following skills:':
|
|
@@ -1081,8 +1081,8 @@ export default {
|
|
|
1081
1081
|
'Der Befehl /directory add wird in restriktiven Sandbox-Profilen nicht unterstützt. Bitte verwenden Sie --include-directories beim Starten der Sitzung.',
|
|
1082
1082
|
"Error adding '{{path}}': {{error}}":
|
|
1083
1083
|
"Fehler beim Hinzufügen von '{{path}}': {{error}}",
|
|
1084
|
-
'Successfully added
|
|
1085
|
-
'
|
|
1084
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
1085
|
+
'VIVEKMIND.md-Dateien aus folgenden Verzeichnissen erfolgreich hinzugefügt, falls vorhanden:\n- {{directories}}',
|
|
1086
1086
|
'Error refreshing memory: {{error}}':
|
|
1087
1087
|
'Fehler beim Aktualisieren des Speichers: {{error}}',
|
|
1088
1088
|
'Successfully added directories:\n- {{directories}}':
|
|
@@ -1399,8 +1399,8 @@ export default {
|
|
|
1399
1399
|
"Modell konnte nicht auf '{{modelId}}' umgestellt werden.\n\n{{error}}",
|
|
1400
1400
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1401
1401
|
'VivekMind 3.6 Plus — effizientes Hybridmodell mit führender Programmierleistung',
|
|
1402
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1403
|
-
'Das neueste VivekMind Vision Modell von Alibaba Cloud ModelStudio (Version:
|
|
1402
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1403
|
+
'Das neueste VivekMind Vision Modell von Alibaba Cloud ModelStudio (Version: vivekmind3-vl-plus-2025-09-23)',
|
|
1404
1404
|
|
|
1405
1405
|
// ============================================================================
|
|
1406
1406
|
// Dialogs - Permissions
|
|
@@ -1835,8 +1835,8 @@ export default {
|
|
|
1835
1835
|
'Probieren Sie /insight, um personalisierte Erkenntnisse aus Ihrem Chatverlauf zu erstellen.',
|
|
1836
1836
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1837
1837
|
'Strg+O drücken, um den Kompaktmodus umzuschalten — Tool-Ausgabe und Denkprozess ausblenden.',
|
|
1838
|
-
'Add a
|
|
1839
|
-
'Fügen Sie eine
|
|
1838
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.':
|
|
1839
|
+
'Fügen Sie eine VIVEKMIND.md-Datei hinzu, um VivekMind dauerhaften Projektkontext zu geben.',
|
|
1840
1840
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1841
1841
|
'Verwenden Sie /btw, um eine kurze Nebenfrage zu stellen, ohne die Unterhaltung zu unterbrechen.',
|
|
1842
1842
|
'Context is almost full! Run /compress now or start /new to continue.':
|
package/locales/en.js
CHANGED
|
@@ -117,8 +117,8 @@ export default {
|
|
|
117
117
|
// ============================================================================
|
|
118
118
|
// Commands - General
|
|
119
119
|
// ============================================================================
|
|
120
|
-
'Analyzes the project and creates a tailored
|
|
121
|
-
'Analyzes the project and creates a tailored
|
|
120
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
121
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.',
|
|
122
122
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
123
123
|
'List available VivekMind tools. Usage: /tools [desc]',
|
|
124
124
|
'List available skills.': 'List available skills.',
|
|
@@ -513,8 +513,8 @@ export default {
|
|
|
513
513
|
remote: 'remote',
|
|
514
514
|
'This extension will add the following commands: {{commands}}.':
|
|
515
515
|
'This extension will add the following commands: {{commands}}.',
|
|
516
|
-
'This extension will append info to your
|
|
517
|
-
'This extension will append info to your
|
|
516
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}':
|
|
517
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}',
|
|
518
518
|
'This extension will exclude the following core tools: {{tools}}':
|
|
519
519
|
'This extension will exclude the following core tools: {{tools}}',
|
|
520
520
|
'This extension will install the following skills:':
|
|
@@ -1247,8 +1247,8 @@ export default {
|
|
|
1247
1247
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
1248
1248
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
|
|
1249
1249
|
"Error adding '{{path}}': {{error}}": "Error adding '{{path}}': {{error}}",
|
|
1250
|
-
'Successfully added
|
|
1251
|
-
'Successfully added
|
|
1250
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
1251
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}',
|
|
1252
1252
|
'Error refreshing memory: {{error}}': 'Error refreshing memory: {{error}}',
|
|
1253
1253
|
'Successfully added directories:\n- {{directories}}':
|
|
1254
1254
|
'Successfully added directories:\n- {{directories}}',
|
|
@@ -1455,8 +1455,8 @@ export default {
|
|
|
1455
1455
|
"Failed to switch model to '{{modelId}}'.\n\n{{error}}",
|
|
1456
1456
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1457
1457
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance',
|
|
1458
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1459
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1458
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1459
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)',
|
|
1460
1460
|
|
|
1461
1461
|
// ============================================================================
|
|
1462
1462
|
// Dialogs - Permissions
|
|
@@ -1617,8 +1617,8 @@ export default {
|
|
|
1617
1617
|
'Try /insight to generate personalized insights from your chat history.',
|
|
1618
1618
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1619
1619
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.',
|
|
1620
|
-
'Add a
|
|
1621
|
-
'Add a
|
|
1620
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.':
|
|
1621
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.',
|
|
1622
1622
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1623
1623
|
'Use /btw to ask a quick side question without disrupting the conversation.',
|
|
1624
1624
|
'Context is almost full! Run /compress now or start /new to continue.':
|
package/locales/fr.js
CHANGED
|
@@ -114,8 +114,8 @@ export default {
|
|
|
114
114
|
// ============================================================================
|
|
115
115
|
// Commandes - Général
|
|
116
116
|
// ============================================================================
|
|
117
|
-
'Analyzes the project and creates a tailored
|
|
118
|
-
'Analyse le projet et crée un fichier
|
|
117
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
118
|
+
'Analyse le projet et crée un fichier VIVEKMIND.md personnalisé.',
|
|
119
119
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
120
120
|
'Lister les outils VivekMind disponibles. Utilisation : /tools [desc]',
|
|
121
121
|
'List available skills.': 'Lister les compétences disponibles.',
|
|
@@ -527,8 +527,8 @@ export default {
|
|
|
527
527
|
remote: 'distant',
|
|
528
528
|
'This extension will add the following commands: {{commands}}.':
|
|
529
529
|
'Cette extension ajoutera les commandes suivantes : {{commands}}.',
|
|
530
|
-
'This extension will append info to your
|
|
531
|
-
'Cette extension ajoutera des informations à votre contexte
|
|
530
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}':
|
|
531
|
+
'Cette extension ajoutera des informations à votre contexte VIVEKMIND.md en utilisant {{fileName}}',
|
|
532
532
|
'This extension will exclude the following core tools: {{tools}}':
|
|
533
533
|
'Cette extension exclura les outils principaux suivants : {{tools}}',
|
|
534
534
|
'This extension will install the following skills:':
|
|
@@ -1226,8 +1226,8 @@ export default {
|
|
|
1226
1226
|
"La commande /directory add n'est pas prise en charge dans les profils de bac à sable restrictifs. Utilisez plutôt --include-directories lors du démarrage de la session.",
|
|
1227
1227
|
"Error adding '{{path}}': {{error}}":
|
|
1228
1228
|
"Erreur lors de l'ajout de '{{path}}' : {{error}}",
|
|
1229
|
-
'Successfully added
|
|
1230
|
-
"Fichiers
|
|
1229
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
1230
|
+
"Fichiers VIVEKMIND.md ajoutés avec succès depuis les répertoires suivants s'ils existent :\n- {{directories}}",
|
|
1231
1231
|
'Error refreshing memory: {{error}}':
|
|
1232
1232
|
"Erreur lors de l'actualisation de la mémoire : {{error}}",
|
|
1233
1233
|
'Successfully added directories:\n- {{directories}}':
|
|
@@ -1442,8 +1442,8 @@ export default {
|
|
|
1442
1442
|
"Échec du changement de modèle vers '{{modelId}}'.\n\n{{error}}",
|
|
1443
1443
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1444
1444
|
'VivekMind 3.6 Plus — modèle hybride efficace avec des performances de codage de pointe',
|
|
1445
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1446
|
-
"Le dernier modèle VivekMind Vision d'Alibaba Cloud ModelStudio (version :
|
|
1445
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1446
|
+
"Le dernier modèle VivekMind Vision d'Alibaba Cloud ModelStudio (version : vivekmind3-vl-plus-2025-09-23)",
|
|
1447
1447
|
|
|
1448
1448
|
// ============================================================================
|
|
1449
1449
|
// Boîtes de dialogue - Permissions
|
package/locales/ja.js
CHANGED
|
@@ -83,8 +83,8 @@ export default {
|
|
|
83
83
|
// ============================================================================
|
|
84
84
|
// Commands - General
|
|
85
85
|
// ============================================================================
|
|
86
|
-
'Analyzes the project and creates a tailored
|
|
87
|
-
'プロジェクトを分析し、カスタマイズされた
|
|
86
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
87
|
+
'プロジェクトを分析し、カスタマイズされた VIVEKMIND.md ファイルを作成',
|
|
88
88
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
89
89
|
'利用可能な VivekMind ツールを一覧表示。使い方: /tools [desc]',
|
|
90
90
|
'List available skills.': '利用可能なスキルを一覧表示する。',
|
|
@@ -824,8 +824,8 @@ export default {
|
|
|
824
824
|
'制限的なサンドボックスプロファイルでは /directory add コマンドはサポートされていません。代わりにセッション開始時に --include-directories を使用してください',
|
|
825
825
|
"Error adding '{{path}}': {{error}}":
|
|
826
826
|
"'{{path}}' の追加中にエラー: {{error}}",
|
|
827
|
-
'Successfully added
|
|
828
|
-
'以下のディレクトリから
|
|
827
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
828
|
+
'以下のディレクトリから VIVEKMIND.md ファイルを追加しました(存在する場合):\n- {{directories}}',
|
|
829
829
|
'Error refreshing memory: {{error}}': 'メモリの更新中にエラー: {{error}}',
|
|
830
830
|
'Successfully added directories:\n- {{directories}}':
|
|
831
831
|
'ディレクトリを正常に追加しました:\n- {{directories}}',
|
|
@@ -1090,8 +1090,8 @@ export default {
|
|
|
1090
1090
|
unknown: '不明',
|
|
1091
1091
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1092
1092
|
'VivekMind 3.6 Plus — 効率的なハイブリッドモデル、業界トップクラスのコーディング性能',
|
|
1093
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1094
|
-
'Alibaba Cloud ModelStudioの最新VivekMind Visionモデル(バージョン:
|
|
1093
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1094
|
+
'Alibaba Cloud ModelStudioの最新VivekMind Visionモデル(バージョン: vivekmind3-vl-plus-2025-09-23)',
|
|
1095
1095
|
// Dialogs - Permissions
|
|
1096
1096
|
'Manage folder trust settings': 'フォルダ信頼設定を管理',
|
|
1097
1097
|
'Manage permission rules': '権限ルールを管理',
|
|
@@ -1231,8 +1231,8 @@ export default {
|
|
|
1231
1231
|
'/insight でチャット履歴からパーソナライズされたインサイトを生成できます。',
|
|
1232
1232
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1233
1233
|
'Ctrl+O でコンパクトモードを切り替え — ツール出力と思考を非表示にしてすっきり表示。',
|
|
1234
|
-
'Add a
|
|
1235
|
-
'
|
|
1234
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.':
|
|
1235
|
+
'VIVEKMIND.md ファイルを追加すると、VivekMind に永続的なプロジェクトコンテキストを与えられます。',
|
|
1236
1236
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1237
1237
|
'会話を中断せずに /btw でちょっとした横道の質問ができます。',
|
|
1238
1238
|
'Context is almost full! Run /compress now or start /new to continue.':
|
package/locales/pt.js
CHANGED
|
@@ -110,8 +110,8 @@ export default {
|
|
|
110
110
|
// ============================================================================
|
|
111
111
|
// Commands - General
|
|
112
112
|
// ============================================================================
|
|
113
|
-
'Analyzes the project and creates a tailored
|
|
114
|
-
'Analisa o projeto e cria um arquivo
|
|
113
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
114
|
+
'Analisa o projeto e cria um arquivo VIVEKMIND.md personalizado.',
|
|
115
115
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
116
116
|
'Listar ferramentas VivekMind disponíveis. Uso: /tools [desc]',
|
|
117
117
|
'List available skills.': 'Listar habilidades disponíveis.',
|
|
@@ -455,8 +455,8 @@ export default {
|
|
|
455
455
|
remote: 'remoto',
|
|
456
456
|
'This extension will add the following commands: {{commands}}.':
|
|
457
457
|
'Esta extensão adicionará os seguintes comandos: {{commands}}.',
|
|
458
|
-
'This extension will append info to your
|
|
459
|
-
'Esta extensão anexará informações ao seu contexto
|
|
458
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}':
|
|
459
|
+
'Esta extensão anexará informações ao seu contexto VIVEKMIND.md usando {{fileName}}',
|
|
460
460
|
'This extension will exclude the following core tools: {{tools}}':
|
|
461
461
|
'Esta extensão excluirá as seguintes ferramentas principais: {{tools}}',
|
|
462
462
|
'This extension will install the following skills:':
|
|
@@ -1089,8 +1089,8 @@ export default {
|
|
|
1089
1089
|
'O comando /directory add não é suportado em perfis de sandbox restritivos. Use --include-directories ao iniciar a sessão.',
|
|
1090
1090
|
"Error adding '{{path}}': {{error}}":
|
|
1091
1091
|
"Erro ao adicionar '{{path}}': {{error}}",
|
|
1092
|
-
'Successfully added
|
|
1093
|
-
'Arquivos
|
|
1092
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
1093
|
+
'Arquivos VIVEKMIND.md adicionados com sucesso dos seguintes diretórios, se houverem:\n- {{directories}}',
|
|
1094
1094
|
'Error refreshing memory: {{error}}': 'Erro ao atualizar memória: {{error}}',
|
|
1095
1095
|
'Successfully added directories:\n- {{directories}}':
|
|
1096
1096
|
'Diretórios adicionados com sucesso:\n- {{directories}}',
|
|
@@ -1404,8 +1404,8 @@ export default {
|
|
|
1404
1404
|
"Falha ao trocar o modelo para '{{modelId}}'.\n\n{{error}}",
|
|
1405
1405
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1406
1406
|
'VivekMind 3.6 Plus — modelo híbrido eficiente com desempenho líder em programação',
|
|
1407
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1408
|
-
'O modelo VivekMind Vision mais recente do Alibaba Cloud ModelStudio (versão:
|
|
1407
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1408
|
+
'O modelo VivekMind Vision mais recente do Alibaba Cloud ModelStudio (versão: vivekmind3-vl-plus-2025-09-23)',
|
|
1409
1409
|
|
|
1410
1410
|
// ============================================================================
|
|
1411
1411
|
// Dialogs - Permissions
|
|
@@ -1569,8 +1569,8 @@ export default {
|
|
|
1569
1569
|
'Experimente /insight para gerar insights personalizados do seu histórico de conversas.',
|
|
1570
1570
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1571
1571
|
'Pressione Ctrl+O para alternar o modo compacto — ocultar saída de ferramentas e raciocínio.',
|
|
1572
|
-
'Add a
|
|
1573
|
-
'Adicione um arquivo
|
|
1572
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.':
|
|
1573
|
+
'Adicione um arquivo VIVEKMIND.md para dar ao VivekMind um contexto persistente do projeto.',
|
|
1574
1574
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1575
1575
|
'Use /btw para fazer uma pergunta lateral rápida sem interromper a conversa.',
|
|
1576
1576
|
'Context is almost full! Run /compress now or start /new to continue.':
|
package/locales/ru.js
CHANGED
|
@@ -118,8 +118,8 @@ export default {
|
|
|
118
118
|
// ============================================================================
|
|
119
119
|
// Команды - Общие
|
|
120
120
|
// ============================================================================
|
|
121
|
-
'Analyzes the project and creates a tailored
|
|
122
|
-
'Анализ проекта и создание адаптированного файла
|
|
121
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
122
|
+
'Анализ проекта и создание адаптированного файла VIVEKMIND.md',
|
|
123
123
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
124
124
|
'Просмотр доступных инструментов VivekMind. Использование: /tools [desc]',
|
|
125
125
|
'List available skills.': 'Показать доступные навыки.',
|
|
@@ -452,8 +452,8 @@ export default {
|
|
|
452
452
|
remote: 'удалённый',
|
|
453
453
|
'This extension will add the following commands: {{commands}}.':
|
|
454
454
|
'Это расширение добавит следующие команды: {{commands}}.',
|
|
455
|
-
'This extension will append info to your
|
|
456
|
-
'Это расширение добавит информацию в ваш контекст
|
|
455
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}':
|
|
456
|
+
'Это расширение добавит информацию в ваш контекст VIVEKMIND.md с помощью {{fileName}}',
|
|
457
457
|
'This extension will exclude the following core tools: {{tools}}':
|
|
458
458
|
'Это расширение исключит следующие основные инструменты: {{tools}}',
|
|
459
459
|
'This extension will install the following skills:':
|
|
@@ -1086,8 +1086,8 @@ export default {
|
|
|
1086
1086
|
'Команда /directory add не поддерживается в ограничительных профилях песочницы. Пожалуйста, используйте --include-directories при запуске сессии.',
|
|
1087
1087
|
"Error adding '{{path}}': {{error}}":
|
|
1088
1088
|
"Ошибка при добавлении '{{path}}': {{error}}",
|
|
1089
|
-
'Successfully added
|
|
1090
|
-
'Успешно добавлены файлы
|
|
1089
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
1090
|
+
'Успешно добавлены файлы VIVEKMIND.md из следующих директорий (если они есть):\n- {{directories}}',
|
|
1091
1091
|
'Error refreshing memory: {{error}}':
|
|
1092
1092
|
'Ошибка при обновлении памяти: {{error}}',
|
|
1093
1093
|
'Successfully added directories:\n- {{directories}}':
|
|
@@ -1325,8 +1325,8 @@ export default {
|
|
|
1325
1325
|
"Не удалось переключиться на модель '{{modelId}}'.\n\n{{error}}",
|
|
1326
1326
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1327
1327
|
'VivekMind 3.6 Plus — эффективная гибридная модель с лидирующей производительностью в программировании',
|
|
1328
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1329
|
-
'Последняя модель VivekMind Vision от Alibaba Cloud ModelStudio (версия:
|
|
1328
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1329
|
+
'Последняя модель VivekMind Vision от Alibaba Cloud ModelStudio (версия: vivekmind3-vl-plus-2025-09-23)',
|
|
1330
1330
|
|
|
1331
1331
|
// ============================================================================
|
|
1332
1332
|
// Диалоги - Разрешения
|
|
@@ -1762,8 +1762,8 @@ export default {
|
|
|
1762
1762
|
'Попробуйте /insight, чтобы получить персонализированные выводы из истории чатов.',
|
|
1763
1763
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1764
1764
|
'Нажмите Ctrl+O для переключения компактного режима — скрыть вывод инструментов и рассуждения.',
|
|
1765
|
-
'Add a
|
|
1766
|
-
'Добавьте файл
|
|
1765
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.':
|
|
1766
|
+
'Добавьте файл VIVEKMIND.md, чтобы предоставить VivekMind постоянный контекст проекта.',
|
|
1767
1767
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1768
1768
|
'Используйте /btw, чтобы задать короткий побочный вопрос, не прерывая основной разговор.',
|
|
1769
1769
|
'Context is almost full! Run /compress now or start /new to continue.':
|
package/locales/zh-TW.js
CHANGED
|
@@ -101,8 +101,8 @@ export default {
|
|
|
101
101
|
Proxy: '代理',
|
|
102
102
|
'Memory Usage': '內存使用',
|
|
103
103
|
'IDE Client': 'IDE 客戶端',
|
|
104
|
-
'Analyzes the project and creates a tailored
|
|
105
|
-
'分析項目並創建定製的
|
|
104
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
105
|
+
'分析項目並創建定製的 VIVEKMIND.md 文件',
|
|
106
106
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
107
107
|
'列出可用的 VivekMind 工具。用法:/tools [desc]',
|
|
108
108
|
'List available skills.': '列出可用技能。',
|
|
@@ -448,8 +448,8 @@ export default {
|
|
|
448
448
|
remote: '遠程',
|
|
449
449
|
'This extension will add the following commands: {{commands}}.':
|
|
450
450
|
'此擴展將添加以下命令:{{commands}}。',
|
|
451
|
-
'This extension will append info to your
|
|
452
|
-
'此擴展將使用 {{fileName}} 向您的
|
|
451
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}':
|
|
452
|
+
'此擴展將使用 {{fileName}} 向您的 VIVEKMIND.md 上下文追加信息',
|
|
453
453
|
'This extension will exclude the following core tools: {{tools}}':
|
|
454
454
|
'此擴展將排除以下核心工具:{{tools}}',
|
|
455
455
|
'This extension will install the following skills:': '此擴展將安裝以下技能:',
|
|
@@ -1057,8 +1057,8 @@ export default {
|
|
|
1057
1057
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
1058
1058
|
'/directory add 命令在限制性沙箱配置文件中不受支持。請改爲在啓動會話時使用 --include-directories。',
|
|
1059
1059
|
"Error adding '{{path}}': {{error}}": "添加 '{{path}}' 時出錯:{{error}}",
|
|
1060
|
-
'Successfully added
|
|
1061
|
-
'如果存在,已成功從以下目錄添加
|
|
1060
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
1061
|
+
'如果存在,已成功從以下目錄添加 VIVEKMIND.md 文件:\n- {{directories}}',
|
|
1062
1062
|
'Error refreshing memory: {{error}}': '刷新內存時出錯:{{error}}',
|
|
1063
1063
|
'Successfully added directories:\n- {{directories}}':
|
|
1064
1064
|
'成功添加目錄:\n- {{directories}}',
|
|
@@ -1223,8 +1223,8 @@ export default {
|
|
|
1223
1223
|
"無法切換到模型 '{{modelId}}'.\n\n{{error}}",
|
|
1224
1224
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1225
1225
|
'VivekMind 3.6 Plus — 高效混合架構,編程性能業界領先',
|
|
1226
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1227
|
-
'來自阿里雲 ModelStudio 的最新 VivekMind Vision 模型(版本:
|
|
1226
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1227
|
+
'來自阿里雲 ModelStudio 的最新 VivekMind Vision 模型(版本:vivekmind3-vl-plus-2025-09-23)',
|
|
1228
1228
|
'Manage folder trust settings': '管理文件夾信任設置',
|
|
1229
1229
|
'Manage permission rules': '管理權限規則',
|
|
1230
1230
|
Allow: '允許',
|
|
@@ -1363,8 +1363,8 @@ export default {
|
|
|
1363
1363
|
'試試 /insight,從聊天記錄中生成個性化洞察。',
|
|
1364
1364
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1365
1365
|
'按 Ctrl+O 切換緊湊模式 ── 隱藏工具輸出和思考過程,界面更簡潔。',
|
|
1366
|
-
'Add a
|
|
1367
|
-
'添加
|
|
1366
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.':
|
|
1367
|
+
'添加 VIVEKMIND.md 文件,爲 VivekMind 提供持久的項目上下文。',
|
|
1368
1368
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1369
1369
|
'用 /btw 快速問一個小問題,不會打斷當前對話。',
|
|
1370
1370
|
'Context is almost full! Run /compress now or start /new to continue.':
|
package/locales/zh.js
CHANGED
|
@@ -115,8 +115,8 @@ export default {
|
|
|
115
115
|
// ============================================================================
|
|
116
116
|
// Commands - General
|
|
117
117
|
// ============================================================================
|
|
118
|
-
'Analyzes the project and creates a tailored
|
|
119
|
-
'分析项目并创建定制的
|
|
118
|
+
'Analyzes the project and creates a tailored VIVEKMIND.md file.':
|
|
119
|
+
'分析项目并创建定制的 VIVEKMIND.md 文件',
|
|
120
120
|
'List available VivekMind tools. Usage: /tools [desc]':
|
|
121
121
|
'列出可用的 VivekMind 工具。用法:/tools [desc]',
|
|
122
122
|
'List available skills.': '列出可用技能。',
|
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
remote: '远程',
|
|
490
490
|
'This extension will add the following commands: {{commands}}.':
|
|
491
491
|
'此扩展将添加以下命令:{{commands}}。',
|
|
492
|
-
'This extension will append info to your
|
|
493
|
-
'此扩展将使用 {{fileName}} 向您的
|
|
492
|
+
'This extension will append info to your VIVEKMIND.md context using {{fileName}}':
|
|
493
|
+
'此扩展将使用 {{fileName}} 向您的 VIVEKMIND.md 上下文追加信息',
|
|
494
494
|
'This extension will exclude the following core tools: {{tools}}':
|
|
495
495
|
'此扩展将排除以下核心工具:{{tools}}',
|
|
496
496
|
'This extension will install the following skills:': '此扩展将安装以下技能:',
|
|
@@ -1185,8 +1185,8 @@ export default {
|
|
|
1185
1185
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
1186
1186
|
'/directory add 命令在限制性沙箱配置文件中不受支持。请改为在启动会话时使用 --include-directories。',
|
|
1187
1187
|
"Error adding '{{path}}': {{error}}": "添加 '{{path}}' 时出错:{{error}}",
|
|
1188
|
-
'Successfully added
|
|
1189
|
-
'如果存在,已成功从以下目录添加
|
|
1188
|
+
'Successfully added VIVEKMIND.md files from the following directories if there are:\n- {{directories}}':
|
|
1189
|
+
'如果存在,已成功从以下目录添加 VIVEKMIND.md 文件:\n- {{directories}}',
|
|
1190
1190
|
'Error refreshing memory: {{error}}': '刷新内存时出错:{{error}}',
|
|
1191
1191
|
'Successfully added directories:\n- {{directories}}':
|
|
1192
1192
|
'成功添加目录:\n- {{directories}}',
|
|
@@ -1378,8 +1378,8 @@ export default {
|
|
|
1378
1378
|
"无法切换到模型 '{{modelId}}'.\n\n{{error}}",
|
|
1379
1379
|
'VivekMind 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1380
1380
|
'VivekMind 3.6 Plus — 高效混合架构,编程性能业界领先',
|
|
1381
|
-
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version:
|
|
1382
|
-
'来自阿里云 ModelStudio 的最新 VivekMind Vision 模型(版本:
|
|
1381
|
+
'The latest VivekMind Vision model from Alibaba Cloud ModelStudio (version: vivekmind3-vl-plus-2025-09-23)':
|
|
1382
|
+
'来自阿里云 ModelStudio 的最新 VivekMind Vision 模型(版本:vivekmind3-vl-plus-2025-09-23)',
|
|
1383
1383
|
|
|
1384
1384
|
// ============================================================================
|
|
1385
1385
|
// Dialogs - Permissions
|
|
@@ -1535,8 +1535,8 @@ export default {
|
|
|
1535
1535
|
'试试 /insight,从聊天记录中生成个性化洞察。',
|
|
1536
1536
|
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1537
1537
|
'按 Ctrl+O 切换紧凑模式 ── 隐藏工具输出和思考过程,界面更简洁。',
|
|
1538
|
-
'Add a
|
|
1539
|
-
'添加
|
|
1538
|
+
'Add a VIVEKMIND.md file to give VivekMind persistent project context.':
|
|
1539
|
+
'添加 VIVEKMIND.md 文件,为 VivekMind 提供持久的项目上下文。',
|
|
1540
1540
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1541
1541
|
'用 /btw 快速问一个小问题,不会打断当前对话。',
|
|
1542
1542
|
'Context is almost full! Run /compress now or start /new to continue.':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vivekmind",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Open-source terminal AI agent with full AWS Bedrock support. Bring your own keys.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://code.vivekmind.com",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"bundled"
|
|
26
26
|
],
|
|
27
27
|
"config": {
|
|
28
|
-
"sandboxImageUri": "ghcr.io/lnxtanx/vivekmind-cli:0.
|
|
28
|
+
"sandboxImageUri": "ghcr.io/lnxtanx/vivekmind-cli:1.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {},
|
|
31
31
|
"optionalDependencies": {
|