min-agent 0.7.4 → 0.7.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/cli.js +285 -262
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -66,7 +66,7 @@ Type `/` to open the command menu; **↑/↓** selects. On an empty input, **↑
66
66
  | `/attach` · `/mcp` · `/skills` | Attach an image · MCP servers · skills |
67
67
  | `/tokens` · `/help` | Usage & cost · all commands |
68
68
 
69
- Shortcuts: **Ctrl+C** clears input (press twice to exit) · **Ctrl+V** pastes an image · **Ctrl+B** copies selected text · click a tool or thinking block to expand it.
69
+ Shortcuts: **Ctrl+C** clears input (press twice to exit) · **Shift+Enter** / **Ctrl+J** inserts a newline · **Ctrl+V** pastes an image · **Ctrl+B** copies selected text · click a tool or thinking block to expand it.
70
70
 
71
71
  ## Staying in Control
72
72
 
@@ -170,7 +170,7 @@ min-agent --provider anthropic "..." # 为一条消息指定服务商
170
170
  | `/attach` · `/mcp` · `/skills` | 附加图片 · MCP 服务 · 技能 |
171
171
  | `/tokens` · `/help` | 用量与费用 · 全部命令 |
172
172
 
173
- 快捷键:**Ctrl+C** 清空输入(连按两次退出)· **Ctrl+V** 粘贴图片 · **Ctrl+B** 复制选中的文本 · 点击工具或思考块可展开收起。
173
+ 快捷键:**Ctrl+C** 清空输入(连按两次退出)· **Shift+Enter** / **Ctrl+J** 换行 · **Ctrl+V** 粘贴图片 · **Ctrl+B** 复制选中的文本 · 点击工具或思考块可展开收起。
174
174
 
175
175
  ## 掌控风险
176
176