@protolabsai/proto 0.26.13 → 0.26.17
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 +33 -21
- package/cli.js +2638 -2274
- package/locales/de.js +1 -1
- package/locales/pt.js +1 -1
- package/locales/ru.js +1 -1
- package/locales/zh.js +1 -1
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -305,7 +305,7 @@ export default {
|
|
|
305
305
|
'Custom Witty Phrases': 'Benutzerdefinierte Witzige Sprüche',
|
|
306
306
|
'Show Welcome Back Dialog': 'Willkommen-zurück-Dialog anzeigen',
|
|
307
307
|
'Enable User Feedback': 'Benutzerfeedback aktivieren',
|
|
308
|
-
'How is
|
|
308
|
+
'How is proto doing this session? (optional)':
|
|
309
309
|
'Wie macht sich Qwen in dieser Sitzung? (optional)',
|
|
310
310
|
Bad: 'Schlecht',
|
|
311
311
|
Fine: 'In Ordnung',
|
package/locales/pt.js
CHANGED
|
@@ -330,7 +330,7 @@ export default {
|
|
|
330
330
|
'Custom Witty Phrases': 'Frases de Efeito Personalizadas',
|
|
331
331
|
'Show Welcome Back Dialog': 'Mostrar Diálogo de Bem-vindo de Volta',
|
|
332
332
|
'Enable User Feedback': 'Ativar Feedback do Usuário',
|
|
333
|
-
'How is
|
|
333
|
+
'How is proto doing this session? (optional)':
|
|
334
334
|
'Como o Qwen está se saindo nesta sessão? (opcional)',
|
|
335
335
|
Bad: 'Ruim',
|
|
336
336
|
Fine: 'Bom',
|
package/locales/ru.js
CHANGED
|
@@ -328,7 +328,7 @@ export default {
|
|
|
328
328
|
'Custom Witty Phrases': 'Пользовательские остроумные фразы',
|
|
329
329
|
'Show Welcome Back Dialog': 'Показывать диалог приветствия',
|
|
330
330
|
'Enable User Feedback': 'Включить отзывы пользователей',
|
|
331
|
-
'How is
|
|
331
|
+
'How is proto doing this session? (optional)':
|
|
332
332
|
'Как дела у Qwen в этой сессии? (необязательно)',
|
|
333
333
|
Bad: 'Плохо',
|
|
334
334
|
Fine: 'Нормально',
|
package/locales/zh.js
CHANGED
|
@@ -374,7 +374,7 @@ export default {
|
|
|
374
374
|
'Custom Witty Phrases': '自定义诙谐短语',
|
|
375
375
|
'Show Welcome Back Dialog': '显示欢迎回来对话框',
|
|
376
376
|
'Enable User Feedback': '启用用户反馈',
|
|
377
|
-
'How is
|
|
377
|
+
'How is proto doing this session? (optional)': 'Qwen 这次表现如何?(可选)',
|
|
378
378
|
Bad: '不满意',
|
|
379
379
|
Fine: '还行',
|
|
380
380
|
Good: '满意',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.17",
|
|
4
4
|
"description": "proto - AI-powered coding agent",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bundled"
|
|
22
22
|
],
|
|
23
23
|
"config": {
|
|
24
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.26.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.26.17"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|