@wendongfly/myhi 1.0.18 → 1.0.19

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 (2) hide show
  1. package/dist/chat.html +1 -1
  2. package/package.json +1 -1
package/dist/chat.html CHANGED
@@ -1055,7 +1055,7 @@
1055
1055
 
1056
1056
  if (currentSession?.mode === 'agent') {
1057
1057
  const prompt = imgPath
1058
- ? `请直接用 Read 工具读取图片 ${imgPath} 并分析,不要搜索其他文件。${userText || '描述图片内容'}`
1058
+ ? `用户上传了一张图片,路径是 ${imgPath},请用 Read 工具读取这张图片。用户的要求是:${userText || '描述图片内容'}`
1059
1059
  : text;
1060
1060
  socket.emit('agent:query', { prompt });
1061
1061
  showThinking();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wendongfly/myhi",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Web-based terminal sharing with chat UI — control your terminal from phone via LAN/Tailscale",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",