happy-coder 0.2.3-beta.0 → 0.2.3-beta.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.cjs +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1269,6 +1269,7 @@ async function claudeRemote(opts) {
|
|
|
1269
1269
|
}
|
|
1270
1270
|
}
|
|
1271
1271
|
};
|
|
1272
|
+
updateThinking(true);
|
|
1272
1273
|
try {
|
|
1273
1274
|
types$1.logger.debug(`[claudeRemote] Starting to iterate over response`);
|
|
1274
1275
|
for await (const message2 of response) {
|
|
@@ -2231,7 +2232,7 @@ async function loop(opts) {
|
|
|
2231
2232
|
}
|
|
2232
2233
|
|
|
2233
2234
|
var name = "happy-coder";
|
|
2234
|
-
var version = "0.2.3-beta.
|
|
2235
|
+
var version = "0.2.3-beta.1";
|
|
2235
2236
|
var description = "Claude Code session sharing CLI";
|
|
2236
2237
|
var author = "Kirill Dubovitskiy";
|
|
2237
2238
|
var license = "MIT";
|
package/dist/index.mjs
CHANGED
|
@@ -1248,6 +1248,7 @@ async function claudeRemote(opts) {
|
|
|
1248
1248
|
}
|
|
1249
1249
|
}
|
|
1250
1250
|
};
|
|
1251
|
+
updateThinking(true);
|
|
1251
1252
|
try {
|
|
1252
1253
|
logger.debug(`[claudeRemote] Starting to iterate over response`);
|
|
1253
1254
|
for await (const message2 of response) {
|
|
@@ -2210,7 +2211,7 @@ async function loop(opts) {
|
|
|
2210
2211
|
}
|
|
2211
2212
|
|
|
2212
2213
|
var name = "happy-coder";
|
|
2213
|
-
var version = "0.2.3-beta.
|
|
2214
|
+
var version = "0.2.3-beta.1";
|
|
2214
2215
|
var description = "Claude Code session sharing CLI";
|
|
2215
2216
|
var author = "Kirill Dubovitskiy";
|
|
2216
2217
|
var license = "MIT";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "happy-coder",
|
|
3
|
-
"version": "0.2.3-beta.
|
|
3
|
+
"version": "0.2.3-beta.1",
|
|
4
4
|
"description": "Claude Code session sharing CLI",
|
|
5
5
|
"author": "Kirill Dubovitskiy",
|
|
6
6
|
"license": "MIT",
|
|
@@ -89,4 +89,4 @@
|
|
|
89
89
|
"overrides": {
|
|
90
90
|
"whatwg-url": "14.2.0"
|
|
91
91
|
}
|
|
92
|
-
}
|
|
92
|
+
}
|