@sourcegraph/amp 0.0.1749844876-g4dbafe → 0.0.1749859306-g627062

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
@@ -113350,7 +113350,7 @@ async function Mhr({
113350
113350
  }
113351
113351
  async function Phr(t) {
113352
113352
  try {
113353
- const e = await Dhr("0.0.1749844876-g4dbafe");
113353
+ const e = await Dhr("0.0.1749859306-g627062");
113354
113354
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
113355
113355
  try {
113356
113356
  await Ohr(e.latestVersion), t.next({
@@ -115275,7 +115275,7 @@ async function T0(t, e) {
115275
115275
  gR({
115276
115276
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
115277
115277
  logFile: e.logFile || process.env.AMP_LOG_FILE
115278
- }), Uft("0.0.1749844876-g4dbafe");
115278
+ }), Uft("0.0.1749859306-g627062");
115279
115279
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
115280
115280
  Qe.info("Using settings file", { settingsFile: r });
115281
115281
  const n = O5(), i = OLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -115386,11 +115386,11 @@ function sfr(t) {
115386
115386
  const o = s.originalError ?? s;
115387
115387
  om(t, o);
115388
115388
  }), e.option("-V, --version", "output the version number", () => {
115389
- const o = "(released 2025-06-13T20:09:04.209Z)";
115389
+ const o = "(released 2025-06-14T00:09:20.651Z)";
115390
115390
  t.isTTY ? Di.write(
115391
- `0.0.1749844876-g4dbafe ${t.printer.print(o, { foreground: "gray" })}
115391
+ `0.0.1749859306-g627062 ${t.printer.print(o, { foreground: "gray" })}
115392
115392
  `
115393
- ) : Di.write(`0.0.1749844876-g4dbafe ${o}
115393
+ ) : Di.write(`0.0.1749859306-g627062 ${o}
115394
115394
  `), process.exit(0);
115395
115395
  }), e.addHelpText(
115396
115396
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1749844876-g4dbafe",
3
+ "version": "0.0.1749859306-g627062",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {