@sourcegraph/amp 0.0.1751155349-g5aa4a1 → 0.0.1751170279-gc3444e

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 (2) hide show
  1. package/dist/amp.js +5 -5
  2. package/package.json +1 -1
package/dist/amp.js CHANGED
@@ -120415,7 +120415,7 @@ async function KSr({
120415
120415
  }
120416
120416
  async function XSr(t) {
120417
120417
  try {
120418
- const e = await HSr("0.0.1751155349-g5aa4a1");
120418
+ const e = await HSr("0.0.1751170279-gc3444e");
120419
120419
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
120420
120420
  try {
120421
120421
  await jSr(e.latestVersion), t.next({
@@ -122994,7 +122994,7 @@ async function lg(t, e) {
122994
122994
  fI({
122995
122995
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122996
122996
  logFile: e.logFile || process.env.AMP_LOG_FILE
122997
- }), Nht("0.0.1751155349-g5aa4a1");
122997
+ }), Nht("0.0.1751170279-gc3444e");
122998
122998
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122999
122999
  Ne.info("Using settings file", { settingsFile: r });
123000
123000
  const n = S4(), i = Q7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -123109,11 +123109,11 @@ function ATr(t) {
123109
123109
  const o = s.originalError ?? s;
123110
123110
  nh(t, o);
123111
123111
  }), e.option("-V, --version", "output the version number", () => {
123112
- const o = "(released 2025-06-29T00:11:52.370Z)";
123112
+ const o = "(released 2025-06-29T04:20:34.096Z)";
123113
123113
  t.isTTY ? xi.write(
123114
- `0.0.1751155349-g5aa4a1 ${t.printer.print(o, { foreground: "gray" })}
123114
+ `0.0.1751170279-gc3444e ${t.printer.print(o, { foreground: "gray" })}
123115
123115
  `
123116
- ) : xi.write(`0.0.1751155349-g5aa4a1 ${o}
123116
+ ) : xi.write(`0.0.1751170279-gc3444e ${o}
123117
123117
  `), process.exit(0);
123118
123118
  }), e.addHelpText(
123119
123119
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1751155349-g5aa4a1",
3
+ "version": "0.0.1751170279-gc3444e",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {