@sourcegraph/amp 0.0.1748751230-ga82eb7 → 0.0.1748764880-g91d5a9
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/amp.js +2 -2
- package/dist/{console-BHPG7ghh.js → console-BEoM5C3l.js} +10 -10
- package/dist/{console-BHPG7ghh.js.map → console-BEoM5C3l.js.map} +1 -1
- package/dist/{create_file.node-BfhNTTlb.js → create_file.node-BFS-uX0h.js} +2 -2
- package/dist/{create_file.node-BfhNTTlb.js.map → create_file.node-BFS-uX0h.js.map} +1 -1
- package/dist/{edit_file.node-DfNYbY3f.js → edit_file.node-D0utnpOc.js} +3 -3
- package/dist/{edit_file.node-DfNYbY3f.js.map → edit_file.node-D0utnpOc.js.map} +1 -1
- package/dist/{executable-Bg-Dnv9N.js → executable-Bm7iL2Wr.js} +2 -2
- package/dist/{executable-Bg-Dnv9N.js.map → executable-Bm7iL2Wr.js.map} +1 -1
- package/dist/{files-Ce5pZkWD.js → files-8V4d25dw.js} +2 -2
- package/dist/{files-Ce5pZkWD.js.map → files-8V4d25dw.js.map} +1 -1
- package/dist/{glob.node-RxL5iYzN.js → glob.node-CxhUfk73.js} +3 -3
- package/dist/{glob.node-RxL5iYzN.js.map → glob.node-CxhUfk73.js.map} +1 -1
- package/dist/{list_directory.node-DGhzMMXH.js → list_directory.node-BvKQRegC.js} +2 -2
- package/dist/{list_directory.node-DGhzMMXH.js.map → list_directory.node-BvKQRegC.js.map} +1 -1
- package/dist/{load-profile-DM9rbkOm.js → load-profile-DRELVkLs.js} +2 -2
- package/dist/{load-profile-DM9rbkOm.js.map → load-profile-DRELVkLs.js.map} +1 -1
- package/dist/{main-00oKVtTe.js → main-Cc0C-g24.js} +233 -233
- package/dist/{main-00oKVtTe.js.map → main-Cc0C-g24.js.map} +1 -1
- package/dist/{node-DmYohWBm.js → node-BuGshbyJ.js} +3 -3
- package/dist/{node-DmYohWBm.js.map → node-BuGshbyJ.js.map} +1 -1
- package/dist/{node-OczSPdLb.js → node-CEdAvWvc.js} +3 -3
- package/dist/{node-OczSPdLb.js.map → node-CEdAvWvc.js.map} +1 -1
- package/dist/{node-DO1f17bA.js → node-CcCnjzdp.js} +3 -3
- package/dist/{node-DO1f17bA.js.map → node-CcCnjzdp.js.map} +1 -1
- package/dist/{node-CQtpFy7X.js → node-D7dUujgo.js} +3 -3
- package/dist/{node-CQtpFy7X.js.map → node-D7dUujgo.js.map} +1 -1
- package/dist/{node-BHXqdrs5.js → node-DHEAQDoa.js} +2 -2
- package/dist/{node-BHXqdrs5.js.map → node-DHEAQDoa.js.map} +1 -1
- package/dist/{node-Cp6INRFE.js → node-xakp4FYv.js} +2 -2
- package/dist/{node-Cp6INRFE.js.map → node-xakp4FYv.js.map} +1 -1
- package/dist/{read_file.node-2VqMj-ax.js → read_file.node-Bh95y2qD.js} +2 -2
- package/dist/{read_file.node-2VqMj-ax.js.map → read_file.node-Bh95y2qD.js.map} +1 -1
- package/dist/{stdio-CO70V3Ze.js → stdio-ClZnFzj4.js} +3 -3
- package/dist/{stdio-CO70V3Ze.js.map → stdio-ClZnFzj4.js.map} +1 -1
- package/dist/storybook.js +1 -1
- package/dist/{undo_edit.node-B6m1Nlh6.js → undo_edit.node-BZBcJgmC.js} +2 -2
- package/dist/{undo_edit.node-B6m1Nlh6.js.map → undo_edit.node-BZBcJgmC.js.map} +1 -1
- package/package.json +1 -1
package/dist/amp.js
CHANGED
@@ -3862,7 +3862,7 @@ Prefer this tool over \`edit_file\` when you want to ovewrite the entire content
|
|
3862
3862
|
},
|
3863
3863
|
source: "builtin"
|
3864
3864
|
},
|
3865
|
-
fn: import("./create_file.node-
|
3865
|
+
fn: import("./create_file.node-BFS-uX0h.js").then(
|
3866
3866
|
({ nodeCreateFileTool: t }) => t
|
3867
3867
|
)
|
3868
3868
|
}, nr = "Grep", vD = 15, wD = 250, kD = `Search for exact text patterns in files using ripgrep, a fast keyword search tool.
|
@@ -3995,7 +3995,7 @@ COMPLEMENTARY USE WITH CODEBASE_SEARCH:
|
|
3995
3995
|
},
|
3996
3996
|
source: "builtin"
|
3997
3997
|
},
|
3998
|
-
fn: import("./node-
|
3998
|
+
fn: import("./node-BuGshbyJ.js").then(({ nodeGrepTool: t }) => t)
|
3999
3999
|
}, wr = "read_file", MD = 1e3, Qn = {
|
4000
4000
|
spec: {
|
4001
4001
|
name: wr,
|
@@ -4027,7 +4027,7 @@ Returns the contents of the file with each line prefixed by its line number. For
|
|
4027
4027
|
switch ("node") {
|
4028
4028
|
case "node":
|
4029
4029
|
case "vscode":
|
4030
|
-
return import("./read_file.node-
|
4030
|
+
return import("./read_file.node-Bh95y2qD.js").then(({ nodeReadFileTool: t }) => t);
|
4031
4031
|
}
|
4032
4032
|
})()
|
4033
4033
|
}, xD = sD({
|
@@ -4056,7 +4056,7 @@ If you need to replace the entire contents of a file, use \`${Qa}\` instead, sin
|
|
4056
4056
|
inputSchema: yy(xD),
|
4057
4057
|
source: "builtin"
|
4058
4058
|
},
|
4059
|
-
fn: import("./edit_file.node-
|
4059
|
+
fn: import("./edit_file.node-D0utnpOc.js").then(({ nodeEditFileTool: t }) => t)
|
4060
4060
|
};
|
4061
4061
|
async function TZ(t, e, r, n) {
|
4062
4062
|
e = jn(e);
|
@@ -8278,7 +8278,7 @@ Note: Results are sorted by modification time with the most recently modified fi
|
|
8278
8278
|
},
|
8279
8279
|
source: "builtin"
|
8280
8280
|
},
|
8281
|
-
fn: import("./glob.node-
|
8281
|
+
fn: import("./glob.node-CxhUfk73.js").then(({ nodeGlobTool: t }) => t)
|
8282
8282
|
}, ni = "list_directory", th = {
|
8283
8283
|
spec: {
|
8284
8284
|
name: ni,
|
@@ -8299,7 +8299,7 @@ Note: Results are sorted by modification time with the most recently modified fi
|
|
8299
8299
|
switch ("node") {
|
8300
8300
|
case "node":
|
8301
8301
|
case "vscode":
|
8302
|
-
return import("./list_directory.node-
|
8302
|
+
return import("./list_directory.node-BvKQRegC.js").then(
|
8303
8303
|
({ nodeListDirectoryTool: t }) => t
|
8304
8304
|
);
|
8305
8305
|
}
|
@@ -9167,7 +9167,7 @@ It's VERY IMPORTANT to use specific tools when searching for files, instead of i
|
|
9167
9167
|
},
|
9168
9168
|
source: "builtin"
|
9169
9169
|
},
|
9170
|
-
fn: import("./node-
|
9170
|
+
fn: import("./node-CcCnjzdp.js").then(({ nodeBashTool: t }) => t)
|
9171
9171
|
}, N0 = [
|
9172
9172
|
"ls",
|
9173
9173
|
"dir",
|
@@ -9775,7 +9775,7 @@ ${n}
|
|
9775
9775
|
`Today's date: ${(/* @__PURE__ */ new Date()).toLocaleDateString()}`,
|
9776
9776
|
`Working directory: ${r.workingDirectory}`,
|
9777
9777
|
`Workspace paths: ${r.workspacePaths.join(", ")}`,
|
9778
|
-
i && i.platform ? `Operating system: ${i.platform.os}${i.platform.webBrowser ? " (running in web browser)" : ""}` : null,
|
9778
|
+
i && i.platform ? `Operating system: ${i.platform.os}${i.platform.os === "windows" ? " (use Windows file paths with backslashes)" : ""}${i.platform.webBrowser ? " (running in web browser)" : ""}` : null,
|
9779
9779
|
i ? s(i) : null,
|
9780
9780
|
`Directory listing of the user's workspace paths (will NOT change during the conversation):
|
9781
9781
|
<directoryListing>
|
@@ -10054,7 +10054,7 @@ Returns a git-style diff showing the changes that were undone as formatted markd
|
|
10054
10054
|
},
|
10055
10055
|
source: "builtin"
|
10056
10056
|
},
|
10057
|
-
fn: import("./undo_edit.node-
|
10057
|
+
fn: import("./undo_edit.node-BZBcJgmC.js").then(({ nodeUndoEditTool: t }) => t)
|
10058
10058
|
}, a_ = globalThis.window?.document !== void 0;
|
10059
10059
|
globalThis.process?.versions?.node;
|
10060
10060
|
globalThis.process?.versions?.bun;
|
@@ -54313,4 +54313,4 @@ export {
|
|
54313
54313
|
KX as y,
|
54314
54314
|
ZX as z
|
54315
54315
|
};
|
54316
|
-
//# sourceMappingURL=console-
|
54316
|
+
//# sourceMappingURL=console-BEoM5C3l.js.map
|