@hachej/boring-agent 0.1.79 → 0.1.81
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/{chunk-X4WT3TPU.js → chunk-24VL7G32.js} +9 -2
- package/dist/{chunk-LCEBDU6G.js → chunk-2AVRA73A.js} +13 -7
- package/dist/{chunk-P23XFC4W.js → chunk-3RSYCAHO.js} +1 -1
- package/dist/{chunk-RFHSFIHF.js → chunk-I7JNWIYM.js} +585 -96
- package/dist/{chunk-Q42DWR3T.js → chunk-S2HYQYJP.js} +3 -1
- package/dist/{chunk-YVON2BHN.js → chunk-YV6D7GCQ.js} +10 -0
- package/dist/core/index.d.ts +5 -4
- package/dist/core/index.js +2 -2
- package/dist/{createHarness-XHMR3QN3.js → createHarness-4VZW2XEV.js} +2 -2
- package/dist/front/index.d.ts +1 -1
- package/dist/front/index.js +2 -2
- package/dist/{harness-DD0zj704.d.ts → harness-If4r1n-K.d.ts} +8 -2
- package/dist/{piChatEvent-D0yuLiJh.d.ts → piChatEvent-DtqYMcID.d.ts} +23 -14
- package/dist/server/index.d.ts +103 -19
- package/dist/server/index.js +10 -6
- package/dist/server/worker/index.js +6 -6
- package/dist/shared/index.d.ts +285 -25
- package/dist/shared/index.js +173 -3
- package/dist/{workspaceAgentDispatcher-D3ZEBsH1.d.ts → workspaceAgentDispatcher-BbNd3y7u.d.ts} +6 -3
- package/docs/ERROR_CODES.md +3 -0
- package/package.json +2 -2
package/dist/server/index.js
CHANGED
|
@@ -34,6 +34,7 @@ import {
|
|
|
34
34
|
createRemoteWorkerModeAdapter,
|
|
35
35
|
createRemoteWorkerSandbox,
|
|
36
36
|
createRemoteWorkerWorkspace,
|
|
37
|
+
createResolvedAgentDigest,
|
|
37
38
|
createVercelDeploymentSnapshotProvider,
|
|
38
39
|
createVercelProvisioningAdapter,
|
|
39
40
|
createVercelSandboxWorkspace,
|
|
@@ -50,13 +51,14 @@ import {
|
|
|
50
51
|
provisionRuntimeWorkspace,
|
|
51
52
|
provisionWorkspaceRuntime,
|
|
52
53
|
registerAgentRoutes,
|
|
54
|
+
resolveAgentDeployment,
|
|
53
55
|
resolveMode,
|
|
54
56
|
resolveSandboxHandle
|
|
55
|
-
} from "../chunk-
|
|
56
|
-
import "../chunk-
|
|
57
|
-
import "../chunk-
|
|
57
|
+
} from "../chunk-I7JNWIYM.js";
|
|
58
|
+
import "../chunk-S2HYQYJP.js";
|
|
59
|
+
import "../chunk-2AVRA73A.js";
|
|
58
60
|
import "../chunk-WSQ5QNIY.js";
|
|
59
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-3RSYCAHO.js";
|
|
60
62
|
import {
|
|
61
63
|
PI_PACKAGE_RESOURCE_FILTERS,
|
|
62
64
|
compactPiPackages,
|
|
@@ -64,9 +66,9 @@ import {
|
|
|
64
66
|
createResourceSettingsManager,
|
|
65
67
|
mergePiPackageSources,
|
|
66
68
|
piPackageSourceKey
|
|
67
|
-
} from "../chunk-
|
|
69
|
+
} from "../chunk-24VL7G32.js";
|
|
68
70
|
import "../chunk-AQBXNPMD.js";
|
|
69
|
-
import "../chunk-
|
|
71
|
+
import "../chunk-YV6D7GCQ.js";
|
|
70
72
|
export {
|
|
71
73
|
AgentDirectoryCompilerError,
|
|
72
74
|
FileHandleStore,
|
|
@@ -107,6 +109,7 @@ export {
|
|
|
107
109
|
createRemoteWorkerModeAdapter,
|
|
108
110
|
createRemoteWorkerSandbox,
|
|
109
111
|
createRemoteWorkerWorkspace,
|
|
112
|
+
createResolvedAgentDigest,
|
|
110
113
|
createResourceSettingsManager,
|
|
111
114
|
createVercelDeploymentSnapshotProvider,
|
|
112
115
|
createVercelProvisioningAdapter,
|
|
@@ -126,6 +129,7 @@ export {
|
|
|
126
129
|
provisionRuntimeWorkspace,
|
|
127
130
|
provisionWorkspaceRuntime,
|
|
128
131
|
registerAgentRoutes,
|
|
132
|
+
resolveAgentDeployment,
|
|
129
133
|
resolveMode,
|
|
130
134
|
resolveSandboxHandle
|
|
131
135
|
};
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
constantTimeTokenEqual,
|
|
5
5
|
createBwrapSandbox,
|
|
6
6
|
createNodeWorkspace
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-I7JNWIYM.js";
|
|
8
|
+
import "../../chunk-S2HYQYJP.js";
|
|
9
|
+
import "../../chunk-2AVRA73A.js";
|
|
10
10
|
import "../../chunk-WSQ5QNIY.js";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-3RSYCAHO.js";
|
|
12
|
+
import "../../chunk-24VL7G32.js";
|
|
13
13
|
import "../../chunk-AQBXNPMD.js";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-YV6D7GCQ.js";
|
|
15
15
|
|
|
16
16
|
// src/server/worker/index.ts
|
|
17
17
|
import Fastify from "fastify";
|