@reefclaw/connect 0.1.41 → 0.1.42
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.
|
@@ -355,6 +355,12 @@ export function startReadinessReporter(opts) {
|
|
|
355
355
|
publicApi: opts.publicApi,
|
|
356
356
|
toolCount: opts.toolCount,
|
|
357
357
|
resolveStopProtection: opts.resolveStopProtection,
|
|
358
|
+
// The dashboard's update banner reads these off EVERY post (boot and
|
|
359
|
+
// periodic). 0.1.28-0.1.29 received them here and dropped them, so
|
|
360
|
+
// every updated box posted agent:{} without a version and the banner
|
|
361
|
+
// went silent for it (found 2026-09-16 on the rig).
|
|
362
|
+
pluginVersion: opts.pluginVersion,
|
|
363
|
+
installChannel: opts.installChannel,
|
|
358
364
|
}, bootWarmup, { state });
|
|
359
365
|
await postReadiness(opts.apiBaseUrl, opts.token, report, fetchImpl, timeoutMs);
|
|
360
366
|
if (report.overall === 'fail') {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "reefclaw-paper-trading",
|
|
3
3
|
"name": "ReefClaw Trading",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.30",
|
|
5
5
|
"description": "Supervised trading plugin for the ReefClaw dashboard. It runs on YOUR machine and starts in PAPER mode with no API keys. It cannot trade real funds until you supply exchange credentials and step PAPER→MICRO_LIVE→LIVE yourself from the dashboard — the agent cannot make that change (the tool is refused without operator provenance). Exchange keys stay local, are used only to sign requests to the exchange, and are never transmitted to ReefClaw (asserted by a test in this package). Trading telemetry — positions, fills, decision journal — is sent to ReefClaw to render the dashboard. Every live position carries exchange-native protective stops. Remote updates to the agent's trading instructions are applied only after an Ed25519 signature is verified against a public key pinned in this build.",
|
|
6
6
|
"author": "ReefClaw",
|
|
7
7
|
"activation": {
|