chatroom-cli 1.88.0 → 1.88.1
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 +1 -5
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30206,7 +30206,6 @@ var init_cursor_sdk_stream_adapter = __esm(() => {
|
|
|
30206
30206
|
break;
|
|
30207
30207
|
}
|
|
30208
30208
|
case "thinking":
|
|
30209
|
-
this.writeLine(formatAgentLogLine(this.logPrefix, "thinking", message.text));
|
|
30210
30209
|
break;
|
|
30211
30210
|
case "system":
|
|
30212
30211
|
if (message.subtype === "init") {
|
|
@@ -82379,9 +82378,6 @@ class CursorSdkSession {
|
|
|
82379
82378
|
}
|
|
82380
82379
|
break;
|
|
82381
82380
|
case "thinking":
|
|
82382
|
-
if (message.text) {
|
|
82383
|
-
this.emitDelta(messageId, message.text, "reasoning");
|
|
82384
|
-
}
|
|
82385
82381
|
break;
|
|
82386
82382
|
case "status":
|
|
82387
82383
|
case "system":
|
|
@@ -114599,4 +114595,4 @@ program2.hook("preAction", async (_thisCommand, actionCommand) => {
|
|
|
114599
114595
|
});
|
|
114600
114596
|
program2.parse();
|
|
114601
114597
|
|
|
114602
|
-
//# debugId=
|
|
114598
|
+
//# debugId=680D1C1C0E89ACFA64756E2164756E21
|