staklink 0.3.20 → 0.3.21
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/proxy-server.cjs +4 -2
- package/dist/staklink-cli.cjs +1 -1
- package/package.json +1 -1
package/dist/proxy-server.cjs
CHANGED
|
@@ -33935,7 +33935,7 @@ var SSEManager = class {
|
|
|
33935
33935
|
var sseManager = new SSEManager();
|
|
33936
33936
|
|
|
33937
33937
|
// src/proxy/version.ts
|
|
33938
|
-
var VERSION = "0.3.
|
|
33938
|
+
var VERSION = "0.3.21";
|
|
33939
33939
|
|
|
33940
33940
|
// node_modules/uuid/dist/esm/stringify.js
|
|
33941
33941
|
var byteToHex = [];
|
|
@@ -34097,7 +34097,9 @@ var path8 = __toESM(require("path"), 1);
|
|
|
34097
34097
|
var SYSTEM_SUFFIX = `
|
|
34098
34098
|
You can ignore the .pod-config directory if you see it, its just config stuff
|
|
34099
34099
|
|
|
34100
|
-
The actual dev server is being run with pm2... so you can use pm2 logs to see dev logs. Other processes (such as DB) are being run with docker.
|
|
34100
|
+
The actual dev server is being run with pm2... so you can use pm2 logs to see dev logs. Don't try to start the dev server again if its already running in pm2! Other processes (such as DB) are being run with docker.
|
|
34101
|
+
|
|
34102
|
+
Don't try to write summaries or docs in .md file unless specifically asked to! Default to output text response to the user.
|
|
34101
34103
|
`;
|
|
34102
34104
|
|
|
34103
34105
|
// src/agent/goose.ts
|
package/dist/staklink-cli.cjs
CHANGED
|
@@ -10905,7 +10905,7 @@ var glob = Object.assign(glob_, {
|
|
|
10905
10905
|
glob.glob = glob;
|
|
10906
10906
|
|
|
10907
10907
|
// src/proxy/version.ts
|
|
10908
|
-
var VERSION = "0.3.
|
|
10908
|
+
var VERSION = "0.3.21";
|
|
10909
10909
|
|
|
10910
10910
|
// src/cli.ts
|
|
10911
10911
|
var STAKLINK_PROXY = "staklink-proxy";
|