@rdmind/rdmind 0.1.3-alpha.3 → 0.1.3-alpha.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/locales/en.js CHANGED
@@ -112,7 +112,6 @@ export default {
112
112
  'open full RDMind documentation in your browser',
113
113
  'Configuration not available.': 'Configuration not available.',
114
114
  'change the auth method': 'change the auth method',
115
- 'Show quit confirmation dialog': 'Show quit confirmation dialog',
116
115
  'Copy the last result or code snippet to clipboard':
117
116
  'Copy the last result or code snippet to clipboard',
118
117
 
@@ -701,18 +700,6 @@ export default {
701
700
  'A custom command wants to run the following shell commands:':
702
701
  'A custom command wants to run the following shell commands:',
703
702
 
704
- // ============================================================================
705
- // Dialogs - Quit Confirmation
706
- // ============================================================================
707
- 'What would you like to do before exiting?':
708
- 'What would you like to do before exiting?',
709
- 'Quit immediately (/quit)': 'Quit immediately (/quit)',
710
- 'Generate summary and quit (/summary)':
711
- 'Generate summary and quit (/summary)',
712
- 'Save conversation and quit (/chat save)':
713
- 'Save conversation and quit (/chat save)',
714
- 'Cancel (stay in application)': 'Cancel (stay in application)',
715
-
716
703
  // ============================================================================
717
704
  // Dialogs - Pro Quota
718
705
  // ============================================================================
package/locales/zh.js CHANGED
@@ -109,7 +109,6 @@ export default {
109
109
  '在浏览器中打开完整的 RDMind 文档',
110
110
  'Configuration not available.': '配置不可用',
111
111
  'change the auth method': '更改认证方法',
112
- 'Show quit confirmation dialog': '显示退出确认对话框',
113
112
  'Copy the last result or code snippet to clipboard':
114
113
  '将最后的结果或代码片段复制到剪贴板',
115
114
 
@@ -664,15 +663,6 @@ export default {
664
663
  'A custom command wants to run the following shell commands:':
665
664
  '自定义命令想要运行以下 shell 命令:',
666
665
 
667
- // ============================================================================
668
- // Dialogs - Quit Confirmation
669
- // ============================================================================
670
- 'What would you like to do before exiting?': '退出前您想要做什么?',
671
- 'Quit immediately (/quit)': '立即退出 (/quit)',
672
- 'Generate summary and quit (/summary)': '生成摘要并退出 (/summary)',
673
- 'Save conversation and quit (/chat save)': '保存对话并退出 (/chat save)',
674
- 'Cancel (stay in application)': '取消(留在应用程序中)',
675
-
676
666
  // ============================================================================
677
667
  // Dialogs - Pro Quota
678
668
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.1.3-alpha.3",
3
+ "version": "0.1.3-alpha.5",
4
4
  "description": "RDMind - AI-powered coding assistant",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -20,7 +20,7 @@
20
20
  "locales"
21
21
  ],
22
22
  "config": {
23
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.3-alpha.3"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.3-alpha.5"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"