staklink 0.3.71 → 0.3.72

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.
@@ -61229,7 +61229,7 @@ var SSEManager = class {
61229
61229
  var sseManager = new SSEManager();
61230
61230
 
61231
61231
  // src/proxy/version.ts
61232
- var VERSION = "0.3.71";
61232
+ var VERSION = "0.3.72";
61233
61233
 
61234
61234
  // node_modules/uuid/dist/esm/stringify.js
61235
61235
  var byteToHex = [];
@@ -61396,6 +61396,9 @@ The actual dev server is being run with pm2... so you can use pm2 logs to see de
61396
61396
  Don't try to write summaries or docs in .md file unless specifically asked to! Default to output text response to the user.
61397
61397
 
61398
61398
  Do not make branch / PR if not specifically asked to.
61399
+
61400
+ The repo being worked on may have extensive testing! If asked to test, try limit stdout logs and only pay attention to stderr logs. Something like this for exampe: "npm run test:unit 2>&1 > /dev/null | tail -n 20". We need to be smart about minimizing token usage during testing!
61401
+
61399
61402
  `;
61400
61403
 
61401
61404
  // node_modules/aieo/node_modules/zod/v4/classic/external.js
@@ -10967,7 +10967,7 @@ var glob = Object.assign(glob_, {
10967
10967
  glob.glob = glob;
10968
10968
 
10969
10969
  // src/proxy/version.ts
10970
- var VERSION = "0.3.71";
10970
+ var VERSION = "0.3.72";
10971
10971
 
10972
10972
  // src/cli.ts
10973
10973
  var STAKLINK_PROXY = "staklink-proxy";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "staklink",
3
3
  "displayName": "staklink",
4
4
  "description": "staklink process manager",
5
- "version": "0.3.71",
5
+ "version": "0.3.72",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {