@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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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: "
|
|
58039
|
+
reason: "resident session gated until multi-turn behavior proven"
|
|
58040
58040
|
} : {
|
|
58041
58041
|
status: "unsupported",
|
|
58042
58042
|
transport: null,
|
|
58043
|
-
reason: "
|
|
58043
|
+
reason: "stream-json interface not detected on this runner"
|
|
58044
58044
|
}
|
|
58045
58045
|
};
|
|
58046
58046
|
}
|