@sourcegraph/amp 0.0.1750093871-g0622d7 → 0.0.1750104084-ge856ac

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
@@ -119252,7 +119252,7 @@ async function Yyr({
119252
119252
  }
119253
119253
  async function Wyr(t) {
119254
119254
  try {
119255
- const e = await zyr("0.0.1750093871-g0622d7");
119255
+ const e = await zyr("0.0.1750104084-ge856ac");
119256
119256
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119257
119257
  try {
119258
119258
  await Vyr(e.latestVersion), t.next({
@@ -121315,7 +121315,7 @@ async function Rm(t, e) {
121315
121315
  F3({
121316
121316
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
121317
121317
  logFile: e.logFile || process.env.AMP_LOG_FILE
121318
- }), Npt("0.0.1750093871-g0622d7");
121318
+ }), Npt("0.0.1750104084-ge856ac");
121319
121319
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
121320
121320
  $e.info("Using settings file", { settingsFile: r });
121321
121321
  const n = J5(), i = y8e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -121427,11 +121427,11 @@ function vvr(t) {
121427
121427
  const o = s.originalError ?? s;
121428
121428
  m0(t, o);
121429
121429
  }), e.option("-V, --version", "output the version number", () => {
121430
- const o = "(released 2025-06-16T17:19:40.862Z)";
121430
+ const o = "(released 2025-06-16T20:09:19.933Z)";
121431
121431
  t.isTTY ? Ni.write(
121432
- `0.0.1750093871-g0622d7 ${t.printer.print(o, { foreground: "gray" })}
121432
+ `0.0.1750104084-ge856ac ${t.printer.print(o, { foreground: "gray" })}
121433
121433
  `
121434
- ) : Ni.write(`0.0.1750093871-g0622d7 ${o}
121434
+ ) : Ni.write(`0.0.1750104084-ge856ac ${o}
121435
121435
  `), process.exit(0);
121436
121436
  }), e.addHelpText(
121437
121437
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750093871-g0622d7",
3
+ "version": "0.0.1750104084-ge856ac",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {