@sourcegraph/amp 0.0.1748462555-g4327bb → 0.0.1748476906-g715cf0

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.
Files changed (40) hide show
  1. package/dist/amp.js +2 -2
  2. package/dist/{color-CUPGkX15.js → color-BzIjJtnB.js} +10 -12
  3. package/dist/color-BzIjJtnB.js.map +1 -0
  4. package/dist/{create_file.node-SpjRITEy.js → create_file.node-DChD1DjB.js} +2 -2
  5. package/dist/{create_file.node-SpjRITEy.js.map → create_file.node-DChD1DjB.js.map} +1 -1
  6. package/dist/{edit_file.node-D5N7LO47.js → edit_file.node-B1i7Irj_.js} +3 -3
  7. package/dist/{edit_file.node-D5N7LO47.js.map → edit_file.node-B1i7Irj_.js.map} +1 -1
  8. package/dist/{executable-c0v_Cgtd.js → executable-BQxnlFId.js} +2 -2
  9. package/dist/{executable-c0v_Cgtd.js.map → executable-BQxnlFId.js.map} +1 -1
  10. package/dist/{files-BHaKzjeq.js → files-CkJlqXKo.js} +2 -2
  11. package/dist/{files-BHaKzjeq.js.map → files-CkJlqXKo.js.map} +1 -1
  12. package/dist/{glob.node-DElvFTve.js → glob.node-1g9lAvYU.js} +3 -3
  13. package/dist/{glob.node-DElvFTve.js.map → glob.node-1g9lAvYU.js.map} +1 -1
  14. package/dist/{list_directory.node-XFwN3yE0.js → list_directory.node-BoNGYthN.js} +2 -2
  15. package/dist/{list_directory.node-XFwN3yE0.js.map → list_directory.node-BoNGYthN.js.map} +1 -1
  16. package/dist/{load-profile-BYmdPZi4.js → load-profile-DFLkW6WV.js} +2 -2
  17. package/dist/{load-profile-BYmdPZi4.js.map → load-profile-DFLkW6WV.js.map} +1 -1
  18. package/dist/{main-DR9dUGdY.js → main-Cj-TDfxo.js} +15 -15
  19. package/dist/{main-DR9dUGdY.js.map → main-Cj-TDfxo.js.map} +1 -1
  20. package/dist/{node-CUJPEKyh.js → node-61NQS4s2.js} +3 -3
  21. package/dist/{node-CUJPEKyh.js.map → node-61NQS4s2.js.map} +1 -1
  22. package/dist/{node-9bKk9FwK.js → node-BMyzDv_R.js} +3 -3
  23. package/dist/{node-9bKk9FwK.js.map → node-BMyzDv_R.js.map} +1 -1
  24. package/dist/{node-Bp6ny8-f.js → node-BoOCJ7th.js} +2 -2
  25. package/dist/{node-Bp6ny8-f.js.map → node-BoOCJ7th.js.map} +1 -1
  26. package/dist/{node-B09Ab5Cm.js → node-C8RVGYJn.js} +3 -3
  27. package/dist/{node-B09Ab5Cm.js.map → node-C8RVGYJn.js.map} +1 -1
  28. package/dist/{node-XBUPK8tB.js → node-CJv9CDhh.js} +3 -3
  29. package/dist/{node-XBUPK8tB.js.map → node-CJv9CDhh.js.map} +1 -1
  30. package/dist/{node-DBAQSiZY.js → node-bkYFEYK7.js} +2 -2
  31. package/dist/{node-DBAQSiZY.js.map → node-bkYFEYK7.js.map} +1 -1
  32. package/dist/{read_file.node-QTo58SRd.js → read_file.node-wkKQeHGb.js} +2 -2
  33. package/dist/{read_file.node-QTo58SRd.js.map → read_file.node-wkKQeHGb.js.map} +1 -1
  34. package/dist/{stdio-ZOtkCu09.js → stdio-DQq9n086.js} +3 -3
  35. package/dist/{stdio-ZOtkCu09.js.map → stdio-DQq9n086.js.map} +1 -1
  36. package/dist/storybook.js +1 -1
  37. package/dist/{undo_edit.node-DBBw_ukz.js → undo_edit.node-zOzdRUqj.js} +2 -2
  38. package/dist/{undo_edit.node-DBBw_ukz.js.map → undo_edit.node-zOzdRUqj.js.map} +1 -1
  39. package/package.json +1 -1
  40. package/dist/color-CUPGkX15.js.map +0 -1
package/dist/amp.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import "./color-CUPGkX15.js";
3
- import "./main-DR9dUGdY.js";
2
+ import "./color-BzIjJtnB.js";
3
+ import "./main-Cj-TDfxo.js";
4
4
  import "node:crypto";
5
5
  import "node:fs/promises";
6
6
  import "node:path";
@@ -7062,7 +7062,7 @@ Prefer this tool over \`edit_file\` when you want to ovewrite the entire content
7062
7062
  },
7063
7063
  source: "builtin"
7064
7064
  },
7065
- fn: import("./create_file.node-SpjRITEy.js").then(
7065
+ fn: import("./create_file.node-DChD1DjB.js").then(
7066
7066
  ({ nodeCreateFileTool: t }) => t
7067
7067
  )
7068
7068
  }, ar = "Grep", UC = 15, zC = 250, GC = `Search for exact text patterns in files using ripgrep, a fast keyword search tool.
@@ -7195,7 +7195,7 @@ COMPLEMENTARY USE WITH CODEBASE_SEARCH:
7195
7195
  },
7196
7196
  source: "builtin"
7197
7197
  },
7198
- fn: import("./node-B09Ab5Cm.js").then(({ nodeGrepTool: t }) => t)
7198
+ fn: import("./node-C8RVGYJn.js").then(({ nodeGrepTool: t }) => t)
7199
7199
  }, wr = "read_file", YC = 1e3, jn = {
7200
7200
  spec: {
7201
7201
  name: wr,
@@ -7227,7 +7227,7 @@ Returns the contents of the file with each line prefixed by its line number. For
7227
7227
  switch ("node") {
7228
7228
  case "node":
7229
7229
  case "vscode":
7230
- return import("./read_file.node-QTo58SRd.js").then(({ nodeReadFileTool: t }) => t);
7230
+ return import("./read_file.node-wkKQeHGb.js").then(({ nodeReadFileTool: t }) => t);
7231
7231
  }
7232
7232
  })()
7233
7233
  }, HC = fC({
@@ -7256,7 +7256,7 @@ If you need to replace the entire contents of a file, use \`${ei}\` instead, sin
7256
7256
  inputSchema: wD(HC),
7257
7257
  source: "builtin"
7258
7258
  },
7259
- fn: import("./edit_file.node-D5N7LO47.js").then(({ nodeEditFileTool: t }) => t)
7259
+ fn: import("./edit_file.node-B1i7Irj_.js").then(({ nodeEditFileTool: t }) => t)
7260
7260
  };
7261
7261
  async function tJ(t, e, r, n) {
7262
7262
  e = Xn(e);
@@ -8261,7 +8261,7 @@ Note: Results are sorted by modification time with the most recently modified fi
8261
8261
  },
8262
8262
  source: "builtin"
8263
8263
  },
8264
- fn: import("./glob.node-DElvFTve.js").then(({ nodeGlobTool: t }) => t)
8264
+ fn: import("./glob.node-1g9lAvYU.js").then(({ nodeGlobTool: t }) => t)
8265
8265
  }, ai = "list_directory", nh = {
8266
8266
  spec: {
8267
8267
  name: ai,
@@ -8282,7 +8282,7 @@ Note: Results are sorted by modification time with the most recently modified fi
8282
8282
  switch ("node") {
8283
8283
  case "node":
8284
8284
  case "vscode":
8285
- return import("./list_directory.node-XFwN3yE0.js").then(
8285
+ return import("./list_directory.node-BoNGYthN.js").then(
8286
8286
  ({ nodeListDirectoryTool: t }) => t
8287
8287
  );
8288
8288
  }
@@ -9106,7 +9106,7 @@ It's VERY IMPORTANT to use specific tools when searching for files, instead of i
9106
9106
  },
9107
9107
  source: "builtin"
9108
9108
  },
9109
- fn: import("./node-XBUPK8tB.js").then(({ nodeBashTool: t }) => t)
9109
+ fn: import("./node-CJv9CDhh.js").then(({ nodeBashTool: t }) => t)
9110
9110
  }, Y0 = [
9111
9111
  "ls",
9112
9112
  "dir",
@@ -9603,11 +9603,9 @@ Only add code comments when:
9603
9603
 
9604
9604
  ## Citations
9605
9605
 
9606
- To keep the user in the loop, it is important to cite your work with Markdown links.
9607
-
9608
9606
  If you respond with information from a web search, link to the page that contained the important information.
9609
9607
 
9610
- If you are referring to a specific file or location within a file, link to that file. The URL should use \`file\` as the scheme, the absolute path to the file as the path, and an optional fragment with the line range.
9608
+ To make it easy for the user to look into code you are referring to, you always link to the code with markdown links. The URL should use \`file\` as the scheme, the absolute path to the file as the path, and an optional fragment with the line range.
9611
9609
 
9612
9610
  Here is an example URL for linking to a file:
9613
9611
  <example-file-url>file:///Users/bob/src/test.py</example-file-url>
@@ -10037,7 +10035,7 @@ Returns a git-style diff showing the changes that were undone as formatted markd
10037
10035
  },
10038
10036
  source: "builtin"
10039
10037
  },
10040
- fn: import("./undo_edit.node-DBBw_ukz.js").then(({ nodeUndoEditTool: t }) => t)
10038
+ fn: import("./undo_edit.node-zOzdRUqj.js").then(({ nodeUndoEditTool: t }) => t)
10041
10039
  };
10042
10040
  function NJ(t, e, r, n) {
10043
10041
  const a = [], s = [];
@@ -54294,4 +54292,4 @@ export {
54294
54292
  uZ as y,
54295
54293
  mZ as z
54296
54294
  };
54297
- //# sourceMappingURL=color-CUPGkX15.js.map
54295
+ //# sourceMappingURL=color-BzIjJtnB.js.map