@sourcegraph/amp 0.0.1750881729-gb4cc5b → 0.0.1750896110-g7e1314

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
@@ -120101,7 +120101,7 @@ async function RSr({
120101
120101
  }
120102
120102
  async function NSr(t) {
120103
120103
  try {
120104
- const e = await CSr("0.0.1750881729-gb4cc5b");
120104
+ const e = await CSr("0.0.1750896110-g7e1314");
120105
120105
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
120106
120106
  try {
120107
120107
  await DSr(e.latestVersion), t.next({
@@ -122680,7 +122680,7 @@ async function lg(t, e) {
122680
122680
  dI({
122681
122681
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122682
122682
  logFile: e.logFile || process.env.AMP_LOG_FILE
122683
- }), yht("0.0.1750881729-gb4cc5b");
122683
+ }), yht("0.0.1750896110-g7e1314");
122684
122684
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122685
122685
  Fe.info("Using settings file", { settingsFile: r });
122686
122686
  const n = b4(), i = q7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122793,11 +122793,11 @@ function lTr(t) {
122793
122793
  const o = s.originalError ?? s;
122794
122794
  th(t, o);
122795
122795
  }), e.option("-V, --version", "output the version number", () => {
122796
- const o = "(released 2025-06-25T20:11:43.561Z)";
122796
+ const o = "(released 2025-06-26T00:10:12.973Z)";
122797
122797
  t.isTTY ? xi.write(
122798
- `0.0.1750881729-gb4cc5b ${t.printer.print(o, { foreground: "gray" })}
122798
+ `0.0.1750896110-g7e1314 ${t.printer.print(o, { foreground: "gray" })}
122799
122799
  `
122800
- ) : xi.write(`0.0.1750881729-gb4cc5b ${o}
122800
+ ) : xi.write(`0.0.1750896110-g7e1314 ${o}
122801
122801
  `), process.exit(0);
122802
122802
  }), e.addHelpText(
122803
122803
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750881729-gb4cc5b",
3
+ "version": "0.0.1750896110-g7e1314",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {