@schoolai/shipyard-mcp 0.3.2-next.540 → 0.3.2-next.544
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/apps/hook/dist/index.cjs
CHANGED
|
@@ -42694,7 +42694,8 @@ var LocalDiffCommentSchema = external_exports.object({
|
|
|
42694
42694
|
createdAt: external_exports.number(),
|
|
42695
42695
|
baseRef: external_exports.string(),
|
|
42696
42696
|
resolved: external_exports.boolean().optional(),
|
|
42697
|
-
lineContentHash: external_exports.string().optional()
|
|
42697
|
+
lineContentHash: external_exports.string().optional(),
|
|
42698
|
+
machineId: external_exports.string().optional()
|
|
42698
42699
|
});
|
|
42699
42700
|
var GitHubArtifactParseSchema = external_exports.object({
|
|
42700
42701
|
id: external_exports.string(),
|
|
@@ -821,7 +821,8 @@ var LocalDiffCommentSchema = z.object({
|
|
|
821
821
|
createdAt: z.number(),
|
|
822
822
|
baseRef: z.string(),
|
|
823
823
|
resolved: z.boolean().optional(),
|
|
824
|
-
lineContentHash: z.string().optional()
|
|
824
|
+
lineContentHash: z.string().optional(),
|
|
825
|
+
machineId: z.string().optional()
|
|
825
826
|
});
|
|
826
827
|
function createLinkedPR(params) {
|
|
827
828
|
const linkedPR = {
|
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
tryAcquireHubLock,
|
|
60
60
|
uploadArtifact,
|
|
61
61
|
webConfig
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-UN2EIC2Y.js";
|
|
63
63
|
import {
|
|
64
64
|
logger
|
|
65
65
|
} from "./chunk-HFZCBGQ3.js";
|
|
@@ -3269,7 +3269,7 @@ async function setupReviewNotification(taskId, pollIntervalSeconds) {
|
|
|
3269
3269
|
return { script, fullResponse: text };
|
|
3270
3270
|
}
|
|
3271
3271
|
async function requestUserInput(opts) {
|
|
3272
|
-
const { InputRequestManager } = await import("./input-request-manager-
|
|
3272
|
+
const { InputRequestManager } = await import("./input-request-manager-SGOTLMNW.js");
|
|
3273
3273
|
const ydoc = await getOrCreateDoc(PLAN_INDEX_DOC_NAME);
|
|
3274
3274
|
const manager = new InputRequestManager();
|
|
3275
3275
|
if ("questions" in opts && opts.questions) {
|