@rdmind/rdmind 0.2.0-alpha.3 → 0.2.1-alpha.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/locales/en.js CHANGED
@@ -293,6 +293,13 @@ export default {
293
293
  'Show Citations': 'Show Citations',
294
294
  'Custom Witty Phrases': 'Custom Witty Phrases',
295
295
  'Enable Welcome Back': 'Enable Welcome Back',
296
+ 'Enable User Feedback': 'Enable User Feedback',
297
+ 'How is Qwen doing this session? (optional)':
298
+ 'How is Qwen doing this session? (optional)',
299
+ Bad: 'Bad',
300
+ Good: 'Good',
301
+ 'Not Sure Yet': 'Not Sure Yet',
302
+ 'Any other key': 'Any other key',
296
303
  'Disable Loading Phrases': 'Disable Loading Phrases',
297
304
  'Screen Reader Mode': 'Screen Reader Mode',
298
305
  'IDE Mode': 'IDE Mode',
package/locales/zh.js CHANGED
@@ -284,6 +284,12 @@ export default {
284
284
  'Show Citations': '显示引用',
285
285
  'Custom Witty Phrases': '自定义诙谐短语',
286
286
  'Enable Welcome Back': '启用欢迎回来',
287
+ 'Enable User Feedback': '启用用户反馈',
288
+ 'How is Qwen doing this session? (optional)': 'Qwen 这次表现如何?(可选)',
289
+ Bad: '不满意',
290
+ Good: '满意',
291
+ 'Not Sure Yet': '暂不评价',
292
+ 'Any other key': '任意其他键',
287
293
  'Disable Loading Phrases': '禁用加载短语',
288
294
  'Screen Reader Mode': '屏幕阅读器模式',
289
295
  'IDE Mode': 'IDE 模式',
@@ -901,11 +907,11 @@ export default {
901
907
  'Session Stats': '会话统计',
902
908
  'Model Usage': '模型使用情况',
903
909
  Reqs: '请求数',
904
- 'Input Tokens': '输入令牌',
905
- 'Output Tokens': '输出令牌',
910
+ 'Input Tokens': '输入 token 数',
911
+ 'Output Tokens': '输出 token 数',
906
912
  'Savings Highlight:': '节省亮点:',
907
913
  'of input tokens were served from the cache, reducing costs.':
908
- '的输入令牌来自缓存,降低了成本',
914
+ '从缓存载入 token ,降低了成本',
909
915
  'Tip: For a full token breakdown, run `/stats model`.':
910
916
  '提示:要查看完整的令牌明细,请运行 `/stats model`',
911
917
  'Model Stats For Nerds': '模型统计(技术细节)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.0-alpha.3",
3
+ "version": "0.2.1-alpha.0",
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.2.0-alpha.3"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.1-alpha.0"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
@@ -1,6 +1,6 @@
1
1
  dependencies:
2
- sns-idls/base: 1.1.7 # 依赖sns-idls/base项目,tag为1.1.7
2
+ sns-idls/base: 1.1.7 # 依赖sns-idls/base项目,tag为1.1.7
3
3
  build:
4
4
  go:
5
- enabled: false # 是否开启go编译 [gosdk](https://wiki.xiaohongshu.com/pages/viewpage.action?pageId=43487207)
6
- recurse: true # 是否递归编译引用的thrift文件(默认会将com.xiaohongshu.infra.rpc.base包删除)
5
+ enabled: false # 是否开启go编译 [gosdk](https://wiki.xiaohongshu.com/pages/viewpage.action?pageId=43487207)
6
+ recurse: true # 是否递归编译引用的thrift文件(默认会将com.xiaohongshu.infra.rpc.base包删除)