@sourcegraph/amp 0.0.1750406537-g4df54a → 0.0.1750435281-gf49ee2

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
@@ -54529,7 +54529,7 @@ function f9t(t) {
54529
54529
  function p9t(t, e) {
54530
54530
  return {
54531
54531
  ...e,
54532
- waitingForUserInput: t && e?.state === "active" ? g9t(t, e.inferenceState) : !1
54532
+ interactionState: t && e?.state === "active" ? g9t(t, e.inferenceState) : !1
54533
54533
  };
54534
54534
  }
54535
54535
  function g9t(t, e) {
@@ -119736,7 +119736,7 @@ async function cSr({
119736
119736
  }
119737
119737
  async function uSr(t) {
119738
119738
  try {
119739
- const e = await iSr("0.0.1750406537-g4df54a");
119739
+ const e = await iSr("0.0.1750435281-gf49ee2");
119740
119740
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119741
119741
  try {
119742
119742
  await lSr(e.latestVersion), t.next({
@@ -122303,7 +122303,7 @@ async function og(t, e) {
122303
122303
  cI({
122304
122304
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122305
122305
  logFile: e.logFile || process.env.AMP_LOG_FILE
122306
- }), x_t("0.0.1750406537-g4df54a");
122306
+ }), x_t("0.0.1750435281-gf49ee2");
122307
122307
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122308
122308
  Ue.info("Using settings file", { settingsFile: r });
122309
122309
  const n = g4(), i = T7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122416,11 +122416,11 @@ function $Sr(t) {
122416
122416
  const o = s.originalError ?? s;
122417
122417
  Jd(t, o);
122418
122418
  }), e.option("-V, --version", "output the version number", () => {
122419
- const o = "(released 2025-06-20T08:10:22.179Z)";
122419
+ const o = "(released 2025-06-20T16:09:36.212Z)";
122420
122420
  t.isTTY ? xi.write(
122421
- `0.0.1750406537-g4df54a ${t.printer.print(o, { foreground: "gray" })}
122421
+ `0.0.1750435281-gf49ee2 ${t.printer.print(o, { foreground: "gray" })}
122422
122422
  `
122423
- ) : xi.write(`0.0.1750406537-g4df54a ${o}
122423
+ ) : xi.write(`0.0.1750435281-gf49ee2 ${o}
122424
122424
  `), process.exit(0);
122425
122425
  }), e.addHelpText(
122426
122426
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750406537-g4df54a",
3
+ "version": "0.0.1750435281-gf49ee2",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {