mocode-ai 1.3.3 → 1.3.4

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.
@@ -106,7 +106,7 @@ const zhCN = {
106
106
  'prompt.revertFiles': '撤销文件改动{detail}',
107
107
  'prompt.revertDetail': '({count} 个文件恢复到回滚前)',
108
108
  'prompt.messagesOnly': '只撤销消息,保留文件改动',
109
- 'prompt.emptyPlaceholder': '输入需求,按 Enter 开始干活;输入 /help 查看所有命令…',
109
+ 'prompt.emptyPlaceholder': '输入需求,按 Enter 开始干活;输入 Ctrl+G 打开输入面板',
110
110
  'prompt.confirmSendHint': '再按一次 Enter 发送 · 其它键继续编辑',
111
111
  'composer.title': '输入面板',
112
112
  'composer.pos': '{row}/{total} 行 · {col} 列 · {chars} 字',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocode-ai",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "终端编码 agent:LLM + tool-call 循环 + 流式输出(含思考)+ 16 个工具,接任意 OpenAI 兼容后端。",
5
5
  "type": "module",
6
6
  "bin": {