traderclaw-cli 1.0.133 → 1.0.134
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.
|
@@ -1160,14 +1160,14 @@ function mergePluginsAllowlist(modeConfig, configPath = CONFIG_FILE) {
|
|
|
1160
1160
|
function traderCronPrescriptiveJobs(agentId) {
|
|
1161
1161
|
return [
|
|
1162
1162
|
{
|
|
1163
|
-
id: "alpha-
|
|
1164
|
-
schedule: "
|
|
1163
|
+
id: "alpha-stream-resubscribe",
|
|
1164
|
+
schedule: "*/20 * * * *",
|
|
1165
1165
|
agentId,
|
|
1166
1166
|
message:
|
|
1167
|
-
"CRON_JOB:
|
|
1167
|
+
"CRON_JOB: alpha_stream_resubscribe\n\nKeep alpha WebSocket subscription healthy. solana_runtime_status — if subscribed is false: solana_alpha_subscribe. If subscribed but ingestionStale: solana_alpha_subscribe force:true (zombie heal). Else: reply ALPHA_KEEPALIVE_OK.",
|
|
1168
1168
|
thinking: false,
|
|
1169
1169
|
lightContext: true,
|
|
1170
|
-
delivery: { mode: "
|
|
1170
|
+
delivery: { mode: "none" },
|
|
1171
1171
|
enabled: true,
|
|
1172
1172
|
},
|
|
1173
1173
|
{
|
|
@@ -1344,7 +1344,7 @@ function configureGatewayScheduling(modeConfig, configPath = CONFIG_FILE) {
|
|
|
1344
1344
|
|
|
1345
1345
|
const mainAgent = isV2 ? "cto" : "main";
|
|
1346
1346
|
|
|
1347
|
-
/**
|
|
1347
|
+
/** Prescriptive managed cron presets (including alpha stream keepalive); v2 assigns the same set to the CTO agent. */
|
|
1348
1348
|
const targetJobs = traderCronPrescriptiveJobs(mainAgent);
|
|
1349
1349
|
|
|
1350
1350
|
let removedLegacyCronJobs = false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "traderclaw-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.134",
|
|
4
4
|
"description": "Global TraderClaw CLI (install --wizard, setup, precheck). Installs solana-traderclaw as a dependency for OpenClaw plugin files.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"node": ">=22"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"solana-traderclaw": "^1.0.
|
|
20
|
+
"solana-traderclaw": "^1.0.134"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"traderclaw",
|