@sourcegraph/amp 0.0.1751385390-g6f3328 → 0.0.1751385682-g6f3328

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/main.js +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -7621,8 +7621,8 @@ ${A.printer.print(J,{foreground:"blue",style:"bold"})}
7621
7621
  Login successful! You can now use the Amp CLI.
7622
7622
  `),!0}catch(D){return A8.write(`
7623
7623
  Login failed: ${D instanceof Error?D.message:String(D)}
7624
- `),!1}}var E12=new Set(["fuzzy-server"]);function w12(A){let Q=new v41().name("amp").description("AI-powered coding assistant").option("--thread-id [THREAD_ID]","ID of the thread to continue running",void 0);Q.exitOverride((Z)=>{if(Z.code==="commander.help"||Z.code==="commander.version"||Z.exitCode===0)PC(),process.exit(0);let X=Z.originalError??Z;tY(A,X)}),Q.option("-V, --version","output the version number",()=>{if(A.isTTY)u5.write(`0.0.0-dev ${A.printer.print("(released 2025-07-01T16:05:06.465Z)",{foreground:"gray"})}
7625
- `);else u5.write(`0.0.0-dev (released 2025-07-01T16:05:06.465Z)
7624
+ `),!1}}var E12=new Set(["fuzzy-server"]);function w12(A){let Q=new v41().name("amp").description("AI-powered coding assistant").option("--thread-id [THREAD_ID]","ID of the thread to continue running",void 0);Q.exitOverride((Z)=>{if(Z.code==="commander.help"||Z.code==="commander.version"||Z.exitCode===0)PC(),process.exit(0);let X=Z.originalError??Z;tY(A,X)}),Q.option("-V, --version","output the version number",()=>{if(A.isTTY)u5.write(`0.0.0-dev ${A.printer.print("(released 2025-07-01T16:10:27.747Z)",{foreground:"gray"})}
7625
+ `);else u5.write(`0.0.0-dev (released 2025-07-01T16:10:27.747Z)
7626
7626
  `);process.exit(0)}),Q.addHelpText("after",(()=>{let Z="";Z+=A.printer.print("Environment variables:",{style:"bold"})+`
7627
7627
 
7628
7628
  `,Z+=" "+A.printer.print("AMP_API_KEY",{foreground:"green"})+` API key for Amp (see https://ampcode.com/settings)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1751385390-g6f3328",
3
+ "version": "0.0.1751385682-g6f3328",
4
4
  "description": "CLI for Amp, an agentic coding tool in research preview from Sourcegraph.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {