@sourcegraph/amp 0.0.1750478599-g01262b → 0.0.1750492886-gebfb47

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
@@ -119817,7 +119817,7 @@ async function dSr({
119817
119817
  }
119818
119818
  async function hSr(t) {
119819
119819
  try {
119820
- const e = await sSr("0.0.1750478599-g01262b");
119820
+ const e = await sSr("0.0.1750492886-gebfb47");
119821
119821
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119822
119822
  try {
119823
119823
  await uSr(e.latestVersion), t.next({
@@ -122384,7 +122384,7 @@ async function og(t, e) {
122384
122384
  uI({
122385
122385
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122386
122386
  logFile: e.logFile || process.env.AMP_LOG_FILE
122387
- }), A_t("0.0.1750478599-g01262b");
122387
+ }), A_t("0.0.1750492886-gebfb47");
122388
122388
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122389
122389
  Be.info("Using settings file", { settingsFile: r });
122390
122390
  const n = m4(), i = w7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122497,11 +122497,11 @@ function qSr(t) {
122497
122497
  const o = s.originalError ?? s;
122498
122498
  Jd(t, o);
122499
122499
  }), e.option("-V, --version", "output the version number", () => {
122500
- const o = "(released 2025-06-21T04:11:30.921Z)";
122500
+ const o = "(released 2025-06-21T08:10:18.750Z)";
122501
122501
  t.isTTY ? xi.write(
122502
- `0.0.1750478599-g01262b ${t.printer.print(o, { foreground: "gray" })}
122502
+ `0.0.1750492886-gebfb47 ${t.printer.print(o, { foreground: "gray" })}
122503
122503
  `
122504
- ) : xi.write(`0.0.1750478599-g01262b ${o}
122504
+ ) : xi.write(`0.0.1750492886-gebfb47 ${o}
122505
122505
  `), process.exit(0);
122506
122506
  }), e.addHelpText(
122507
122507
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750478599-g01262b",
3
+ "version": "0.0.1750492886-gebfb47",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {