@hmharness/agent 0.4.3 → 0.4.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.
- package/dist/i18n.d.ts +0 -1
- package/dist/i18n.js +2 -4
- package/package.json +5 -5
package/dist/i18n.d.ts
CHANGED
package/dist/i18n.js
CHANGED
|
@@ -55,9 +55,8 @@ const zh = {
|
|
|
55
55
|
tuiScrolled: '↑ 已上滚 · PgDn/End/滚轮 回底',
|
|
56
56
|
tuiWebHint: '浏览器界面: 在另一个终端运行 hmh web --port=7788',
|
|
57
57
|
updateHint: (latest) => `新版本 ${latest} 可用: npm i -g @hmharness/cli 更新`,
|
|
58
|
-
cmdResume: '恢复历史会话(/resume
|
|
58
|
+
cmdResume: '恢复历史会话(/resume 打开选择器,↑↓ 选择,Enter 载入;输入 id 前缀过滤)',
|
|
59
59
|
cmdResumeNone: '还没有历史会话',
|
|
60
|
-
cmdResumeHint: '输入 /resume <上面的 id 前缀> 载入该会话继续对话',
|
|
61
60
|
cmdResumeNotFound: (p) => `没有匹配 "${p}" 的会话`,
|
|
62
61
|
cmdResumeLoaded: (n) => `已恢复会话(${n} 条消息),直接输入内容继续对话`,
|
|
63
62
|
tuiRadarScanning: '雷达扫描中…',
|
|
@@ -150,9 +149,8 @@ const en = {
|
|
|
150
149
|
tuiScrolled: '↑ scrolled up · PgDn/End/wheel back to bottom',
|
|
151
150
|
tuiWebHint: 'web UI: run hmh web --port=7788 in another terminal',
|
|
152
151
|
updateHint: (latest) => `version ${latest} available - update with: npm i -g @hmharness/cli`,
|
|
153
|
-
cmdResume: 'resume a past session (/resume
|
|
152
|
+
cmdResume: 'resume a past session (/resume opens the picker; arrows + Enter, type an id prefix to filter)',
|
|
154
153
|
cmdResumeNone: 'no past sessions yet',
|
|
155
|
-
cmdResumeHint: 'type /resume <an id prefix above> to load that session',
|
|
156
154
|
cmdResumeNotFound: (p) => `no session matches "${p}"`,
|
|
157
155
|
cmdResumeLoaded: (n) => `session resumed (${n} messages) - just type to continue`,
|
|
158
156
|
tuiRadarScanning: 'scanning radar…',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmharness/agent",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "hmharness agent execution layer: base tools, system prompt, sub-agent spawn, and the shared task runner that frontends (cli, web) drive.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"build": "tsc -p tsconfig.build.json"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@hmharness/kernel": "0.4.
|
|
19
|
-
"@hmharness/evolution": "0.4.
|
|
20
|
-
"@hmharness/domain-harmony": "0.4.
|
|
21
|
-
"@hmharness/domain-ops": "0.4.
|
|
18
|
+
"@hmharness/kernel": "0.4.4",
|
|
19
|
+
"@hmharness/evolution": "0.4.4",
|
|
20
|
+
"@hmharness/domain-harmony": "0.4.4",
|
|
21
|
+
"@hmharness/domain-ops": "0.4.4"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|