fix: ensure OneCLI agents exist for all groups on startup

This commit is contained in:
Guy Ben Aharon
2026-03-23 14:45:41 +02:00
committed by Guy Ben-Aharon
parent 7f6298a1bb
commit 2583af7ead
4 changed files with 34 additions and 21 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "nanoclaw",
"version": "1.2.21",
"dependencies": {
"@onecli-sh/sdk": "^0.1.6",
"@onecli-sh/sdk": "^0.2.0",
"better-sqlite3": "^11.8.1",
"cron-parser": "^5.5.0",
"pino": "^9.6.0",
@@ -788,9 +788,9 @@
}
},
"node_modules/@onecli-sh/sdk": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/@onecli-sh/sdk/-/sdk-0.1.6.tgz",
"integrity": "sha512-kqVg8BOI6kapJaQjpTLBv91DhdKNykuSZIUsfb1pH5puyNlShWlXw5DWwxRVmxBihBMaIm+JyN9VRJMrVKZ5vQ==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@onecli-sh/sdk/-/sdk-0.2.0.tgz",
"integrity": "sha512-u7PqWROEvTV9f0ADVkjigTrd2AZn3klbPrv7GGpeRHIJpjAxJUdlWqxr5kiGt6qTDKL8t3nq76xr4X2pxTiyBg==",
"license": "MIT",
"engines": {
"node": ">=20"