@sourcegraph/amp 0.0.1751342697-g6f8b6d → 0.0.1751343239-gad22a6

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
@@ -125398,7 +125398,7 @@ async function uwr({
125398
125398
  }
125399
125399
  async function dwr(t) {
125400
125400
  try {
125401
- const e = await awr("0.0.1751342697-g6f8b6d");
125401
+ const e = await awr("0.0.1751343239-gad22a6");
125402
125402
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
125403
125403
  try {
125404
125404
  await cwr(e.latestVersion), t.next({
@@ -127974,7 +127974,7 @@ async function lg(t, e) {
127974
127974
  vI({
127975
127975
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
127976
127976
  logFile: e.logFile || process.env.AMP_LOG_FILE
127977
- }), bht("0.0.1751342697-g6f8b6d");
127977
+ }), bht("0.0.1751343239-gad22a6");
127978
127978
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
127979
127979
  De.info("Using settings file", { settingsFile: r });
127980
127980
  const n = D4(), i = uBe({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -128093,11 +128093,11 @@ function qwr(t) {
128093
128093
  const o = s.originalError ?? s;
128094
128094
  nh(t, o);
128095
128095
  }), e.option("-V, --version", "output the version number", () => {
128096
- const o = "(released 2025-07-01T04:14:35.358Z)";
128096
+ const o = "(released 2025-07-01T04:22:18.620Z)";
128097
128097
  t.isTTY ? xi.write(
128098
- `0.0.1751342697-g6f8b6d ${t.printer.print(o, { foreground: "gray" })}
128098
+ `0.0.1751343239-gad22a6 ${t.printer.print(o, { foreground: "gray" })}
128099
128099
  `
128100
- ) : xi.write(`0.0.1751342697-g6f8b6d ${o}
128100
+ ) : xi.write(`0.0.1751343239-gad22a6 ${o}
128101
128101
  `), process.exit(0);
128102
128102
  }), e.addHelpText(
128103
128103
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1751342697-g6f8b6d",
3
+ "version": "0.0.1751343239-gad22a6",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {