@lotagate/cli 0.1.12 → 0.1.13
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -244,7 +244,7 @@ lotagate goal pause <session-id>
|
|
|
244
244
|
lotagate goal resume <session-id>
|
|
245
245
|
~~~
|
|
246
246
|
|
|
247
|
-
Trusted agents can delegate bounded research or explicitly scoped worker tasks to subagents.
|
|
247
|
+
Trusted agents can proactively delegate bounded independent research or explicitly scoped worker tasks to subagents when a request benefits from parallel work. The parent agent remains responsible for integration, verification, and the final response; child agents cannot create unrestricted nested work, and a safety-limit stop returns a resumable handoff rather than silently continuing. Long-running agent runs automatically compact their context between model/tool iterations at the configured context threshold while preserving a durable summary for resumed sessions.
|
|
248
248
|
|
|
249
249
|
## Supported hosts
|
|
250
250
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lotagate/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "Enterprise-grade terminal client for LotaGate AI agents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"tiktoken": "^1.0.22"
|
|
70
70
|
},
|
|
71
71
|
"optionalDependencies": {
|
|
72
|
-
"@lotagate/cli-native-linux-arm64-gnu": "0.1.
|
|
73
|
-
"@lotagate/cli-native-linux-x64-gnu": "0.1.
|
|
74
|
-
"@lotagate/cli-native-macos-arm64": "0.1.
|
|
75
|
-
"@lotagate/cli-native-macos-x64": "0.1.
|
|
76
|
-
"@lotagate/cli-native-windows-arm64": "0.1.
|
|
77
|
-
"@lotagate/cli-native-windows-x64": "0.1.
|
|
72
|
+
"@lotagate/cli-native-linux-arm64-gnu": "0.1.13",
|
|
73
|
+
"@lotagate/cli-native-linux-x64-gnu": "0.1.13",
|
|
74
|
+
"@lotagate/cli-native-macos-arm64": "0.1.13",
|
|
75
|
+
"@lotagate/cli-native-macos-x64": "0.1.13",
|
|
76
|
+
"@lotagate/cli-native-windows-arm64": "0.1.13",
|
|
77
|
+
"@lotagate/cli-native-windows-x64": "0.1.13"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@eslint/js": "9.39.5",
|