staklink 0.5.2 → 0.5.3

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.
@@ -60988,7 +60988,7 @@ var SSEManager = class {
60988
60988
  var sseManager = new SSEManager();
60989
60989
 
60990
60990
  // src/proxy/version.ts
60991
- var VERSION = "0.5.2";
60991
+ var VERSION = "0.5.3";
60992
60992
 
60993
60993
  // node_modules/uuid/dist/esm/stringify.js
60994
60994
  var byteToHex = [];
@@ -147104,7 +147104,7 @@ async function handleAgentPush(req, res) {
147104
147104
  code.git_credentials
147105
147105
  );
147106
147106
  try {
147107
- const prompt = buildPushPrompt({
147107
+ const prompt = code.prompt || buildPushPrompt({
147108
147108
  repoPath,
147109
147109
  createPR,
147110
147110
  autoMerge,
@@ -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.5.2";
11007
+ var VERSION = "0.5.3";
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.5.2",
5
+ "version": "0.5.3",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {