thoth-agents 0.1.1 → 0.1.2

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/cli/index.js CHANGED
@@ -669,7 +669,7 @@ var DEFAULT_MODELS = {
669
669
  };
670
670
  var DEFAULT_TIMEOUT_MS = 2 * 60 * 1e3;
671
671
  var MAX_POLL_TIME_MS = 5 * 60 * 1e3;
672
- var DEFAULT_THOTH_COMMAND = ["pnpm", "dlx", "thoth-mem@latest"];
672
+ var DEFAULT_THOTH_COMMAND = ["npx", "-y", "thoth-mem"];
673
673
 
674
674
  // src/config/loader.ts
675
675
  import * as fs from "fs";
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var DEFAULT_MODELS = {
26
26
  var POLL_INTERVAL_BACKGROUND_MS = 2e3;
27
27
  var DEFAULT_TIMEOUT_MS = 2 * 60 * 1e3;
28
28
  var MAX_POLL_TIME_MS = 5 * 60 * 1e3;
29
- var DEFAULT_THOTH_COMMAND = ["pnpm", "dlx", "thoth-mem@latest"];
29
+ var DEFAULT_THOTH_COMMAND = ["npx", "-y", "thoth-mem"];
30
30
 
31
31
  // src/config/loader.ts
32
32
  import * as fs from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thoth-agents",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",