@clwnd/opencode 0.3.0 → 0.3.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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -332,7 +332,7 @@ function parseToolResult(resultText) {
|
|
|
332
332
|
function defaultSocketPath() {
|
|
333
333
|
const runtime = process.env.XDG_RUNTIME_DIR;
|
|
334
334
|
if (runtime) return `${runtime}/clwnd/clwnd.sock`;
|
|
335
|
-
return "/tmp/clwnd.sock";
|
|
335
|
+
return "/tmp/clwnd/clwnd.sock";
|
|
336
336
|
}
|
|
337
337
|
var SOCK_PATH = (process.env.CLWND_SOCKET ?? defaultSocketPath()) + ".http";
|
|
338
338
|
function streamCall(msg) {
|