@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clwnd/opencode",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "clwnd for opencode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",