@sourcegraph/amp 0.0.1748736136-g61031a → 0.0.1748751230-ga82eb7
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-BJjMaAP0.js → console-BHPG7ghh.js} +10 -10
- package/dist/console-BHPG7ghh.js.map +1 -0
- package/dist/{create_file.node-QMdr-ACC.js → create_file.node-BfhNTTlb.js} +2 -2
- package/dist/{create_file.node-QMdr-ACC.js.map → create_file.node-BfhNTTlb.js.map} +1 -1
- package/dist/{edit_file.node-DlCSzOeS.js → edit_file.node-DfNYbY3f.js} +3 -3
- package/dist/{edit_file.node-DlCSzOeS.js.map → edit_file.node-DfNYbY3f.js.map} +1 -1
- package/dist/{executable-BSze2cp7.js → executable-Bg-Dnv9N.js} +2 -2
- package/dist/{executable-BSze2cp7.js.map → executable-Bg-Dnv9N.js.map} +1 -1
- package/dist/{files-kwFa1B7T.js → files-Ce5pZkWD.js} +2 -2
- package/dist/{files-kwFa1B7T.js.map → files-Ce5pZkWD.js.map} +1 -1
- package/dist/{glob.node-BOJStTrC.js → glob.node-RxL5iYzN.js} +3 -3
- package/dist/{glob.node-BOJStTrC.js.map → glob.node-RxL5iYzN.js.map} +1 -1
- package/dist/{list_directory.node-CZoXp5Bu.js → list_directory.node-DGhzMMXH.js} +2 -2
- package/dist/{list_directory.node-CZoXp5Bu.js.map → list_directory.node-DGhzMMXH.js.map} +1 -1
- package/dist/{load-profile-Cb1zwI0M.js → load-profile-DM9rbkOm.js} +2 -2
- package/dist/{load-profile-Cb1zwI0M.js.map → load-profile-DM9rbkOm.js.map} +1 -1
- package/dist/{main-DTIj_PW3.js → main-00oKVtTe.js} +20 -20
- package/dist/{main-DTIj_PW3.js.map → main-00oKVtTe.js.map} +1 -1
- package/dist/{node-B1giiC00.js → node-BHXqdrs5.js} +2 -2
- package/dist/{node-B1giiC00.js.map → node-BHXqdrs5.js.map} +1 -1
- package/dist/{node-Bhjgb-Ms.js → node-CQtpFy7X.js} +3 -3
- package/dist/{node-Bhjgb-Ms.js.map → node-CQtpFy7X.js.map} +1 -1
- package/dist/{node-C_7XbfjW.js → node-Cp6INRFE.js} +2 -2
- package/dist/{node-C_7XbfjW.js.map → node-Cp6INRFE.js.map} +1 -1
- package/dist/{node-D09RVPDj.js → node-DO1f17bA.js} +3 -3
- package/dist/{node-D09RVPDj.js.map → node-DO1f17bA.js.map} +1 -1
- package/dist/{node-CCCtPw6d.js → node-DmYohWBm.js} +3 -3
- package/dist/{node-CCCtPw6d.js.map → node-DmYohWBm.js.map} +1 -1
- package/dist/{node-BVbbWGKv.js → node-OczSPdLb.js} +3 -3
- package/dist/{node-BVbbWGKv.js.map → node-OczSPdLb.js.map} +1 -1
- package/dist/{read_file.node-BgMklkX3.js → read_file.node-2VqMj-ax.js} +2 -2
- package/dist/{read_file.node-BgMklkX3.js.map → read_file.node-2VqMj-ax.js.map} +1 -1
- package/dist/{stdio-B8Jgx9V2.js → stdio-CO70V3Ze.js} +3 -3
- package/dist/{stdio-B8Jgx9V2.js.map → stdio-CO70V3Ze.js.map} +1 -1
- package/dist/storybook.js +1 -1
- package/dist/{undo_edit.node-BY8yEF1r.js → undo_edit.node-B6m1Nlh6.js} +2 -2
- package/dist/{undo_edit.node-BY8yEF1r.js.map → undo_edit.node-B6m1Nlh6.js.map} +1 -1
- package/package.json +1 -1
- package/dist/console-BJjMaAP0.js.map +0 -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-BfhNTTlb.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-DmYohWBm.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-2VqMj-ax.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-DfNYbY3f.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-RxL5iYzN.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-DGhzMMXH.js").then(
|
8303
8303
|
({ nodeListDirectoryTool: t }) => t
|
8304
8304
|
);
|
8305
8305
|
}
|
@@ -9068,7 +9068,7 @@ class b0 {
|
|
9068
9068
|
return this.expression.tryParse(e);
|
9069
9069
|
}
|
9070
9070
|
}
|
9071
|
-
const y0 = new b0(process.platform);
|
9071
|
+
const y0 = new b0(typeof process < "u" ? process.platform : "browser");
|
9072
9072
|
function D0(t) {
|
9073
9073
|
return y0.parseShellCommand(t);
|
9074
9074
|
}
|
@@ -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-DO1f17bA.js").then(({ nodeBashTool: t }) => t)
|
9171
9171
|
}, N0 = [
|
9172
9172
|
"ls",
|
9173
9173
|
"dir",
|
@@ -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-B6m1Nlh6.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-BHPG7ghh.js.map
|