@automatalabs/workflows 0.57.0 → 0.57.1
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/mcp-server.js +1 -1
- package/package.json +4 -4
package/dist/mcp-server.js
CHANGED
|
@@ -34207,7 +34207,7 @@ var DEFAULT_REQUEST_STATE_CODEC = createRequestStateCodec({
|
|
|
34207
34207
|
bind: (ctx) => ctx.mcpReq.method
|
|
34208
34208
|
});
|
|
34209
34209
|
var require2 = createRequire(import.meta.url);
|
|
34210
|
-
var SERVER_VERSION = true ? "0.37.
|
|
34210
|
+
var SERVER_VERSION = true ? "0.37.1" : require2("../package.json").version;
|
|
34211
34211
|
var SERVER_INSTRUCTIONS = [
|
|
34212
34212
|
"This server exposes three model-facing tools for authoring and orchestrating multi-agent work. workflow and repl spawn subagents over the same ACP backends \u2014 the registry built-ins Claude, Codex, OpenCode, and pi, plus any registered custom agents \u2014 and key their durable state by an absolute projectDir (required on the shared daemon; defaults to the server's own project in single-project mode). Backend credentials come from each agent's own login (claude, codex, opencode, pi), so there is nothing auth-shaped to configure here.",
|
|
34213
34213
|
'\u2022 docs \u2014 SELECTIVE VERSION-MATCHED REFERENCE. Omit topic or use topic:"index" for the bounded catalog, then read exactly one workflow/* or repl/* topic. It embeds the selected text/markdown resource, runs no code, opens no backend, and needs no projectDir. Use it when the compact tool descriptions do not contain enough syntax or lifecycle detail.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automatalabs/workflows",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=22"
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"typebox": "1.3.2",
|
|
34
|
-
"@automatalabs/repl-engine": "0.4.
|
|
35
|
-
"@automatalabs/workflow-engine": "0.41.0",
|
|
34
|
+
"@automatalabs/repl-engine": "0.4.11",
|
|
36
35
|
"@automatalabs/shared-types": "0.33.0",
|
|
37
|
-
"@automatalabs/
|
|
36
|
+
"@automatalabs/workflow-engine": "0.41.0",
|
|
37
|
+
"@automatalabs/acp-agents": "0.42.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"esbuild": "^0.28.1"
|