@rosthq/cli 0.7.102 → 0.7.103

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/index.js CHANGED
@@ -58036,11 +58036,11 @@ async function probeClaude() {
58036
58036
  resident_session: streamJsonSupported ? {
58037
58037
  status: "prototype_gated",
58038
58038
  transport: "stream-json",
58039
- reason: "Claude CLI exposes stream-json I/O, but the long-lived resident session path remains explicitly gated until multi-turn subscription behavior is proven on a paired runner."
58039
+ reason: "resident session gated until multi-turn behavior proven"
58040
58040
  } : {
58041
58041
  status: "unsupported",
58042
58042
  transport: null,
58043
- reason: "Claude CLI on this runner does not expose the required stream-json I/O surface for a resident session prototype."
58043
+ reason: "stream-json interface not detected on this runner"
58044
58044
  }
58045
58045
  };
58046
58046
  }