staklink 0.4.16 → 0.4.17

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.
@@ -60927,7 +60927,7 @@ var SSEManager = class {
60927
60927
  var sseManager = new SSEManager();
60928
60928
 
60929
60929
  // src/proxy/version.ts
60930
- var VERSION = "0.4.16";
60930
+ var VERSION = "0.4.17";
60931
60931
 
60932
60932
  // node_modules/uuid/dist/esm/stringify.js
60933
60933
  var byteToHex = [];
@@ -141700,6 +141700,10 @@ function buildPushPrompt(opts) {
141700
141700
  "---"
141701
141701
  );
141702
141702
  }
141703
+ lines.push(
141704
+ "",
141705
+ "At the very end of your response, ONLY if you actually committed or pushed something, include a single-sentence summary of what you did wrapped in <message></message> tags. If there were no changes, do NOT include a message tag."
141706
+ );
141703
141707
  return lines.join("\n");
141704
141708
  }
141705
141709
  async function handleAgentPush(req, res) {
@@ -11004,7 +11004,7 @@ var glob = Object.assign(glob_, {
11004
11004
  glob.glob = glob;
11005
11005
 
11006
11006
  // src/proxy/version.ts
11007
- var VERSION = "0.4.16";
11007
+ var VERSION = "0.4.17";
11008
11008
 
11009
11009
  // src/deps.ts
11010
11010
  var import_child_process = require("child_process");
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.4.16",
5
+ "version": "0.4.17",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {