@empiricalrun/test-gen 0.71.2 → 0.73.0
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/CHANGELOG.md +57 -0
- package/dist/agent/chat/agent-loop.d.ts +11 -9
- package/dist/agent/chat/agent-loop.d.ts.map +1 -1
- package/dist/agent/chat/agent-loop.js +20 -10
- package/dist/agent/chat/exports.d.ts +2 -2
- package/dist/agent/chat/exports.d.ts.map +1 -1
- package/dist/agent/chat/exports.js +6 -1
- package/dist/agent/chat/index.d.ts.map +1 -1
- package/dist/agent/chat/index.js +53 -28
- package/dist/agent/chat/prompt/index.d.ts +2 -2
- package/dist/agent/chat/prompt/index.d.ts.map +1 -1
- package/dist/agent/chat/prompt/index.js +5 -4
- package/dist/agent/chat/prompt/repo.d.ts +2 -2
- package/dist/agent/chat/prompt/repo.d.ts.map +1 -1
- package/dist/agent/chat/prompt/repo.js +20 -11
- package/dist/agent/chat/state.d.ts +2 -2
- package/dist/agent/chat/state.d.ts.map +1 -1
- package/dist/agent/chat/types.d.ts +0 -6
- package/dist/agent/chat/types.d.ts.map +1 -1
- package/dist/agent/chat/utils/tool-calls.d.ts +21 -0
- package/dist/agent/chat/utils/tool-calls.d.ts.map +1 -0
- package/dist/agent/chat/utils/tool-calls.js +64 -0
- package/dist/agent/chat/utils.d.ts +2 -4
- package/dist/agent/chat/utils.d.ts.map +1 -1
- package/dist/agent/chat/utils.js +5 -11
- package/dist/agent/code-review/prompt.d.ts +2 -0
- package/dist/agent/code-review/prompt.d.ts.map +1 -0
- package/dist/agent/code-review/prompt.js +19 -0
- package/dist/agent/codegen/create-test-block.d.ts.map +1 -1
- package/dist/agent/codegen/create-test-block.js +0 -10
- package/dist/agent/diagnosis-agent/index.d.ts.map +1 -1
- package/dist/agent/diagnosis-agent/index.js +0 -9
- package/dist/agent/master/browser-tests/index.spec.js +1 -1
- package/dist/agent/master/execute-browser-action.d.ts +1 -1
- package/dist/agent/master/execute-browser-action.d.ts.map +1 -1
- package/dist/agent/master/execute-skill-action.d.ts +1 -1
- package/dist/agent/master/execute-skill-action.d.ts.map +1 -1
- package/dist/agent/master/run.d.ts.map +1 -1
- package/dist/agent/master/run.js +0 -74
- package/dist/artifacts/index.d.ts.map +1 -1
- package/dist/artifacts/index.js +18 -6
- package/dist/artifacts/utils.d.ts +2 -2
- package/dist/artifacts/utils.d.ts.map +1 -1
- package/dist/artifacts/utils.js +16 -5
- package/dist/auth/cli-auth.d.ts.map +1 -1
- package/dist/auth/cli-auth.js +3 -7
- package/dist/auth/index.d.ts +1 -2
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +2 -4
- package/dist/auth/token-store.d.ts +1 -1
- package/dist/auth/token-store.d.ts.map +1 -1
- package/dist/auth/token-store.js +3 -3
- package/dist/bin/environments.d.ts +5 -1
- package/dist/bin/environments.d.ts.map +1 -1
- package/dist/bin/environments.js +76 -44
- package/dist/bin/index.js +33 -74
- package/dist/bin/setup.d.ts +3 -1
- package/dist/bin/setup.d.ts.map +1 -1
- package/dist/bin/setup.js +16 -20
- package/dist/dashboard/client.d.ts +26 -0
- package/dist/dashboard/client.d.ts.map +1 -0
- package/dist/dashboard/client.js +185 -0
- package/dist/dashboard/index.d.ts +3 -0
- package/dist/dashboard/index.d.ts.map +1 -0
- package/dist/dashboard/index.js +9 -0
- package/dist/dashboard/totp.d.ts +2 -0
- package/dist/dashboard/totp.d.ts.map +1 -0
- package/dist/dashboard/totp.js +14 -0
- package/dist/dashboard/types.d.ts +9 -0
- package/dist/dashboard/types.d.ts.map +1 -0
- package/dist/dashboard/types.js +17 -0
- package/dist/file-info/file-system.d.ts +3 -0
- package/dist/file-info/file-system.d.ts.map +1 -0
- package/dist/{utils/file-tree.js → file-info/file-system.js} +2 -8
- package/dist/file-info/github.d.ts +3 -0
- package/dist/file-info/github.d.ts.map +1 -0
- package/dist/file-info/github.js +107 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -9
- package/dist/recorder/env-variables.d.ts.map +1 -1
- package/dist/recorder/env-variables.js +3 -7
- package/dist/recorder/index.js +5 -5
- package/dist/recorder/request.js +4 -9
- package/dist/recorder/upload.d.ts +3 -2
- package/dist/recorder/upload.d.ts.map +1 -1
- package/dist/recorder/upload.js +20 -22
- package/dist/tools/commit-and-create-pr.d.ts.map +1 -1
- package/dist/tools/commit-and-create-pr.js +44 -37
- package/dist/tools/definitions/run-test.d.ts +23 -0
- package/dist/tools/definitions/run-test.d.ts.map +1 -0
- package/dist/tools/definitions/run-test.js +28 -0
- package/dist/tools/definitions/str_replace_editor.d.ts +3 -0
- package/dist/tools/definitions/str_replace_editor.d.ts.map +1 -0
- package/dist/tools/definitions/str_replace_editor.js +74 -0
- package/dist/tools/definitions/test-gen-browser.d.ts +26 -0
- package/dist/tools/definitions/test-gen-browser.d.ts.map +1 -0
- package/dist/tools/definitions/test-gen-browser.js +88 -0
- package/dist/tools/delete-file.d.ts +3 -0
- package/dist/tools/delete-file.d.ts.map +1 -0
- package/dist/tools/delete-file.js +83 -0
- package/dist/tools/diagnosis-fetcher.d.ts.map +1 -1
- package/dist/tools/diagnosis-fetcher.js +3 -7
- package/dist/tools/executor/index.d.ts +24 -0
- package/dist/tools/executor/index.d.ts.map +1 -0
- package/dist/{tool-call-service → tools/executor}/index.js +38 -58
- package/dist/tools/executor/utils/checkpoint.d.ts +7 -0
- package/dist/tools/executor/utils/checkpoint.d.ts.map +1 -0
- package/dist/{utils → tools/executor/utils}/checkpoint.js +6 -5
- package/dist/{utils → tools/executor/utils}/git.d.ts +7 -12
- package/dist/tools/executor/utils/git.d.ts.map +1 -0
- package/dist/{utils → tools/executor/utils}/git.js +11 -36
- package/dist/tools/executor/utils/index.d.ts +77 -0
- package/dist/tools/executor/utils/index.d.ts.map +1 -0
- package/dist/tools/executor/utils/index.js +121 -0
- package/dist/tools/executor/utils/pr-description.d.ts +4 -0
- package/dist/tools/executor/utils/pr-description.d.ts.map +1 -0
- package/dist/tools/executor/utils/pr-description.js +24 -0
- package/dist/tools/fetch-image/index.d.ts +3 -0
- package/dist/tools/fetch-image/index.d.ts.map +1 -0
- package/dist/tools/fetch-image/index.js +56 -0
- package/dist/tools/grep/index.d.ts.map +1 -1
- package/dist/tools/grep/index.js +1 -1
- package/dist/tools/index.d.ts +4 -0
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +60 -0
- package/dist/tools/list-environments.d.ts.map +1 -1
- package/dist/tools/list-environments.js +2 -5
- package/dist/tools/merge-conflicts.d.ts +3 -0
- package/dist/tools/merge-conflicts.d.ts.map +1 -0
- package/dist/tools/merge-conflicts.js +107 -0
- package/dist/tools/run-test.d.ts.map +1 -1
- package/dist/tools/run-test.js +4 -25
- package/dist/tools/str_replace_editor.d.ts.map +1 -1
- package/dist/tools/str_replace_editor.js +6 -58
- package/dist/tools/test-gen-browser.d.ts.map +1 -1
- package/dist/tools/test-gen-browser.js +2 -83
- package/dist/tools/test-run-fetcher/index.d.ts.map +1 -1
- package/dist/tools/test-run-fetcher/index.js +2 -6
- package/dist/tools/upgrade-packages/index.d.ts.map +1 -1
- package/dist/tools/upgrade-packages/index.js +12 -13
- package/dist/tools/upgrade-packages/utils.d.ts +3 -2
- package/dist/tools/upgrade-packages/utils.d.ts.map +1 -1
- package/dist/tools/upgrade-packages/utils.js +5 -8
- package/dist/tools/utils/queue.d.ts +5 -0
- package/dist/tools/utils/queue.d.ts.map +1 -0
- package/dist/tools/utils/queue.js +41 -0
- package/dist/types/index.d.ts +0 -8
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/SQSClient.d.ts +14 -0
- package/dist/utils/SQSClient.d.ts.map +1 -0
- package/dist/utils/SQSClient.js +116 -0
- package/dist/utils/repo-tree.d.ts +1 -1
- package/dist/utils/repo-tree.d.ts.map +1 -1
- package/dist/utils/repo-tree.js +7 -7
- package/package.json +16 -8
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/auth/api-client.d.ts +0 -13
- package/dist/auth/api-client.d.ts.map +0 -1
- package/dist/auth/api-client.js +0 -103
- package/dist/session/index.d.ts +0 -20
- package/dist/session/index.d.ts.map +0 -1
- package/dist/session/index.js +0 -104
- package/dist/tool-call-service/index.d.ts +0 -32
- package/dist/tool-call-service/index.d.ts.map +0 -1
- package/dist/tool-call-service/utils.d.ts +0 -6
- package/dist/tool-call-service/utils.d.ts.map +0 -1
- package/dist/tool-call-service/utils.js +0 -57
- package/dist/tools/utils/index.d.ts +0 -61
- package/dist/tools/utils/index.d.ts.map +0 -1
- package/dist/tools/utils/index.js +0 -122
- package/dist/utils/checkpoint.d.ts +0 -7
- package/dist/utils/checkpoint.d.ts.map +0 -1
- package/dist/utils/file-tree.d.ts +0 -3
- package/dist/utils/file-tree.d.ts.map +0 -1
- package/dist/utils/git.d.ts.map +0 -1
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
export declare function makeDashboardRequest<T>({ path, method, body, apiKey, }: {
|
|
2
|
-
path: string;
|
|
3
|
-
method?: string;
|
|
4
|
-
body?: any;
|
|
5
|
-
apiKey: string;
|
|
6
|
-
}): Promise<T>;
|
|
7
|
-
export declare function callGitHubProxy<T>({ method, url, body, apiKey, }: {
|
|
8
|
-
method: string;
|
|
9
|
-
url: string;
|
|
10
|
-
body?: any;
|
|
11
|
-
apiKey: string;
|
|
12
|
-
}): Promise<T>;
|
|
13
|
-
export declare const GITHUB_API_BASE = "https://api.github.com/repos/empirical-run";
|
|
14
|
-
export interface GitHubRepoInfo {
|
|
15
|
-
owner: string;
|
|
16
|
-
repo: string;
|
|
17
|
-
}
|
|
18
|
-
export declare function parseGitHubUrl(url: string): GitHubRepoInfo;
|
|
19
|
-
export interface PullRequestInfo {
|
|
20
|
-
number: number;
|
|
21
|
-
html_url: string;
|
|
22
|
-
head: {
|
|
23
|
-
ref: string;
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
export declare function findExistingPR({ owner, repo, branchName, apiKey, }: {
|
|
27
|
-
owner: string;
|
|
28
|
-
repo: string;
|
|
29
|
-
branchName: string;
|
|
30
|
-
apiKey: string;
|
|
31
|
-
}): Promise<PullRequestInfo | null>;
|
|
32
|
-
export declare function createPullRequest({ owner, repo, title, head, base, body, labels, apiKey, }: {
|
|
33
|
-
owner: string;
|
|
34
|
-
repo: string;
|
|
35
|
-
title: string;
|
|
36
|
-
head: string;
|
|
37
|
-
base?: string;
|
|
38
|
-
body: string;
|
|
39
|
-
labels?: string[];
|
|
40
|
-
apiKey: string;
|
|
41
|
-
}): Promise<PullRequestInfo>;
|
|
42
|
-
export declare function updatePullRequest({ owner, repo, prNumber, body, apiKey, }: {
|
|
43
|
-
owner: string;
|
|
44
|
-
repo: string;
|
|
45
|
-
prNumber: number;
|
|
46
|
-
body?: string;
|
|
47
|
-
apiKey: string;
|
|
48
|
-
}): Promise<PullRequestInfo>;
|
|
49
|
-
export declare function findOrCreatePullRequest({ owner, repo, branchName, title, body, labels, apiKey, }: {
|
|
50
|
-
owner: string;
|
|
51
|
-
repo: string;
|
|
52
|
-
branchName: string;
|
|
53
|
-
title: string;
|
|
54
|
-
body: string;
|
|
55
|
-
labels?: string[];
|
|
56
|
-
apiKey: string;
|
|
57
|
-
}): Promise<{
|
|
58
|
-
pr: PullRequestInfo;
|
|
59
|
-
isNew: boolean;
|
|
60
|
-
}>;
|
|
61
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tools/utils/index.ts"],"names":[],"mappings":"AAAA,wBAAsB,oBAAoB,CAAC,CAAC,EAAE,EAC5C,IAAI,EACJ,MAAc,EACd,IAAI,EACJ,MAAM,GACP,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,CAAC,CAAC,CAmBb;AAED,wBAAsB,eAAe,CAAC,CAAC,EAAE,EACvC,MAAM,EACN,GAAG,EACH,IAAI,EACJ,MAAM,GACP,EAAE;IACD,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,CAAC,CAAC,CAYb;AAGD,eAAO,MAAM,eAAe,+CAA+C,CAAC;AAG5E,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAiB1D;AAGD,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;CACvB;AAED,wBAAsB,cAAc,CAAC,EACnC,KAAK,EACL,IAAI,EACJ,UAAU,EACV,MAAM,GACP,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC,CAYlC;AAED,wBAAsB,iBAAiB,CAAC,EACtC,KAAK,EACL,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,IAAa,EACb,IAAI,EACJ,MAAM,EACN,MAAM,GACP,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,eAAe,CAAC,CAqB3B;AAED,wBAAsB,iBAAiB,CAAC,EACtC,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,MAAM,GACP,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,eAAe,CAAC,CAU3B;AAED,wBAAsB,uBAAuB,CAAC,EAC5C,KAAK,EACL,IAAI,EACJ,UAAU,EACV,KAAK,EACL,IAAI,EACJ,MAAM,EACN,MAAM,GACP,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC;IAAE,EAAE,EAAE,eAAe,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC,CAyBnD"}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GITHUB_API_BASE = void 0;
|
|
4
|
-
exports.makeDashboardRequest = makeDashboardRequest;
|
|
5
|
-
exports.callGitHubProxy = callGitHubProxy;
|
|
6
|
-
exports.parseGitHubUrl = parseGitHubUrl;
|
|
7
|
-
exports.findExistingPR = findExistingPR;
|
|
8
|
-
exports.createPullRequest = createPullRequest;
|
|
9
|
-
exports.updatePullRequest = updatePullRequest;
|
|
10
|
-
exports.findOrCreatePullRequest = findOrCreatePullRequest;
|
|
11
|
-
async function makeDashboardRequest({ path, method = "GET", body, apiKey, }) {
|
|
12
|
-
const requestHeaders = {
|
|
13
|
-
"Content-Type": "application/json",
|
|
14
|
-
Authorization: `Bearer ${apiKey}`,
|
|
15
|
-
"User-Agent": "empiricalrun/test-gen",
|
|
16
|
-
};
|
|
17
|
-
const baseUrl = process.env.DASHBOARD_DOMAIN || "https://dash.empirical.run";
|
|
18
|
-
const response = await fetch(`${baseUrl}${path}`, {
|
|
19
|
-
method,
|
|
20
|
-
headers: requestHeaders,
|
|
21
|
-
...(body && { body: JSON.stringify(body) }),
|
|
22
|
-
});
|
|
23
|
-
if (!response.ok) {
|
|
24
|
-
const errorBody = await response.text();
|
|
25
|
-
throw new Error(`API request failed for ${method} ${path} (Status: ${response.status}). Body: ${errorBody}`);
|
|
26
|
-
}
|
|
27
|
-
return await response.json();
|
|
28
|
-
}
|
|
29
|
-
async function callGitHubProxy({ method, url, body, apiKey, }) {
|
|
30
|
-
const githubApiPath = url.replace("https://api.github.com", "");
|
|
31
|
-
return makeDashboardRequest({
|
|
32
|
-
path: "/api/github/proxy",
|
|
33
|
-
method: "POST",
|
|
34
|
-
body: {
|
|
35
|
-
method,
|
|
36
|
-
url: githubApiPath,
|
|
37
|
-
body,
|
|
38
|
-
},
|
|
39
|
-
apiKey,
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
|
-
// Common GitHub constants
|
|
43
|
-
exports.GITHUB_API_BASE = "https://api.github.com/repos/empirical-run";
|
|
44
|
-
function parseGitHubUrl(url) {
|
|
45
|
-
const githubIndex = url.indexOf("github.com");
|
|
46
|
-
if (githubIndex === -1) {
|
|
47
|
-
throw new Error("Invalid GitHub repository URL");
|
|
48
|
-
}
|
|
49
|
-
const [owner, repo] = url
|
|
50
|
-
.substring(githubIndex + "github.com/".length)
|
|
51
|
-
.replace(".git", "")
|
|
52
|
-
.split("/");
|
|
53
|
-
if (!owner || !repo) {
|
|
54
|
-
throw new Error("Invalid GitHub repository URL format - missing owner or repo");
|
|
55
|
-
}
|
|
56
|
-
return { owner, repo };
|
|
57
|
-
}
|
|
58
|
-
async function findExistingPR({ owner, repo, branchName, apiKey, }) {
|
|
59
|
-
const prs = (await callGitHubProxy({
|
|
60
|
-
method: "GET",
|
|
61
|
-
url: `https://api.github.com/repos/${owner}/${repo}/pulls`,
|
|
62
|
-
body: {
|
|
63
|
-
head: `${owner}:${branchName}`,
|
|
64
|
-
state: "open",
|
|
65
|
-
},
|
|
66
|
-
apiKey,
|
|
67
|
-
}));
|
|
68
|
-
return prs?.find((pr) => pr.head.ref === branchName) || null;
|
|
69
|
-
}
|
|
70
|
-
async function createPullRequest({ owner, repo, title, head, base = "main", body, labels, apiKey, }) {
|
|
71
|
-
const createPrBody = {
|
|
72
|
-
title,
|
|
73
|
-
head,
|
|
74
|
-
base,
|
|
75
|
-
body,
|
|
76
|
-
...(labels && { labels }),
|
|
77
|
-
};
|
|
78
|
-
const pr = (await callGitHubProxy({
|
|
79
|
-
method: "POST",
|
|
80
|
-
url: `https://api.github.com/repos/${owner}/${repo}/pulls`,
|
|
81
|
-
body: createPrBody,
|
|
82
|
-
apiKey,
|
|
83
|
-
}));
|
|
84
|
-
if (!pr || !("number" in pr)) {
|
|
85
|
-
throw new Error(`Failed to create PR or PR number missing in response.`);
|
|
86
|
-
}
|
|
87
|
-
return pr;
|
|
88
|
-
}
|
|
89
|
-
async function updatePullRequest({ owner, repo, prNumber, body, apiKey, }) {
|
|
90
|
-
const updateBody = {};
|
|
91
|
-
if (body)
|
|
92
|
-
updateBody.body = body;
|
|
93
|
-
return (await callGitHubProxy({
|
|
94
|
-
method: "PATCH",
|
|
95
|
-
url: `https://api.github.com/repos/${owner}/${repo}/pulls/${prNumber}`,
|
|
96
|
-
body: updateBody,
|
|
97
|
-
apiKey,
|
|
98
|
-
}));
|
|
99
|
-
}
|
|
100
|
-
async function findOrCreatePullRequest({ owner, repo, branchName, title, body, labels, apiKey, }) {
|
|
101
|
-
// Check for existing PR
|
|
102
|
-
const existingPR = await findExistingPR({
|
|
103
|
-
owner,
|
|
104
|
-
repo,
|
|
105
|
-
branchName,
|
|
106
|
-
apiKey,
|
|
107
|
-
});
|
|
108
|
-
if (existingPR) {
|
|
109
|
-
return { pr: existingPR, isNew: false };
|
|
110
|
-
}
|
|
111
|
-
// Create new PR
|
|
112
|
-
const newPR = await createPullRequest({
|
|
113
|
-
owner,
|
|
114
|
-
repo,
|
|
115
|
-
title,
|
|
116
|
-
head: branchName,
|
|
117
|
-
body,
|
|
118
|
-
labels,
|
|
119
|
-
apiKey,
|
|
120
|
-
});
|
|
121
|
-
return { pr: newPR, isNew: true };
|
|
122
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PendingToolCall } from "@empiricalrun/llm/chat";
|
|
2
|
-
export declare function createCheckpoint({ toolCalls, branchName, repoPath, }: {
|
|
3
|
-
toolCalls: PendingToolCall[];
|
|
4
|
-
branchName: string;
|
|
5
|
-
repoPath: string;
|
|
6
|
-
}): Promise<void>;
|
|
7
|
-
//# sourceMappingURL=checkpoint.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkpoint.d.ts","sourceRoot":"","sources":["../../src/utils/checkpoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAIzD,wBAAsB,gBAAgB,CAAC,EACrC,SAAS,EACT,UAAU,EACV,QAAQ,GACT,EAAE;IACD,SAAS,EAAE,eAAe,EAAE,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB,iBAyBA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"file-tree.d.ts","sourceRoot":"","sources":["../../src/utils/file-tree.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,wBAAsB,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,CAsC5E"}
|
package/dist/utils/git.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/utils/git.ts"],"names":[],"mappings":"AAOA,wBAAgB,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAMhE;AAED,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAe1E;AAED,wBAAsB,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,iBAQnE;AAED,wBAAsB,eAAe,CAAC,aAAa,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,oBAcvE;AAED,wBAAsB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,mBAO1D;AAED,wBAAsB,UAAU,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,iBAE/D;AAED,wBAAsB,wBAAwB,CAAC,EAC7C,aAAa,EACb,UAAU,EACV,KAAK,EACL,QAAQ,GACT,EAAE;IACD,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,iBAIA;AAED,wBAAsB,eAAe,CAAC,GAAG,EAAE,MAAM,qBAUhD;AAED,wBAAsB,gBAAgB,CAAC,EACrC,QAAQ,EACR,QAAQ,EACR,MAAM,GACP,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,oBA+BA;AAED,wBAAsB,YAAY,CAAC,EACjC,QAAQ,EACR,UAAU,EACV,MAAM,GACP,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAChB,iBAoBA"}
|