@sourcegraph/amp 0.0.1751241745-gf24bc6 → 0.0.1751270525-gdc4084

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.
package/README.md CHANGED
@@ -53,10 +53,10 @@ If you can't use the interactive flow, set your API key as an environment variab
53
53
  export AMP_API_KEY=your-api-key-here
54
54
  ```
55
55
 
56
- ## Corporate Networks
56
+ ## Proxies and Certificates
57
57
 
58
- The Amp CLI supports proxy servers and custom certificates for corporate environments. See the [Corporate Networks section](https://ampcode.com/manual#corporate-networks) in the Amp Owner's Manual for configuration details.
58
+ The Amp CLI supports proxy servers and custom certificates for corporate environments. See the [Proxies and Certificates section](https://ampcode.com/manual#proxies-and-certificates) in the Amp Owner's Manual for configuration details.
59
59
 
60
60
  ## Configuration
61
61
 
62
- For advanced settings and configuration file locations, see the [Configuration section](https://ampcode.com/manual#configuration) in the Amp Owner's Manual.
62
+ For detailed configuration options including all available settings, see the [Configuration Settings](https://ampcode.com/manual#configuration) section in the Owner's Manual.
package/dist/amp.js CHANGED
@@ -125485,7 +125485,7 @@ async function vwr({
125485
125485
  }
125486
125486
  async function bwr(t) {
125487
125487
  try {
125488
- const e = await pwr("0.0.1751241745-gf24bc6");
125488
+ const e = await pwr("0.0.1751270525-gdc4084");
125489
125489
  e.hasUpdate && e.latestVersion ? (t.next({ type: "update-start-updating" }), setTimeout(async () => {
125490
125490
  try {
125491
125491
  await ywr(e.latestVersion), t.next({
@@ -128064,7 +128064,7 @@ async function lg(t, e) {
128064
128064
  SI({
128065
128065
  logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
128066
128066
  logFile: e.logFile || process.env.AMP_LOG_FILE
128067
- }), Mht("0.0.1751241745-gf24bc6");
128067
+ }), Mht("0.0.1751270525-gdc4084");
128068
128068
  const r = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
128069
128069
  De.info("Using settings file", { settingsFile: r });
128070
128070
  const n = I4(), i = vBe({ settingsFile: r }), a = process.env.AMP_API_KEY;
@@ -128179,11 +128179,11 @@ function Qwr(t) {
128179
128179
  const o = s.originalError ?? s;
128180
128180
  nh(t, o);
128181
128181
  }), e.option("-V, --version", "output the version number", () => {
128182
- const o = "(released 2025-06-30T00:11:22.786Z)";
128182
+ const o = "(released 2025-06-30T08:10:41.779Z)";
128183
128183
  t.isTTY ? xi.write(
128184
- `0.0.1751241745-gf24bc6 ${t.printer.print(o, { foreground: "gray" })}
128184
+ `0.0.1751270525-gdc4084 ${t.printer.print(o, { foreground: "gray" })}
128185
128185
  `
128186
- ) : xi.write(`0.0.1751241745-gf24bc6 ${o}
128186
+ ) : xi.write(`0.0.1751270525-gdc4084 ${o}
128187
128187
  `), process.exit(0);
128188
128188
  }), e.addHelpText(
128189
128189
  "after",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1751241745-gf24bc6",
3
+ "version": "0.0.1751270525-gdc4084",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {