@sourcegraph/amp 0.0.1749916874-g06dc75 → 0.0.1749931348-g2c31c0

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 +6 -6
  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.1749916874-g06dc75");
113356
+ const e = await nhr("0.0.1749931348-g2c31c0");
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.1749916874-g06dc75");
115281
+ }), ept("0.0.1749931348-g2c31c0");
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-14T16:09:00.536Z)";
115392
+ const o = "(released 2025-06-14T20:10:20.165Z)";
115393
115393
  t.isTTY ? Ni.write(
115394
- `0.0.1749916874-g06dc75 ${t.printer.print(o, { foreground: "gray" })}
115394
+ `0.0.1749931348-g2c31c0 ${t.printer.print(o, { foreground: "gray" })}
115395
115395
  `
115396
- ) : Ni.write(`0.0.1749916874-g06dc75 ${o}
115396
+ ) : Ni.write(`0.0.1749931348-g2c31c0 ${o}
115397
115397
  `), process.exit(0);
115398
115398
  }), e.addHelpText(
115399
115399
  "after",
@@ -115907,7 +115907,7 @@ Use ` + u.printer.print("amp threads continue [THREAD_ID]", {
115907
115907
  `Secrets have been automatically redacted, but please review the file before attaching
115908
115908
  `
115909
115909
  ), en.write(
115910
- `it to support requests. Learn more at https://ampcode.com/manual#support-bundle
115910
+ `it to support requests. Learn more at https://ampcode.com/manual#support-bundles
115911
115911
  `
115912
115912
  ), process.exit(0);
115913
115913
  } catch (o) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1749916874-g06dc75",
3
+ "version": "0.0.1749931348-g2c31c0",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {