@sourcegraph/amp 0.0.1750723301-g55d8e4 → 0.0.1750752079-ge808cc

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
@@ -119935,7 +119935,7 @@ async function ySr({
119935
119935
  }
119936
119936
  async function vSr(t) {
119937
119937
  try {
119938
- const e = await fSr("0.0.1750723301-g55d8e4");
119938
+ const e = await fSr("0.0.1750752079-ge808cc");
119939
119939
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119940
119940
  try {
119941
119941
  await _Sr(e.latestVersion), t.next({
@@ -122506,7 +122506,7 @@ async function lg(t, e) {
122506
122506
  cI({
122507
122507
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122508
122508
  logFile: e.logFile || process.env.AMP_LOG_FILE
122509
- }), rht("0.0.1750723301-g55d8e4");
122509
+ }), rht("0.0.1750752079-ge808cc");
122510
122510
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122511
122511
  Be.info("Using settings file", { settingsFile: r });
122512
122512
  const n = m4(), i = A7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122619,11 +122619,11 @@ function XSr(t) {
122619
122619
  const o = s.originalError ?? s;
122620
122620
  eh(t, o);
122621
122621
  }), e.option("-V, --version", "output the version number", () => {
122622
- const o = "(released 2025-06-24T00:10:50.769Z)";
122622
+ const o = "(released 2025-06-24T08:09:34.562Z)";
122623
122623
  t.isTTY ? xi.write(
122624
- `0.0.1750723301-g55d8e4 ${t.printer.print(o, { foreground: "gray" })}
122624
+ `0.0.1750752079-ge808cc ${t.printer.print(o, { foreground: "gray" })}
122625
122625
  `
122626
- ) : xi.write(`0.0.1750723301-g55d8e4 ${o}
122626
+ ) : xi.write(`0.0.1750752079-ge808cc ${o}
122627
122627
  `), process.exit(0);
122628
122628
  }), e.addHelpText(
122629
122629
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750723301-g55d8e4",
3
+ "version": "0.0.1750752079-ge808cc",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {