@sourcegraph/amp 0.0.1750201070-gb32608 → 0.0.1750201903-g3ffa0b

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
@@ -119684,7 +119684,7 @@ async function Avr({
119684
119684
  }
119685
119685
  async function kvr(t) {
119686
119686
  try {
119687
- const e = await Tvr("0.0.1750201070-gb32608");
119687
+ const e = await Tvr("0.0.1750201903-g3ffa0b");
119688
119688
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119689
119689
  try {
119690
119690
  await xvr(e.latestVersion), t.next({
@@ -122232,7 +122232,7 @@ async function Lp(t, e) {
122232
122232
  jR({
122233
122233
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122234
122234
  logFile: e.logFile || process.env.AMP_LOG_FILE
122235
- }), kgt("0.0.1750201070-gb32608");
122235
+ }), kgt("0.0.1750201903-g3ffa0b");
122236
122236
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122237
122237
  Ue.info("Using settings file", { settingsFile: r });
122238
122238
  const n = o4(), i = V8e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122344,11 +122344,11 @@ function ibr(t) {
122344
122344
  const o = s.originalError ?? s;
122345
122345
  Rd(t, o);
122346
122346
  }), e.option("-V, --version", "output the version number", () => {
122347
- const o = "(released 2025-06-17T23:05:51.690Z)";
122347
+ const o = "(released 2025-06-17T23:19:52.492Z)";
122348
122348
  t.isTTY ? qn.write(
122349
- `0.0.1750201070-gb32608 ${t.printer.print(o, { foreground: "gray" })}
122349
+ `0.0.1750201903-g3ffa0b ${t.printer.print(o, { foreground: "gray" })}
122350
122350
  `
122351
- ) : qn.write(`0.0.1750201070-gb32608 ${o}
122351
+ ) : qn.write(`0.0.1750201903-g3ffa0b ${o}
122352
122352
  `), process.exit(0);
122353
122353
  }), e.addHelpText(
122354
122354
  "after",
@@ -122806,7 +122806,7 @@ Summary: ${y}
122806
122806
  zr.write(`Error: ${l}
122807
122807
  `), process.exit(1);
122808
122808
  }
122809
- }), process.env.AMP_EXPERIMENTAL_TUI !== "" && abr(e);
122809
+ }), (process.env.AMP_EXPERIMENTAL_TUI ?? "") !== "" && abr(e);
122810
122810
  for (const s of Jvr)
122811
122811
  switch (s.type) {
122812
122812
  case "flag": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750201070-gb32608",
3
+ "version": "0.0.1750201903-g3ffa0b",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {