@sourcegraph/amp 0.0.1749902482-g4f9723 → 0.0.1749916874-g06dc75

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
@@ -113353,7 +113353,7 @@ async function chr({
113353
113353
  }
113354
113354
  async function uhr(t) {
113355
113355
  try {
113356
- const e = await nhr("0.0.1749902482-g4f9723");
113356
+ const e = await nhr("0.0.1749916874-g06dc75");
113357
113357
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
113358
113358
  try {
113359
113359
  await ohr(e.latestVersion), t.next({
@@ -115278,7 +115278,7 @@ async function C0(t, e) {
115278
115278
  TR({
115279
115279
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
115280
115280
  logFile: e.logFile || process.env.AMP_LOG_FILE
115281
- }), ept("0.0.1749902482-g4f9723");
115281
+ }), ept("0.0.1749916874-g06dc75");
115282
115282
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
115283
115283
  Qe.info("Using settings file", { settingsFile: r });
115284
115284
  const n = $5(), i = KLe({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -115389,11 +115389,11 @@ function Lhr(t) {
115389
115389
  const o = s.originalError ?? s;
115390
115390
  um(t, o);
115391
115391
  }), e.option("-V, --version", "output the version number", () => {
115392
- const o = "(released 2025-06-14T12:10:13.440Z)";
115392
+ const o = "(released 2025-06-14T16:09:00.536Z)";
115393
115393
  t.isTTY ? Ni.write(
115394
- `0.0.1749902482-g4f9723 ${t.printer.print(o, { foreground: "gray" })}
115394
+ `0.0.1749916874-g06dc75 ${t.printer.print(o, { foreground: "gray" })}
115395
115395
  `
115396
- ) : Ni.write(`0.0.1749902482-g4f9723 ${o}
115396
+ ) : Ni.write(`0.0.1749916874-g06dc75 ${o}
115397
115397
  `), process.exit(0);
115398
115398
  }), e.addHelpText(
115399
115399
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1749902482-g4f9723",
3
+ "version": "0.0.1749916874-g06dc75",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {