thoth-agents 0.1.7 → 0.1.8

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
@@ -2966,7 +2966,7 @@ import {
2966
2966
  createMessageConnection,
2967
2967
  StreamMessageReader,
2968
2968
  StreamMessageWriter
2969
- } from "vscode-jsonrpc/node";
2969
+ } from "vscode-jsonrpc/node.js";
2970
2970
 
2971
2971
  // src/tools/lsp/config.ts
2972
2972
  import { existsSync as existsSync7 } from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thoth-agents",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Delegate-first OpenCode plugin with seven agents, thoth-mem persistence, and bundled SDD skills.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",