@sourcegraph/amp 0.0.1750780880-g730e49 → 0.0.1750795280-g77323b

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 +7 -6
  2. package/package.json +1 -1
package/dist/amp.js CHANGED
@@ -3320,6 +3320,7 @@ function sxe() {
3320
3320
  webBrowser: e,
3321
3321
  os: r,
3322
3322
  client: ZX().name,
3323
+ optionAltKeyShort: r === "darwin" ? "⌥" : "Alt",
3323
3324
  ctrlCmdKeyShort: r === "darwin" ? "⌘" : "⌃",
3324
3325
  ctrlCmdKey: r === "darwin" ? "⌘" : "Ctrl"
3325
3326
  };
@@ -48321,7 +48322,7 @@ async function* Q6t(t, e, r, n, i) {
48321
48322
  includeThoughts: !0
48322
48323
  }
48323
48324
  }
48324
- }, f = await s.chats.create(p), m = {
48325
+ }, f = s.chats.create(p), m = {
48325
48326
  message: l.parts ?? [],
48326
48327
  config: {
48327
48328
  tools: [u],
@@ -119941,7 +119942,7 @@ async function CSr({
119941
119942
  }
119942
119943
  async function xSr(t) {
119943
119944
  try {
119944
- const e = await bSr("0.0.1750780880-g730e49");
119945
+ const e = await bSr("0.0.1750795280-g77323b");
119945
119946
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
119946
119947
  try {
119947
119948
  await wSr(e.latestVersion), t.next({
@@ -122512,7 +122513,7 @@ async function lg(t, e) {
122512
122513
  uI({
122513
122514
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
122514
122515
  logFile: e.logFile || process.env.AMP_LOG_FILE
122515
- }), sht("0.0.1750780880-g730e49");
122516
+ }), sht("0.0.1750795280-g77323b");
122516
122517
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
122517
122518
  Be.info("Using settings file", { settingsFile: r });
122518
122519
  const n = _4(), i = R7e({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -122625,11 +122626,11 @@ function nTr(t) {
122625
122626
  const o = s.originalError ?? s;
122626
122627
  eh(t, o);
122627
122628
  }), e.option("-V, --version", "output the version number", () => {
122628
- const o = "(released 2025-06-24T16:09:33.795Z)";
122629
+ const o = "(released 2025-06-24T20:09:45.460Z)";
122629
122630
  t.isTTY ? xi.write(
122630
- `0.0.1750780880-g730e49 ${t.printer.print(o, { foreground: "gray" })}
122631
+ `0.0.1750795280-g77323b ${t.printer.print(o, { foreground: "gray" })}
122631
122632
  `
122632
- ) : xi.write(`0.0.1750780880-g730e49 ${o}
122633
+ ) : xi.write(`0.0.1750795280-g77323b ${o}
122633
122634
  `), process.exit(0);
122634
122635
  }), e.addHelpText(
122635
122636
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1750780880-g730e49",
3
+ "version": "0.0.1750795280-g77323b",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {