@sourcegraph/amp 0.0.1776711768-g93a9e2 → 0.0.1776730295-gbaeee6
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/dist/main.js +8 -8
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -4701,12 +4701,12 @@ ${U}`))}},error:(D)=>{if(!H)H=!0,F(Error(`Failed to spawn brew: ${D.message}`))}
|
|
|
4701
4701
|
${U}`;if(K==="pnpm"&&U.includes("Unable to find the global bin directory"))B+=`
|
|
4702
4702
|
|
|
4703
4703
|
Hint: Try running "pnpm setup" to configure pnpm global directory, or use npm instead:
|
|
4704
|
-
npm install -g @sourcegraph/amp`;F(Error(B))}},error:(D)=>{if(!W)W=!0,F(Error(`Failed to spawn ${K}: ${D.message}`))},complete:()=>{if(!W)W=!0,G()}})})}a0();a0();xN();async function UX0(J,Z){let X=`${Z||"https://registry.npmjs.org"}/@sourcegraph/amp/latest`,K=new AbortController,V=setTimeout(()=>K.abort(),5000);try{let G=await fetch(X,{signal:K.signal});if(!G.ok)return{hasUpdate:!1,currentVersion:J,source:"npm"};let F=await G.json(),z=F.version??F["dist-tags"]?.latest;if(!z)return{hasUpdate:!1,currentVersion:J,source:"npm"};let q=Q_4(J,z),W=q<0,H,D;if(F.time){let U=F.time[J],B=F.time[z],N=Date.now();if(U)H=Math.floor((N-new Date(U).getTime())/3600000);if(B)D=Math.floor((N-new Date(B).getTime())/3600000)}return S.info("NPM version comparison",{currentVersion:J,latestVersion:z,compareResult:q,hasUpdate:W,currentVersionAge:H,latestVersionAge:D}),{hasUpdate:W,latestVersion:z,currentVersion:J,currentVersionAge:H,latestVersionAge:D,source:"npm"}}catch(G){return S.debug("Error checking npm version",{error:G}),{hasUpdate:!1,currentVersion:J,source:"npm"}}finally{clearTimeout(V)}}var TK3="https://static.ampcode.com/cli/cli-version.txt";async function BX0(J){let Z=new AbortController,Q=setTimeout(()=>Z.abort(),5000);try{let Y=await fetch(`${TK3}?t=${Date.now()}`,{signal:Z.signal,cache:"no-store"});if(!Y.ok)return{hasUpdate:!1,currentVersion:J,source:"bin"};let X=(await Y.text()).trim();if(!X||!/^\d+\.\d+\.\d+/.test(X))return{hasUpdate:!1,currentVersion:J,source:"bin"};let K=Q_4(J,X),V=K<0;return S.info("Bin version comparison",{currentVersion:J,latestVersion:X,compareResult:K,hasUpdate:V}),{hasUpdate:V,latestVersion:X,currentVersion:J,source:"bin"}}catch(Y){return S.debug("Error checking bin version",{error:Y}),{hasUpdate:!1,currentVersion:J,source:"bin"}}finally{clearTimeout(Q)}}var SK3=604800000;function Z_4(J){if(!J)return null;let Z=typeof J==="number"?J:new Date(J).getTime();if(isNaN(Z))return null;let Q=Date.now()-Z;if(Q>SK3)return{ageMs:Q};return null}function Q_4(J,Z){let Q=(V)=>{let[G,F]=V.split("-");return{parts:G?.split(".").map(Number)||[],label:F}},Y=Q(J),X=Q(Z),K=Math.max(Y.parts.length,X.parts.length);for(let V=0;V<K;V++){let G=Y.parts[V]||0,F=X.parts[V]||0;if(G<F)return-1;if(G>F)return 1}if(Y.label===X.label)return 0;if(!Y.label&&X.label)return 1;if(Y.label&&!X.label)return-1;if(Y.label&&X.label)return Y.label<X.label?-1:1;return 0}function Eo0(J){try{let Z=J.match(/^0\.0\.(\d+)(?:-g?([a-f0-9]+))?/);if(!Z)return null;let Q=parseInt(Z[1],10)*1000,Y=Z[2],X=Q!==0?yz(Q):void 0;return{sha:Y,age:X}}catch{return null}}R1();function Mo0(J,Z,Q={}){let Y=new A6,X=Y.pipe(u6({shouldCountRefs:!1}));return setImmediate(async()=>{let K=new yV().scoped("update"),V=Q.startDelayMs??0;if(V>0)await vz(V);let G=X.subscribe({next:(F)=>{K.debug("emit new state",F)}});try{let F=process.env.AMP_TEST_UPDATE_STATUS;if(F){K.debug("using fake update status for testing",{status:F}),await vz(500),Y.next(F);return}if(process.env.AMP_SKIP_UPDATE_CHECK==="1"){K.debug("checking disabled via AMP_SKIP_UPDATE_CHECK environment variable");return}let z=await Z.get("updates.mode");if(z==="disabled"){K.debug("checking disabled");return}let q=await HX0(),W=q==="binary"||q==="brew";K.debug("checking",{currentVersion:J,mode:z,packageManager:q,isBinaryDistribution:W});let H;if(W)H=await BX0(J);else{let U=await lj();H=await UX0(J,U)}if(!(H.latestVersion&&H.hasUpdate)){K.debug("no update available");return}let D=()=>{if(H.currentVersionAge!==void 0&&H.latestVersionAge!==void 0){let U=H.currentVersionAge-H.latestVersionAge,B=0.5;if(Math.abs(U)<0.5)return K.debug("versions too close together, suppressing update warning",{currentVersionAge:H.currentVersionAge,latestVersionAge:H.latestVersionAge,ageDifferenceHours:U}),!0}return!1};if(!z)z=q==="pnpm"?"warn":"auto",K.debug("no configured update mode; selected default based on package manager",{packageManager:q,mode:z});if(q==="brew"){if(!D())Y.next("update-available-brew");return}if(q==="binary"&&process.execPath!==Uo0()){if(K.debug("non-standard binary path, showing warning"),!D())Y.next("update-available-unrecognized-path");return}if(z==="warn"){if(!D())Y.next("update-available");return}if(!q){if(K.debug("auto-update not supported, falling back to warn mode"),!D())Y.next("update-available");return}if(q==="binary"&&process.platform==="win32"){if(K.debug("binary auto-update not supported on Windows, falling back to warn mode"),!D())Y.next("update-available");return}try{await Un(H.latestVersion,q);let U=await pw(H.latestVersion),B={from:H.currentVersion,to:H.latestVersion,...U};if(U.status==="same")K.info("success",B),Y.next("updated");else K.warn("success with warning",B),Y.next("updated-with-warning")}catch(U){Y.next("update-error")}}catch(F){K.debug("check failed",{error:F})}finally{await vz(5000),Y.next("hidden"),G.unsubscribe(),Y.complete()}}),{state:X}}xN();import{stderr as aG}from"node:process";function Y_4(J){let Z=new Xw().name("install").description("Install required tools like ripgrep to $AMP_HOME/bin").option("--force","Force reinstallation even if already installed").option("--verbose","Show installation progress and results").action(async(Y)=>{await Go0(Y.force||!1,Y.verbose||!1,"0.0.
|
|
4704
|
+
npm install -g @sourcegraph/amp`;F(Error(B))}},error:(D)=>{if(!W)W=!0,F(Error(`Failed to spawn ${K}: ${D.message}`))},complete:()=>{if(!W)W=!0,G()}})})}a0();a0();xN();async function UX0(J,Z){let X=`${Z||"https://registry.npmjs.org"}/@sourcegraph/amp/latest`,K=new AbortController,V=setTimeout(()=>K.abort(),5000);try{let G=await fetch(X,{signal:K.signal});if(!G.ok)return{hasUpdate:!1,currentVersion:J,source:"npm"};let F=await G.json(),z=F.version??F["dist-tags"]?.latest;if(!z)return{hasUpdate:!1,currentVersion:J,source:"npm"};let q=Q_4(J,z),W=q<0,H,D;if(F.time){let U=F.time[J],B=F.time[z],N=Date.now();if(U)H=Math.floor((N-new Date(U).getTime())/3600000);if(B)D=Math.floor((N-new Date(B).getTime())/3600000)}return S.info("NPM version comparison",{currentVersion:J,latestVersion:z,compareResult:q,hasUpdate:W,currentVersionAge:H,latestVersionAge:D}),{hasUpdate:W,latestVersion:z,currentVersion:J,currentVersionAge:H,latestVersionAge:D,source:"npm"}}catch(G){return S.debug("Error checking npm version",{error:G}),{hasUpdate:!1,currentVersion:J,source:"npm"}}finally{clearTimeout(V)}}var TK3="https://static.ampcode.com/cli/cli-version.txt";async function BX0(J){let Z=new AbortController,Q=setTimeout(()=>Z.abort(),5000);try{let Y=await fetch(`${TK3}?t=${Date.now()}`,{signal:Z.signal,cache:"no-store"});if(!Y.ok)return{hasUpdate:!1,currentVersion:J,source:"bin"};let X=(await Y.text()).trim();if(!X||!/^\d+\.\d+\.\d+/.test(X))return{hasUpdate:!1,currentVersion:J,source:"bin"};let K=Q_4(J,X),V=K<0;return S.info("Bin version comparison",{currentVersion:J,latestVersion:X,compareResult:K,hasUpdate:V}),{hasUpdate:V,latestVersion:X,currentVersion:J,source:"bin"}}catch(Y){return S.debug("Error checking bin version",{error:Y}),{hasUpdate:!1,currentVersion:J,source:"bin"}}finally{clearTimeout(Q)}}var SK3=604800000;function Z_4(J){if(!J)return null;let Z=typeof J==="number"?J:new Date(J).getTime();if(isNaN(Z))return null;let Q=Date.now()-Z;if(Q>SK3)return{ageMs:Q};return null}function Q_4(J,Z){let Q=(V)=>{let[G,F]=V.split("-");return{parts:G?.split(".").map(Number)||[],label:F}},Y=Q(J),X=Q(Z),K=Math.max(Y.parts.length,X.parts.length);for(let V=0;V<K;V++){let G=Y.parts[V]||0,F=X.parts[V]||0;if(G<F)return-1;if(G>F)return 1}if(Y.label===X.label)return 0;if(!Y.label&&X.label)return 1;if(Y.label&&!X.label)return-1;if(Y.label&&X.label)return Y.label<X.label?-1:1;return 0}function Eo0(J){try{let Z=J.match(/^0\.0\.(\d+)(?:-g?([a-f0-9]+))?/);if(!Z)return null;let Q=parseInt(Z[1],10)*1000,Y=Z[2],X=Q!==0?yz(Q):void 0;return{sha:Y,age:X}}catch{return null}}R1();function Mo0(J,Z,Q={}){let Y=new A6,X=Y.pipe(u6({shouldCountRefs:!1}));return setImmediate(async()=>{let K=new yV().scoped("update"),V=Q.startDelayMs??0;if(V>0)await vz(V);let G=X.subscribe({next:(F)=>{K.debug("emit new state",F)}});try{let F=process.env.AMP_TEST_UPDATE_STATUS;if(F){K.debug("using fake update status for testing",{status:F}),await vz(500),Y.next(F);return}if(process.env.AMP_SKIP_UPDATE_CHECK==="1"){K.debug("checking disabled via AMP_SKIP_UPDATE_CHECK environment variable");return}let z=await Z.get("updates.mode");if(z==="disabled"){K.debug("checking disabled");return}let q=await HX0(),W=q==="binary"||q==="brew";K.debug("checking",{currentVersion:J,mode:z,packageManager:q,isBinaryDistribution:W});let H;if(W)H=await BX0(J);else{let U=await lj();H=await UX0(J,U)}if(!(H.latestVersion&&H.hasUpdate)){K.debug("no update available");return}let D=()=>{if(H.currentVersionAge!==void 0&&H.latestVersionAge!==void 0){let U=H.currentVersionAge-H.latestVersionAge,B=0.5;if(Math.abs(U)<0.5)return K.debug("versions too close together, suppressing update warning",{currentVersionAge:H.currentVersionAge,latestVersionAge:H.latestVersionAge,ageDifferenceHours:U}),!0}return!1};if(!z)z=q==="pnpm"?"warn":"auto",K.debug("no configured update mode; selected default based on package manager",{packageManager:q,mode:z});if(q==="brew"){if(!D())Y.next("update-available-brew");return}if(q==="binary"&&process.execPath!==Uo0()){if(K.debug("non-standard binary path, showing warning"),!D())Y.next("update-available-unrecognized-path");return}if(z==="warn"){if(!D())Y.next("update-available");return}if(!q){if(K.debug("auto-update not supported, falling back to warn mode"),!D())Y.next("update-available");return}if(q==="binary"&&process.platform==="win32"){if(K.debug("binary auto-update not supported on Windows, falling back to warn mode"),!D())Y.next("update-available");return}try{await Un(H.latestVersion,q);let U=await pw(H.latestVersion),B={from:H.currentVersion,to:H.latestVersion,...U};if(U.status==="same")K.info("success",B),Y.next("updated");else K.warn("success with warning",B),Y.next("updated-with-warning")}catch(U){Y.next("update-error")}}catch(F){K.debug("check failed",{error:F})}finally{await vz(5000),Y.next("hidden"),G.unsubscribe(),Y.complete()}}),{state:X}}xN();import{stderr as aG}from"node:process";function Y_4(J){let Z=new Xw().name("install").description("Install required tools like ripgrep to $AMP_HOME/bin").option("--force","Force reinstallation even if already installed").option("--verbose","Show installation progress and results").action(async(Y)=>{await Go0(Y.force||!1,Y.verbose||!1,"0.0.1776730295-gbaeee6"),process.exit()});J.addCommand(Z,{hidden:!0});let Q=new Xw("update").alias("up").summary("Update Amp CLI").description("Update Amp CLI to the latest version. You can specify a particular version to install, or leave blank to get the latest stable release.").option("--target-version <version>","Update to a specific version").allowUnknownOption(!1).action(async(Y)=>{await vK3(Y.targetVersion)});J.addCommand(Q)}function kK3(J){let Z=Boolean(J.isTTY),Q=0,Y=!1;function X(){if(!Z||!Y)return;J.write(`
|
|
4705
4705
|
`),Y=!1,Q=0}function K(V){if(!Z)return;let G=V.padEnd(Q," ");J.write(`\r${G}`),Y=!0,Q=G.length}return{flushProgressLine:X,renderProgress:K}}async function vK3(J){let Q=process.platform==="win32"&&cj()?{currentExecutablePath:process.execPath}:void 0,{flushProgressLine:Y,renderProgress:X}=kK3(aG);if(process.env.AMP_SKIP_UPDATE_CHECK==="1")aG.write(n0.yellow(`Note: AMP_SKIP_UPDATE_CHECK=1 is set, which disables automatic update checking. Manual updates will still work.
|
|
4706
4706
|
|
|
4707
4707
|
`));try{if(!J){aG.write(n0.blue(`Checking for updates...
|
|
4708
|
-
`));let G=!1,F;if(cj()){let z=await BX0("0.0.
|
|
4709
|
-
`));let W=await pw("0.0.
|
|
4708
|
+
`));let G=!1,F;if(cj()){let z=await BX0("0.0.1776730295-gbaeee6");G=z.hasUpdate,F=z.latestVersion}else{let z=await lj(),q=await UX0("0.0.1776730295-gbaeee6",z);G=q.hasUpdate,F=q.latestVersion}if(!G){let z=Eo0("0.0.1776730295-gbaeee6"),q=z?.age?`released ${z.age} ago`:`built ${yz(new Date("2026-04-21T00:15:22.591Z"))} ago`;aG.write(n0.green(`✓ Amp is already up to date on version ${"0.0.1776730295-gbaeee6"} (${q})
|
|
4709
|
+
`));let W=await pw("0.0.1776730295-gbaeee6",Q);if(W.warning)aG.write(`
|
|
4710
4710
|
`+n0.yellow(W.warning)+`
|
|
4711
4711
|
`);process.exit(0)}if(!F)aG.write(n0.yellow("[WARN] could not find latest version")),process.exit(0);J=F}aG.write(n0.blue(`Updating to version ${J}...
|
|
4712
4712
|
`)),await Un(J,void 0,(G)=>{Y(),aG.write(n0.dim(`Running: ${G}
|
|
@@ -5946,7 +5946,7 @@ ${X}`,Z);this.line=Q,this.column=Y,this.codeblock=X}}/*!
|
|
|
5946
5946
|
`),K=[];for(let V=0;V<X.length;V++){let z=X[V].replace(/\b(SELECT|FROM|WHERE|GROUP BY|ORDER BY|HAVING|LIMIT|JOIN|LEFT JOIN|RIGHT JOIN|INNER JOIN|ON|AND|OR|AS|IN|NOT|NULL|IS|BETWEEN|LIKE|EXISTS|UNION|DISTINCT|COUNT|SUM|AVG|MIN|MAX|DATE|TIMESTAMP_TRUNC|TIMESTAMP_SUB|CURRENT_TIMESTAMP|INTERVAL|CASE|WHEN|THEN|ELSE|END|WITH|INSERT|UPDATE|DELETE|SET|VALUES|INTO|CREATE|ALTER|DROP|TRUE|FALSE|ASC|DESC)\b/gi,"\x00$1\x01").split(/(\x00[^\x01]+\x01)/);for(let q of z)if(q.startsWith("\x00")&&q.endsWith("\x01"))K.push(new P(q.slice(1,-1),new g({color:Y.app.keybind,bold:!0})));else K.push(new P(q,new g({color:Q.colorScheme.foreground})));if(V<X.length-1)K.push(new P(`
|
|
5947
5947
|
`))}return new l0({decoration:{color:Q.colorScheme.background,border:Q4.all(new J4(Y.app.keybind,1,"rounded"))},child:new h0({padding:I0.symmetric(0,1),child:new $0({text:new P(void 0,void 0,K)})})})}}class l11 extends H2{chartData;highlightIndex;showAxes;colors;constructor({key:J,chartData:Z,highlightIndex:Q=null,showAxes:Y=!0,colors:X=jF0}){super(J?{key:J}:{});this.chartData=Z,this.highlightIndex=Q,this.showAxes=Y,this.colors=X}createRenderObject(){return new d11({chartData:this.chartData,highlightIndex:this.highlightIndex,showAxes:this.showAxes,colors:this.colors})}updateRenderObject(J){let Z=J;Z.chartData=this.chartData,Z.highlightIndex=this.highlightIndex,Z.showAxes=this.showAxes,Z.colors=this.colors,Z.markNeedsLayout()}}function tp4(J,Z,Q,Y,X,K,V){if(K<=0)return null;switch(J){case"horizontal-bar":{let G=Q;return G>=0&&G<K?G:null}case"bar":case"stacked-bar":{let G=V?E9:0,F=Y-G;if(F<=0)return null;let z=Z-G;if(z<0||z>=F)return null;let q=Math.max(1,Math.floor(F/K)),W=Math.floor(z/q);return W>=0&&W<K?W:null}case"line":case"sparkline":case"stacked-area":{let G=V?E9:0,F=Y-G;if(F<=0)return null;let z=Math.max(0,Math.min(F-1,Z-G));if(K===1)return 0;let q=F/(K-1),W=Math.round(z/q);return Math.max(0,Math.min(K-1,W))}default:return null}}function aT3(J,Z,Q,Y,X,K,V,G){if(X<=0||Z<0||Z>=X)return null;let F=2;switch(J){case"horizontal-bar":return{x:Math.floor(Q/2),y:Z};case"bar":case"stacked-bar":{let z=K?E9:0,q=Q-z,W=Y-(K?F:0);if(q<=0||W<=0)return null;let H=Math.max(1,Math.floor(q/X)),D=z+Z*H+Math.floor(H/2),U=G>0?V/G:0,B=Math.round((1-U)*(W-1));return{x:D,y:B}}case"line":case"sparkline":case"stacked-area":{let z=K?E9:0,q=Q-z,W=Y-(K?F:0);if(q<=0||W<=0)return null;let H=X>1?z+Math.round(Z/(X-1)*(q-1)):z+Math.floor(q/2),D=G>0?V/G:0,U=Math.round((1-D)*(W-1));return{x:H,y:U}}default:return null}}function oT3(J){let Z=0;for(let Q of J)for(let Y of Q.points)if(Y.value>Z)Z=Y.value;return Z||1}function rT3(J,Z,Q,Y,X){if(Q.length<=1){let G=Y(J.value),F=J.meta?` (${J.meta})`:"";return J.label.length+2+G.length+F.length}let K=J.label.length,V=0;for(let G of Q){let F=G.points[Z];if(!F)continue;V+=F.value;let z=2+G.name.length+2+Y(F.value).length;K=Math.max(K,z)}if(X){let G=9+Y(V).length;K=Math.max(K,G)}return K}function sT3(J,Z,Q,Y,X,K,V){let G;try{let U=f1.of(J),B=y0.of(J);G={foreground:U.colorScheme.foreground,background:U.colorScheme.background,border:B.app.keybind}}catch{G={foreground:{type:"index",value:15},background:{type:"index",value:0},border:{type:"index",value:7}}}let F=new g({color:G.foreground,bold:!0}),z=new g({color:G.foreground}),q=new g({color:G.foreground,dim:!0}),W=[],H=new g({color:G.foreground,underline:!0}),D=(U,B)=>new P(B,H,void 0,AX0(U),()=>{z3(J,U)});if(Y.length<=1){if(W.push(new P(`${Z.label}: `,F)),Z.link)W.push(D(Z.link,K(Z.value)));else W.push(new P(K(Z.value),z));if(Z.meta)W.push(new P(` (${Z.meta})`,q))}else{let U=V==="stacked-bar"||V==="stacked-area";W.push(new P(`${Z.label}
|
|
5948
5948
|
`,F));let B=0;for(let N=0;N<Y.length;N++){let w=Y[N],L=w.points[Q];if(!L)continue;B+=L.value;let O=w.color??X[N%X.length]??G.foreground;if(W.push(new P("● ",new g({color:O}))),W.push(new P(`${w.name}: `,q)),L.link)W.push(D(L.link,K(L.value)));else W.push(new P(K(L.value),z));if(N<Y.length-1||U)W.push(new P(`
|
|
5949
|
-
`))}if(U)W.push(new P(" ",q)),W.push(new P("Total: ",q)),W.push(new P(K(B),z))}return new l0({decoration:{color:G.background,border:Q4.all(new J4(G.border,1,"rounded"))},child:new $0({text:new P(void 0,void 0,W)})})}a0();f8();PE();lJ();t3();R7();rd();gX();oJ();VY();sJ();mA();r4();Um();eP();R1();a0();oJ();class i11{enabled;configService;commandCounts=new Map;timer=null;bufferTimeMs=1e4;constructor(J,Z){this.enabled=J;this.configService=Z;this.startTimer()}startTimer(){this.timer=setInterval(()=>{this.flushEvents()},this.bufferTimeMs)}async flushEvents(){if(this.commandCounts.size===0||!await this.enabled())return;let J=Array.from(this.commandCounts.entries()).map(([Z,Q])=>({feature:"cli.command",action:Z,source:{client:"cli",clientVersion:"0.0.1776711768-g93a9e2"},parameters:{metadata:{count:Q}},timestamp:Date.now()*1000}));this.commandCounts.clear();try{let Z=JSON.stringify(J);await e40(Z,this.configService)}catch(Z){S.error("Failed to export command telemetry events",Z)}}async submit(J){if(!await this.enabled()||this.timer===null)return;let Z=this.commandCounts.get(J)||0;this.commandCounts.set(J,Z+1)}async dispose(){if(await this.flushEvents(),this.timer!==null)clearInterval(this.timer),this.timer=null}}class bL extends m0{props;constructor(J){super();this.props=J}createState(){return new ep4}}class ep4 extends g0{_state;initState(){super.initState(),this._state=this.widget.props.initialState}build(J){let Z=(Q)=>{this.setState(()=>{this._state=Q(this._state)})};return this.widget.props.builder(J,Z,this._state)}}class $d4 extends g0{controller=new l7;focusNode=new L6({debugLabel:"CommandArgumentPrompt",onKey:(J)=>{if(J.key==="Escape")return this.widget.props.onDismiss(),"handled";return"ignored"}});_textListener=()=>{this.setState(()=>{})};initState(){this.focusNode.requestFocus(),this.controller.addListener(this._textListener)}dispose(){this.controller.removeListener(this._textListener),this.focusNode.dispose()}build(J){let Z=y0.of(J),{colors:Q,app:Y}=Z,X=this.widget.props.isRequiredArg??!0,K=this.controller.text.trim().length>0,V=!X||K,G=Q4.all(new J4(Q.foreground,1,"solid")),F=new QX({controller:this.controller,focusNode:this.focusNode,placeholder:this.widget.props.placeholder??"Enter command argument...",onSubmitted:(D)=>{let U=D.trim();if(X&&U.length===0)return;this.widget.props.onSubmit(U)},autofocus:!0,style:{textColor:Q.foreground,border:null},maxLines:1}),z=new q1({children:[new l0({decoration:{color:Q.background},child:new $0({text:new P(">",new g({color:Q.foreground}))})}),new u1({child:F})]}),q=new l0({padding:I0.symmetric(1,0),child:new $0({text:new P("",void 0,[new P("Command: ",new g({color:Q.foreground})),new P(this.widget.props.commandName,new g({color:Y.command,bold:!0}))])})}),W=[];if(V)W.push(new P("Enter",new g({color:Y.keybind}))),W.push(new P(" to submit, ",new g({color:Q.foreground,dim:!0})));W.push(new P("Esc",new g({color:Y.keybind}))),W.push(new P(" to cancel",new g({color:Q.foreground,dim:!0})));let H=new l0({padding:I0.symmetric(1,0),child:new $0({text:new P("",void 0,W)})});return new l0({decoration:{border:G,color:Q.background},padding:I0.all(1),child:new p0({children:[q,new R0({height:1}),z,new H5,H]})})}}class Oo extends m0{props;constructor(J){super();this.props=J}createState(){return new $d4}}sJ();class Jd4 extends g0{controller=new l7;imageAttachments=[];imagePaths=[];isConfirmingClearInput=!1;clearInputConfirmTimeout=null;focusNode=new L6({debugLabel:"CommandMultilinePrompt",onKey:(J)=>{if(J.key==="Escape"){if(this.isConfirmingClearInput){if(this.controller.clear(),this.setState(()=>{this.isConfirmingClearInput=!1,this.imageAttachments=[],this.imagePaths=[]}),this.clearInputConfirmTimeout)clearTimeout(this.clearInputConfirmTimeout),this.clearInputConfirmTimeout=null;return"handled"}if(this.controller.text.trim()!==""||this.imageAttachments.length>0){if(this.setState(()=>{this.isConfirmingClearInput=!0}),this.clearInputConfirmTimeout)clearTimeout(this.clearInputConfirmTimeout);return this.clearInputConfirmTimeout=setTimeout(()=>{this.setState(()=>{this.isConfirmingClearInput=!1}),this.clearInputConfirmTimeout=null},1000),"handled"}return this.widget.props.onDismiss(),"handled"}return"ignored"}});initState(){if(this.widget.props.initialText)this.controller.text=this.widget.props.initialText;if(this.widget.props.initialImages)this.imageAttachments=[...this.widget.props.initialImages];this.focusNode.requestFocus()}_handleInsertImage=async(J)=>{if(this.imageAttachments.length>=GY)return!1;let Z=await pq(J);if(typeof Z==="object")return this.setState(()=>{this.imageAttachments=[...this.imageAttachments,Z],this.imagePaths=[...this.imagePaths,J]}),!1;return!1};_handlePopImage=()=>{if(this.imageAttachments.length>0)this.setState(()=>{this.imageAttachments=this.imageAttachments.slice(0,-1),this.imagePaths=this.imagePaths.slice(0,-1)})};dispose(){if(this.clearInputConfirmTimeout)clearTimeout(this.clearInputConfirmTimeout),this.clearInputConfirmTimeout=null;this.focusNode.dispose(),this.controller.dispose()}build(J){let Z=y0.of(J),{colors:Q,app:Y}=Z,K=B4.of(J).size.height,V=Math.max(Math.floor(K*0.5),10),G=new mD({controller:this.controller,triggers:[new JV],completionBuilder:this.widget.props.completionBuilder,onSubmitted:(D)=>{this.widget.props.onSubmit(D.trim(),this.imageAttachments)},theme:Q,placeholder:this.widget.props.placeholder||"Enter your message...",enabled:this.widget.props.enabled??!0,autofocus:!0,clipboard:a4.instance.tuiInstance.clipboard,autoOverlayPosition:!0,onInsertImage:this.widget.props.onInsertImage??this._handleInsertImage,imageAttachments:this.imageAttachments,popImage:this._handlePopImage}),F=new e4({focusNode:this.focusNode,child:G}),z=new l0({constraints:new A1({maxHeight:V}),padding:I0.symmetric(1,0),child:F}),q=new l0({padding:I0.symmetric(1,0),child:new $0({text:new P("",void 0,[new P("Command: ",new g({color:Q.foreground})),new P(this.widget.props.commandName,new g({color:Y.command,bold:!0}))])})}),W=new l0({padding:I0.symmetric(1,0),child:new $0({text:this.isConfirmingClearInput?new P("",void 0,[new P("Esc",new g({color:Y.keybind})),new P(" again to clear input",new g({color:Q.foreground,dim:!0}))]):new P("",void 0,[new P("Press ",new g({color:Q.foreground,dim:!0})),new P("Enter",new g({color:Y.keybind})),new P(" to submit, ",new g({color:Q.foreground,dim:!0})),new P("Esc",new g({color:Y.keybind})),new P(" to clear",new g({color:Q.foreground,dim:!0}))])})}),H=[q,new R0({height:1}),new u1({child:z}),new R0({height:1}),W];return new l0({decoration:{border:Q4.all(new J4(Q.foreground,1,"solid")),color:Q.background},padding:I0.all(1),child:new p0({children:H})})}}class n11 extends m0{props;constructor(J){super();this.props=J}createState(){return new Jd4}}function Zd4(J){let Q=new Date().getTime()-J.getTime(),Y=Math.floor(Q/60000),X=Math.floor(Q/3600000),K=Math.floor(Q/86400000);if(Y<1)return"just now";if(Y<60)return`${Y}m ago`;if(X<24)return`${X}h ago`;if(K<7)return`${K}d ago`;return J.toLocaleDateString()}class a11 extends S1{props;debugLabel="NewsFeedPicker";constructor(J){super();this.props=J}build(J){let Z=[...this.props.entries].sort((X,K)=>K.pubDate.getTime()-X.pubDate.getTime()),Q=Math.max(0,...Z.map((X)=>Zd4(X.pubDate).length));return new v8({items:Z,getLabel:(X)=>X.title,onAccept:(X)=>this.props.onSelect?.(X),onDismiss:this.props.onDismiss,title:this.props.title,emptyStateText:"No news entries available",maxRenderItems:100,renderItem:(X,K,V,G)=>{let F=y0.of(G),{colors:z}=F,q=F.app,W=K?q.selectionBackground:void 0,H=K?q.selectionForeground:z.foreground,D=z.mutedForeground,U=(B,N)=>new R0({width:N,child:q1.end([new $0({text:new P(B,new g({color:D}))})])});return new l0({decoration:W?{color:W}:void 0,padding:I0.symmetric(2,0),child:new q1({children:[new u1({child:new $0({text:new P(X.title,new g({color:H})),overflow:"ellipsis",maxLines:1})}),new R0({width:2}),U(Zd4(X.pubDate),Q)]})})}})}}class SJ{static _instance=null;_allExpanded=!1;_listeners=new Set;static get instance(){if(!SJ._instance)SJ._instance=new SJ;return SJ._instance}get allExpanded(){return this._allExpanded}setAllExpanded(J){if(this._allExpanded===J)return;this._allExpanded=J,this._notifyListeners()}toggleAll(){this.setAllExpanded(!this._allExpanded)}addListener(J){return this._listeners.add(J),()=>this.removeListener(J)}removeListener(J){this._listeners.delete(J)}_notifyListeners(){for(let J of this._listeners)J()}}a0();class Qd4 extends g0{labels=[];isLoading=!0;currentQuery="";initState(){this.loadLabels()}async loadLabels(){try{let J=await this.widget.props.internalAPIClient.getUserLabels({query:""},{config:this.widget.props.configService});if(!J.ok){S.error("Failed to load labels",J.error),this.isLoading=!1,this.labels=[],this.setState();return}this.labels=J.result,this.isLoading=!1,this.setState()}catch(J){S.error("Failed to load labels",J),this.isLoading=!1,this.labels=[],this.setState()}}getValidationError(J){let Z=J.trim().toLowerCase();if(Z.length===0)return null;if(Z.length>32)return"Label name cannot exceed 32 characters";if(!/^[a-z0-9][a-z0-9-]*$/.test(Z))return"Label must be alphanumeric with hyphens, starting with a letter or number";return null}isValidLabelName(J){return this.getValidationError(J)===null&&J.length>0}getAvailableLabels(){let J=this.widget.props.currentLabels||[];return this.labels.filter((Z)=>!J.includes(Z.name))}shouldShowCreateMarker(J){if(J.length===0||this.isLoading)return!1;let Z=J.trim().toLowerCase();if(!this.isValidLabelName(Z))return!1;let Q=this.widget.props.currentLabels||[],Y=this.labels.some((K)=>K.name===Z),X=Q.includes(Z);return!Y&&!X}build(J){let Z=y0.of(J),{app:Q,colors:Y}=Z,X=this.currentQuery.trim().toLowerCase(),K=X.length>0?this.getValidationError(X):null,V=this.getAvailableLabels(),F=[{id:"__create__",name:"__create_placeholder__",createdAt:"",__isCreateMarker:!0},...V];return new v8({title:"Add Label",items:F,getLabel:(z)=>{if("__isCreateMarker"in z)return this.currentQuery.trim().toLowerCase();return z.name},onAccept:(z)=>{if("__isCreateMarker"in z)this.widget.props.onSelect(this.currentQuery.trim().toLowerCase());else this.widget.props.onSelect(z.name)},onDismiss:this.widget.props.onDismiss,isLoading:this.isLoading,loadingText:"Loading labels...",emptyStateText:K||"Type to create a new label",renderItem:(z,q,W,H)=>{let D=q?Q.selectionBackground:void 0,U=q?Q.selectionForeground:Y.foreground;if("__isCreateMarker"in z&&z.__isCreateMarker){let N=this.currentQuery.trim().toLowerCase();return new l0({decoration:D?{color:D}:void 0,padding:I0.symmetric(2,0),child:new $0({text:new P("",void 0,[new P("Create new label: ",new g({color:U})),new P(N,new g({color:U,bold:!0}))])})})}return new l0({decoration:D?{color:D}:void 0,padding:I0.symmetric(2,0),child:new $0({text:new P(z.name,new g({color:U}))})})},filterItem:(z,q)=>{if(this.currentQuery!==q)this.currentQuery=q,setTimeout(()=>this.setState(),0);if("__isCreateMarker"in z&&z.__isCreateMarker)return this.shouldShowCreateMarker(q);let H=q.trim().toLowerCase();return H.length===0||z.name.includes(H)},sortItems:(z,q,W)=>{let H="__isCreateMarker"in z.item&&z.item.__isCreateMarker,D="__isCreateMarker"in q.item&&q.item.__isCreateMarker;if(H&&!D)return-1;if(!H&&D)return 1;return q.score-z.score}})}}class o11 extends m0{props;constructor(J){super();this.props=J}createState(){return new Qd4}}class XF extends m0{props;constructor(J){super();this.props=J}createState(){return new Yd4}}class Yd4 extends g0{_spinner=new W5;animationInterval=null;initState(){super.initState(),this.animationInterval=setInterval(()=>{this._spinner.step(),this.setState(()=>{})},100)}dispose(){if(this.animationInterval)clearInterval(this.animationInterval),this.animationInterval=null;super.dispose()}build(J){let Z=y0.of(J),{colors:Q,app:Y}=Z,X=Q4.all(new J4(Q.foreground,1,"solid")),K=this._spinner.toBraille(),V=new $0({textAlign:"center",text:new P("",void 0,[new P(K,new g({color:Y.processing})),new P(" ",void 0),new P(this.widget.props.message,new g({color:Q.foreground}))])}),F=[new u1({child:new p0({mainAxisAlignment:"center",crossAxisAlignment:"center",children:[V]})})];if(this.widget.props.onAbort)F.push(new R0({height:2,child:new l0({padding:I0.symmetric(2,0),child:new $0({text:new P("",new g({dim:!0}),[new P("Press ",new g({color:Q.foreground})),new P("Esc",new g({color:Q.info})),new P(" to cancel",new g({color:Q.foreground}))])})})}));let z=new l0({decoration:new $6(Q.background,X),child:new R0({width:60,height:7,child:new p0({mainAxisAlignment:"start",children:F})})});if(this.widget.props.onAbort)return new e4({debugLabel:"LoadingDialog",autofocus:!0,onKey:(q)=>{if(q.key==="Escape")return this.widget.props.onAbort?.(),"handled";return"ignored"},child:z});return z}}var Xd4=process.platform==="win32"?" ":"█",Kd4=process.platform==="win32"?"░":"█";class l9 extends m0{controller;getScrollInfo;thickness;trackChar;thumbChar;showTrack;thumbColor;trackColor;constructor({key:J,controller:Z,getScrollInfo:Q,thickness:Y=1,trackChar:X=Xd4,thumbChar:K=Kd4,showTrack:V=!0,thumbColor:G,trackColor:F}){super(J?{key:J}:{});this.controller=Z,this.getScrollInfo=Q,this.thickness=Y,this.trackChar=X,this.thumbChar=K,this.showTrack=V,this.thumbColor=G,this.trackColor=F}createState(){return new Vd4}}class Vd4 extends g0{_dragStartY=null;_dragStartOffset=null;_isOverThumb=!1;_isPositionOverThumb(J){let{totalContentHeight:Z,viewportHeight:Q}=this.widget.getScrollInfo(),X=this.context.findRenderObject()?.size.height??0;if(X===0||Z<=Q)return!1;let K=this.widget.getScrollInfo(),V=Math.min(1,Q/Z),G=Math.max(1,X*V),F=Math.max(0,Math.min(1,K.scrollOffset/(Z-Q))),z=X-G,q=Math.max(0,z*F),W=q+G;return J>=q&&J<=W}_handleHover=(J)=>{let Z=this._isOverThumb;if(this._isOverThumb=this._isPositionOverThumb(J.localPosition.y),Z!==this._isOverThumb)this.setState()};_handleDrag=(J)=>{let{totalContentHeight:Z,viewportHeight:Q,scrollOffset:Y}=this.widget.getScrollInfo(),K=this.context.findRenderObject()?.size.height??0;if(K===0||Z<=Q)return;if(this._dragStartY===null)this._dragStartY=J.localPosition.y,this._dragStartOffset=Y;let V=J.localPosition.y-this._dragStartY,G=Math.min(1,Q/Z),F=Math.max(1,K*G),z=K-F;if(z<=0)return;let q=Z-Q,W=z/q,H=V/W,D=Math.max(0,Math.min(q,this._dragStartOffset+H));this.widget.controller.jumpTo(D)};_handleRelease=()=>{this._dragStartY=null,this._dragStartOffset=null};_handleClick=(J)=>{if(J.button!=="left")return;let Z=J.localPosition.y,{totalContentHeight:Q,viewportHeight:Y,scrollOffset:X}=this.widget.getScrollInfo(),V=this.context.findRenderObject()?.size.height??0;if(V===0||Q<=Y)return;let G=Math.min(1,Y/Q),F=Math.max(1,V*G),z=Q-Y,q=V-F,W=Math.max(0,Math.min(1,X/(Q-Y))),H=Math.max(0,q*W),D=H+F;if(Z>=H&&Z<=D)return;if(Z<H)this.widget.controller.animateTo(Math.max(0,X-Y));else this.widget.controller.animateTo(Math.min(z,X+Y))};build(J){return new r1({onClick:this._handleClick,onHover:this._handleHover,onDrag:this._handleDrag,onRelease:this._handleRelease,cursor:this._isOverThumb?F3.POINTER:F3.DEFAULT,child:new Gd4({controller:this.widget.controller,getScrollInfo:this.widget.getScrollInfo,thickness:this.widget.thickness,trackChar:this.widget.trackChar,thumbChar:this.widget.thumbChar,showTrack:this.widget.showTrack,thumbColor:this.widget.thumbColor,trackColor:this.widget.trackColor})})}}class Gd4 extends nw{controller;getScrollInfo;thickness;trackChar;thumbChar;showTrack;thumbColor;trackColor;constructor({key:J,controller:Z,getScrollInfo:Q,thickness:Y=1,trackChar:X=Xd4,thumbChar:K=Kd4,showTrack:V=!0,thumbColor:G,trackColor:F}){super(J?{key:J}:{});this.controller=Z,this.getScrollInfo=Q,this.thickness=Y,this.trackChar=X,this.thumbChar=K,this.showTrack=V,this.thumbColor=G,this.trackColor=F}createRenderObject(){return new Fd4(this)}updateRenderObject(J){J.updateWidget(this)}}class Fd4 extends U4{_widget;constructor(J){super();this._widget=J}updateWidget(J){this._widget=J,this.markNeedsLayout()}performLayout(){let J=this._lastConstraints;h4(!!J,"performLayout called without constraints");let Z=Math.min(J.maxWidth,this._widget.thickness),Q=J.maxHeight;this.setSize(Z,Q),super.performLayout()}getMinIntrinsicWidth(J){return this._widget.thickness}getMaxIntrinsicWidth(J){return this._widget.thickness}getMinIntrinsicHeight(J){return 0}getMaxIntrinsicHeight(J){return 0}paint(J,Z,Q){let{thumbStartFloat:Y,thumbSizeFloat:X,showScrollbar:K}=this._calculateScrollbarMetrics();if(!K)return;let V=this._widget.trackColor,G=this._widget.thumbColor,F=process.platform==="win32",z=Y,q=Y+X;if(!F){let W=["▁","▂","▃","▄","▅","▆","▇","█"];for(let H=0;H<this.size.height;H++){let D="█",U=!0;if(H===Math.floor(z)){let B=1-(z-H),N=Math.floor(B*8);D=W[N]||"█",U=!1}else if(H===Math.floor(q)){let B=1-(q-H),N=Math.floor(B*8);D=W[N]||"█"}else if(H>z&&H<q)U=!1;J.setChar(Z,Q+H,D,{fg:G,bg:V,reverse:U},1)}return}for(let W=0;W<this.size.height;W++){let H=W+0.5,D=H>=z&&H<q,U=D?this._widget.thumbChar:this._widget.trackChar;J.setChar(Z,Q+W,U,{fg:D?G:V,bg:V,reverse:!1},1)}}_calculateScrollbarMetrics(){let{totalContentHeight:J,viewportHeight:Z,scrollOffset:Q}=this._widget.getScrollInfo(),Y=this.size.height;if(J<=Z||Y<=0)return{thumbStartFloat:0,thumbSizeFloat:0,showScrollbar:!1};let X=Math.max(0,Math.min(1,Q/(J-Z))),K=Math.min(1,Z/J),V=Math.max(1,Y*K),G=Y-V;return{thumbStartFloat:Math.max(0,G*X),thumbSizeFloat:V,showScrollbar:!0}}}class rD extends m0{props;constructor(J){super();this.props=J}createState(){return new zd4}}class zd4 extends g0{scrollController=new l6;scrollAreaKey=new c7("message-dialog-scroll-area");viewportHeight=20;initState(){super.initState(),this.scrollController.followMode=!1,this.scrollController.addListener(()=>{this.setState()})}dispose(){this.scrollController.dispose(),super.dispose()}isWidgetMessage(J){return J instanceof N7}resolveFooterStyle(J){if(this.isWidgetMessage(J))return J.footerStyle;return"default"}getViewportHeight(){let Z=this.scrollAreaKey.currentElement?.renderObject;if(Z&&"size"in Z){let Q=Z.size;if(typeof Q.height==="number"&&Q.height>0)return this.viewportHeight=Q.height,Q.height}return this.viewportHeight}build(J){let Z=y0.of(J),Q=this.widget.props.message,Y=(()=>{if(this.isWidgetMessage(Q))return{title:Q.title,type:Q.type};if(Q instanceof Error&&Q.name==="CommandCancelledError")return{title:"Cancelled",type:"info",description:Q.message};if(Q instanceof Error&&Q.name==="CommandTimeoutError")return{title:"Timeout",type:"error",description:Q.message};let q=iV0(Q);return{title:q.title,type:q.type,description:q.description}})(),X=Y.type==="error"?Z.app.toolError:Z.app.command,K=Q4.all(new J4(Z.colors.border,1,"solid")),V=new l0({padding:I0.symmetric(1,0),child:new $0({text:new P(Y.title,new g({color:X,bold:!0}))})}),G=this.isWidgetMessage(Q)?Q.widget:new $0({text:new P(Y.description,new g({color:Z.colors.foreground})),selectable:!0}),F=new u1({child:new N2({child:new l0({padding:I0.symmetric(1,0),child:new q1({key:this.scrollAreaKey,crossAxisAlignment:"stretch",children:[new u1({child:new I6({controller:this.scrollController,autofocus:!0,child:G})}),new l9({controller:this.scrollController,thumbColor:Z.app.scrollbarThumb,trackColor:Z.app.scrollbarTrack,getScrollInfo:()=>{let q=this.scrollController.maxScrollExtent,W=this.scrollController.offset,H=this.getViewportHeight(),D=q+H;return{totalContentHeight:Math.max(D,0),viewportHeight:Math.max(H,1),scrollOffset:Math.max(W,0)}}})]})})})}),z=new l0({padding:I0.symmetric(1,0),child:new $0({text:(()=>{if(this.widget.props.onRetry)return new P("",void 0,[new P("Press ",new g({color:Z.colors.foreground,dim:!0})),new P("R",new g({color:Z.app.keybind})),new P(" to retry, ",new g({color:Z.colors.foreground,dim:!0})),new P("Esc",new g({color:Z.app.keybind})),new P(" to cancel",new g({color:Z.colors.foreground,dim:!0}))]);let q=this.resolveFooterStyle(this.widget.props.message);if(q==="none")return new P("",new g({color:Z.colors.foreground,dim:!0}));if(q==="help"){let W=new g({color:Z.app.keybind}),H=new g({color:Z.colors.foreground,dim:!0});return new P("",H,[new P("Press ",H),new P("Escape",W),new P(" to close • Use ",H),new P("↑↓",W),new P(" or ",H),new P("j/k",W),new P(" to scroll",H)])}return new P("Press any key to close",new g({color:Z.colors.foreground,dim:!0,italic:!0}))})()})});return new X5({fit:"expand",children:[new r1({onClick:()=>{},child:new R0}),new e4({onKey:(q)=>{if(this.widget.props.onRetry&&q.key==="r")return this.widget.props.onRetry(),"handled";if(q.key==="Escape")return this.widget.props.onDismiss(),"handled";if(!this.widget.props.onRetry)return this.widget.props.onDismiss(),"handled";return"ignored"},autofocus:!1,child:new l0({decoration:{border:K,color:Z.colors.background},padding:I0.all(1),child:new p0({mainAxisAlignment:"center",children:[V,new R0({height:1}),F,z]})})})]})}}f8();class qd4 extends m0{props;constructor(J){super();this.props=J}createState(){return new Wd4}}class Wd4 extends g0{plugins=[];subscription=null;initState(){this.subscription=this.widget.props.pluginService.plugins.subscribe((J)=>{this.plugins=J,this.setState(()=>{})})}dispose(){this.subscription?.unsubscribe(),super.dispose()}getRelativePath(J){let Z=J.startsWith("file://")?J.slice(7):J,Q=this.widget.props.cwd;if(Z.startsWith(Q))return Z.slice(Q.length+1);return Z}statusIcon(J){let Z=L9.default(),{colors:Q,app:Y}=Z;switch(J){case"loading":return{icon:"◌",color:Q.warning};case"active":return{icon:"✓",color:Y.toolSuccess};case"error":return{icon:"✗",color:Y.toolError}}}build(J){let Z=y0.of(J),{app:Q}=Z;if(this.plugins.length===0)return new $0({text:new P("No plugins found.",new g({dim:!0}))});let Y=[],X=this.plugins.length,K=this.plugins.filter((F)=>F.status==="active").length,V=this.plugins.reduce((F,z)=>F+z.registeredCommands.length,0),G=this.plugins.reduce((F,z)=>F+z.registeredTools.length,0);if(Y.push(new P(`${K}/${X} ${j4(X,"plugin")} active`,new g({bold:!0}))),V>0||G>0)Y.push(new P(` (${V} ${j4(V,"command")}, ${G} ${j4(G,"tool")})`,new g({dim:!0})));Y.push(new P(`
|
|
5949
|
+
`))}if(U)W.push(new P(" ",q)),W.push(new P("Total: ",q)),W.push(new P(K(B),z))}return new l0({decoration:{color:G.background,border:Q4.all(new J4(G.border,1,"rounded"))},child:new $0({text:new P(void 0,void 0,W)})})}a0();f8();PE();lJ();t3();R7();rd();gX();oJ();VY();sJ();mA();r4();Um();eP();R1();a0();oJ();class i11{enabled;configService;commandCounts=new Map;timer=null;bufferTimeMs=1e4;constructor(J,Z){this.enabled=J;this.configService=Z;this.startTimer()}startTimer(){this.timer=setInterval(()=>{this.flushEvents()},this.bufferTimeMs)}async flushEvents(){if(this.commandCounts.size===0||!await this.enabled())return;let J=Array.from(this.commandCounts.entries()).map(([Z,Q])=>({feature:"cli.command",action:Z,source:{client:"cli",clientVersion:"0.0.1776730295-gbaeee6"},parameters:{metadata:{count:Q}},timestamp:Date.now()*1000}));this.commandCounts.clear();try{let Z=JSON.stringify(J);await e40(Z,this.configService)}catch(Z){S.error("Failed to export command telemetry events",Z)}}async submit(J){if(!await this.enabled()||this.timer===null)return;let Z=this.commandCounts.get(J)||0;this.commandCounts.set(J,Z+1)}async dispose(){if(await this.flushEvents(),this.timer!==null)clearInterval(this.timer),this.timer=null}}class bL extends m0{props;constructor(J){super();this.props=J}createState(){return new ep4}}class ep4 extends g0{_state;initState(){super.initState(),this._state=this.widget.props.initialState}build(J){let Z=(Q)=>{this.setState(()=>{this._state=Q(this._state)})};return this.widget.props.builder(J,Z,this._state)}}class $d4 extends g0{controller=new l7;focusNode=new L6({debugLabel:"CommandArgumentPrompt",onKey:(J)=>{if(J.key==="Escape")return this.widget.props.onDismiss(),"handled";return"ignored"}});_textListener=()=>{this.setState(()=>{})};initState(){this.focusNode.requestFocus(),this.controller.addListener(this._textListener)}dispose(){this.controller.removeListener(this._textListener),this.focusNode.dispose()}build(J){let Z=y0.of(J),{colors:Q,app:Y}=Z,X=this.widget.props.isRequiredArg??!0,K=this.controller.text.trim().length>0,V=!X||K,G=Q4.all(new J4(Q.foreground,1,"solid")),F=new QX({controller:this.controller,focusNode:this.focusNode,placeholder:this.widget.props.placeholder??"Enter command argument...",onSubmitted:(D)=>{let U=D.trim();if(X&&U.length===0)return;this.widget.props.onSubmit(U)},autofocus:!0,style:{textColor:Q.foreground,border:null},maxLines:1}),z=new q1({children:[new l0({decoration:{color:Q.background},child:new $0({text:new P(">",new g({color:Q.foreground}))})}),new u1({child:F})]}),q=new l0({padding:I0.symmetric(1,0),child:new $0({text:new P("",void 0,[new P("Command: ",new g({color:Q.foreground})),new P(this.widget.props.commandName,new g({color:Y.command,bold:!0}))])})}),W=[];if(V)W.push(new P("Enter",new g({color:Y.keybind}))),W.push(new P(" to submit, ",new g({color:Q.foreground,dim:!0})));W.push(new P("Esc",new g({color:Y.keybind}))),W.push(new P(" to cancel",new g({color:Q.foreground,dim:!0})));let H=new l0({padding:I0.symmetric(1,0),child:new $0({text:new P("",void 0,W)})});return new l0({decoration:{border:G,color:Q.background},padding:I0.all(1),child:new p0({children:[q,new R0({height:1}),z,new H5,H]})})}}class Oo extends m0{props;constructor(J){super();this.props=J}createState(){return new $d4}}sJ();class Jd4 extends g0{controller=new l7;imageAttachments=[];imagePaths=[];isConfirmingClearInput=!1;clearInputConfirmTimeout=null;focusNode=new L6({debugLabel:"CommandMultilinePrompt",onKey:(J)=>{if(J.key==="Escape"){if(this.isConfirmingClearInput){if(this.controller.clear(),this.setState(()=>{this.isConfirmingClearInput=!1,this.imageAttachments=[],this.imagePaths=[]}),this.clearInputConfirmTimeout)clearTimeout(this.clearInputConfirmTimeout),this.clearInputConfirmTimeout=null;return"handled"}if(this.controller.text.trim()!==""||this.imageAttachments.length>0){if(this.setState(()=>{this.isConfirmingClearInput=!0}),this.clearInputConfirmTimeout)clearTimeout(this.clearInputConfirmTimeout);return this.clearInputConfirmTimeout=setTimeout(()=>{this.setState(()=>{this.isConfirmingClearInput=!1}),this.clearInputConfirmTimeout=null},1000),"handled"}return this.widget.props.onDismiss(),"handled"}return"ignored"}});initState(){if(this.widget.props.initialText)this.controller.text=this.widget.props.initialText;if(this.widget.props.initialImages)this.imageAttachments=[...this.widget.props.initialImages];this.focusNode.requestFocus()}_handleInsertImage=async(J)=>{if(this.imageAttachments.length>=GY)return!1;let Z=await pq(J);if(typeof Z==="object")return this.setState(()=>{this.imageAttachments=[...this.imageAttachments,Z],this.imagePaths=[...this.imagePaths,J]}),!1;return!1};_handlePopImage=()=>{if(this.imageAttachments.length>0)this.setState(()=>{this.imageAttachments=this.imageAttachments.slice(0,-1),this.imagePaths=this.imagePaths.slice(0,-1)})};dispose(){if(this.clearInputConfirmTimeout)clearTimeout(this.clearInputConfirmTimeout),this.clearInputConfirmTimeout=null;this.focusNode.dispose(),this.controller.dispose()}build(J){let Z=y0.of(J),{colors:Q,app:Y}=Z,K=B4.of(J).size.height,V=Math.max(Math.floor(K*0.5),10),G=new mD({controller:this.controller,triggers:[new JV],completionBuilder:this.widget.props.completionBuilder,onSubmitted:(D)=>{this.widget.props.onSubmit(D.trim(),this.imageAttachments)},theme:Q,placeholder:this.widget.props.placeholder||"Enter your message...",enabled:this.widget.props.enabled??!0,autofocus:!0,clipboard:a4.instance.tuiInstance.clipboard,autoOverlayPosition:!0,onInsertImage:this.widget.props.onInsertImage??this._handleInsertImage,imageAttachments:this.imageAttachments,popImage:this._handlePopImage}),F=new e4({focusNode:this.focusNode,child:G}),z=new l0({constraints:new A1({maxHeight:V}),padding:I0.symmetric(1,0),child:F}),q=new l0({padding:I0.symmetric(1,0),child:new $0({text:new P("",void 0,[new P("Command: ",new g({color:Q.foreground})),new P(this.widget.props.commandName,new g({color:Y.command,bold:!0}))])})}),W=new l0({padding:I0.symmetric(1,0),child:new $0({text:this.isConfirmingClearInput?new P("",void 0,[new P("Esc",new g({color:Y.keybind})),new P(" again to clear input",new g({color:Q.foreground,dim:!0}))]):new P("",void 0,[new P("Press ",new g({color:Q.foreground,dim:!0})),new P("Enter",new g({color:Y.keybind})),new P(" to submit, ",new g({color:Q.foreground,dim:!0})),new P("Esc",new g({color:Y.keybind})),new P(" to clear",new g({color:Q.foreground,dim:!0}))])})}),H=[q,new R0({height:1}),new u1({child:z}),new R0({height:1}),W];return new l0({decoration:{border:Q4.all(new J4(Q.foreground,1,"solid")),color:Q.background},padding:I0.all(1),child:new p0({children:H})})}}class n11 extends m0{props;constructor(J){super();this.props=J}createState(){return new Jd4}}function Zd4(J){let Q=new Date().getTime()-J.getTime(),Y=Math.floor(Q/60000),X=Math.floor(Q/3600000),K=Math.floor(Q/86400000);if(Y<1)return"just now";if(Y<60)return`${Y}m ago`;if(X<24)return`${X}h ago`;if(K<7)return`${K}d ago`;return J.toLocaleDateString()}class a11 extends S1{props;debugLabel="NewsFeedPicker";constructor(J){super();this.props=J}build(J){let Z=[...this.props.entries].sort((X,K)=>K.pubDate.getTime()-X.pubDate.getTime()),Q=Math.max(0,...Z.map((X)=>Zd4(X.pubDate).length));return new v8({items:Z,getLabel:(X)=>X.title,onAccept:(X)=>this.props.onSelect?.(X),onDismiss:this.props.onDismiss,title:this.props.title,emptyStateText:"No news entries available",maxRenderItems:100,renderItem:(X,K,V,G)=>{let F=y0.of(G),{colors:z}=F,q=F.app,W=K?q.selectionBackground:void 0,H=K?q.selectionForeground:z.foreground,D=z.mutedForeground,U=(B,N)=>new R0({width:N,child:q1.end([new $0({text:new P(B,new g({color:D}))})])});return new l0({decoration:W?{color:W}:void 0,padding:I0.symmetric(2,0),child:new q1({children:[new u1({child:new $0({text:new P(X.title,new g({color:H})),overflow:"ellipsis",maxLines:1})}),new R0({width:2}),U(Zd4(X.pubDate),Q)]})})}})}}class SJ{static _instance=null;_allExpanded=!1;_listeners=new Set;static get instance(){if(!SJ._instance)SJ._instance=new SJ;return SJ._instance}get allExpanded(){return this._allExpanded}setAllExpanded(J){if(this._allExpanded===J)return;this._allExpanded=J,this._notifyListeners()}toggleAll(){this.setAllExpanded(!this._allExpanded)}addListener(J){return this._listeners.add(J),()=>this.removeListener(J)}removeListener(J){this._listeners.delete(J)}_notifyListeners(){for(let J of this._listeners)J()}}a0();class Qd4 extends g0{labels=[];isLoading=!0;currentQuery="";initState(){this.loadLabels()}async loadLabels(){try{let J=await this.widget.props.internalAPIClient.getUserLabels({query:""},{config:this.widget.props.configService});if(!J.ok){S.error("Failed to load labels",J.error),this.isLoading=!1,this.labels=[],this.setState();return}this.labels=J.result,this.isLoading=!1,this.setState()}catch(J){S.error("Failed to load labels",J),this.isLoading=!1,this.labels=[],this.setState()}}getValidationError(J){let Z=J.trim().toLowerCase();if(Z.length===0)return null;if(Z.length>32)return"Label name cannot exceed 32 characters";if(!/^[a-z0-9][a-z0-9-]*$/.test(Z))return"Label must be alphanumeric with hyphens, starting with a letter or number";return null}isValidLabelName(J){return this.getValidationError(J)===null&&J.length>0}getAvailableLabels(){let J=this.widget.props.currentLabels||[];return this.labels.filter((Z)=>!J.includes(Z.name))}shouldShowCreateMarker(J){if(J.length===0||this.isLoading)return!1;let Z=J.trim().toLowerCase();if(!this.isValidLabelName(Z))return!1;let Q=this.widget.props.currentLabels||[],Y=this.labels.some((K)=>K.name===Z),X=Q.includes(Z);return!Y&&!X}build(J){let Z=y0.of(J),{app:Q,colors:Y}=Z,X=this.currentQuery.trim().toLowerCase(),K=X.length>0?this.getValidationError(X):null,V=this.getAvailableLabels(),F=[{id:"__create__",name:"__create_placeholder__",createdAt:"",__isCreateMarker:!0},...V];return new v8({title:"Add Label",items:F,getLabel:(z)=>{if("__isCreateMarker"in z)return this.currentQuery.trim().toLowerCase();return z.name},onAccept:(z)=>{if("__isCreateMarker"in z)this.widget.props.onSelect(this.currentQuery.trim().toLowerCase());else this.widget.props.onSelect(z.name)},onDismiss:this.widget.props.onDismiss,isLoading:this.isLoading,loadingText:"Loading labels...",emptyStateText:K||"Type to create a new label",renderItem:(z,q,W,H)=>{let D=q?Q.selectionBackground:void 0,U=q?Q.selectionForeground:Y.foreground;if("__isCreateMarker"in z&&z.__isCreateMarker){let N=this.currentQuery.trim().toLowerCase();return new l0({decoration:D?{color:D}:void 0,padding:I0.symmetric(2,0),child:new $0({text:new P("",void 0,[new P("Create new label: ",new g({color:U})),new P(N,new g({color:U,bold:!0}))])})})}return new l0({decoration:D?{color:D}:void 0,padding:I0.symmetric(2,0),child:new $0({text:new P(z.name,new g({color:U}))})})},filterItem:(z,q)=>{if(this.currentQuery!==q)this.currentQuery=q,setTimeout(()=>this.setState(),0);if("__isCreateMarker"in z&&z.__isCreateMarker)return this.shouldShowCreateMarker(q);let H=q.trim().toLowerCase();return H.length===0||z.name.includes(H)},sortItems:(z,q,W)=>{let H="__isCreateMarker"in z.item&&z.item.__isCreateMarker,D="__isCreateMarker"in q.item&&q.item.__isCreateMarker;if(H&&!D)return-1;if(!H&&D)return 1;return q.score-z.score}})}}class o11 extends m0{props;constructor(J){super();this.props=J}createState(){return new Qd4}}class XF extends m0{props;constructor(J){super();this.props=J}createState(){return new Yd4}}class Yd4 extends g0{_spinner=new W5;animationInterval=null;initState(){super.initState(),this.animationInterval=setInterval(()=>{this._spinner.step(),this.setState(()=>{})},100)}dispose(){if(this.animationInterval)clearInterval(this.animationInterval),this.animationInterval=null;super.dispose()}build(J){let Z=y0.of(J),{colors:Q,app:Y}=Z,X=Q4.all(new J4(Q.foreground,1,"solid")),K=this._spinner.toBraille(),V=new $0({textAlign:"center",text:new P("",void 0,[new P(K,new g({color:Y.processing})),new P(" ",void 0),new P(this.widget.props.message,new g({color:Q.foreground}))])}),F=[new u1({child:new p0({mainAxisAlignment:"center",crossAxisAlignment:"center",children:[V]})})];if(this.widget.props.onAbort)F.push(new R0({height:2,child:new l0({padding:I0.symmetric(2,0),child:new $0({text:new P("",new g({dim:!0}),[new P("Press ",new g({color:Q.foreground})),new P("Esc",new g({color:Q.info})),new P(" to cancel",new g({color:Q.foreground}))])})})}));let z=new l0({decoration:new $6(Q.background,X),child:new R0({width:60,height:7,child:new p0({mainAxisAlignment:"start",children:F})})});if(this.widget.props.onAbort)return new e4({debugLabel:"LoadingDialog",autofocus:!0,onKey:(q)=>{if(q.key==="Escape")return this.widget.props.onAbort?.(),"handled";return"ignored"},child:z});return z}}var Xd4=process.platform==="win32"?" ":"█",Kd4=process.platform==="win32"?"░":"█";class l9 extends m0{controller;getScrollInfo;thickness;trackChar;thumbChar;showTrack;thumbColor;trackColor;constructor({key:J,controller:Z,getScrollInfo:Q,thickness:Y=1,trackChar:X=Xd4,thumbChar:K=Kd4,showTrack:V=!0,thumbColor:G,trackColor:F}){super(J?{key:J}:{});this.controller=Z,this.getScrollInfo=Q,this.thickness=Y,this.trackChar=X,this.thumbChar=K,this.showTrack=V,this.thumbColor=G,this.trackColor=F}createState(){return new Vd4}}class Vd4 extends g0{_dragStartY=null;_dragStartOffset=null;_isOverThumb=!1;_isPositionOverThumb(J){let{totalContentHeight:Z,viewportHeight:Q}=this.widget.getScrollInfo(),X=this.context.findRenderObject()?.size.height??0;if(X===0||Z<=Q)return!1;let K=this.widget.getScrollInfo(),V=Math.min(1,Q/Z),G=Math.max(1,X*V),F=Math.max(0,Math.min(1,K.scrollOffset/(Z-Q))),z=X-G,q=Math.max(0,z*F),W=q+G;return J>=q&&J<=W}_handleHover=(J)=>{let Z=this._isOverThumb;if(this._isOverThumb=this._isPositionOverThumb(J.localPosition.y),Z!==this._isOverThumb)this.setState()};_handleDrag=(J)=>{let{totalContentHeight:Z,viewportHeight:Q,scrollOffset:Y}=this.widget.getScrollInfo(),K=this.context.findRenderObject()?.size.height??0;if(K===0||Z<=Q)return;if(this._dragStartY===null)this._dragStartY=J.localPosition.y,this._dragStartOffset=Y;let V=J.localPosition.y-this._dragStartY,G=Math.min(1,Q/Z),F=Math.max(1,K*G),z=K-F;if(z<=0)return;let q=Z-Q,W=z/q,H=V/W,D=Math.max(0,Math.min(q,this._dragStartOffset+H));this.widget.controller.jumpTo(D)};_handleRelease=()=>{this._dragStartY=null,this._dragStartOffset=null};_handleClick=(J)=>{if(J.button!=="left")return;let Z=J.localPosition.y,{totalContentHeight:Q,viewportHeight:Y,scrollOffset:X}=this.widget.getScrollInfo(),V=this.context.findRenderObject()?.size.height??0;if(V===0||Q<=Y)return;let G=Math.min(1,Y/Q),F=Math.max(1,V*G),z=Q-Y,q=V-F,W=Math.max(0,Math.min(1,X/(Q-Y))),H=Math.max(0,q*W),D=H+F;if(Z>=H&&Z<=D)return;if(Z<H)this.widget.controller.animateTo(Math.max(0,X-Y));else this.widget.controller.animateTo(Math.min(z,X+Y))};build(J){return new r1({onClick:this._handleClick,onHover:this._handleHover,onDrag:this._handleDrag,onRelease:this._handleRelease,cursor:this._isOverThumb?F3.POINTER:F3.DEFAULT,child:new Gd4({controller:this.widget.controller,getScrollInfo:this.widget.getScrollInfo,thickness:this.widget.thickness,trackChar:this.widget.trackChar,thumbChar:this.widget.thumbChar,showTrack:this.widget.showTrack,thumbColor:this.widget.thumbColor,trackColor:this.widget.trackColor})})}}class Gd4 extends nw{controller;getScrollInfo;thickness;trackChar;thumbChar;showTrack;thumbColor;trackColor;constructor({key:J,controller:Z,getScrollInfo:Q,thickness:Y=1,trackChar:X=Xd4,thumbChar:K=Kd4,showTrack:V=!0,thumbColor:G,trackColor:F}){super(J?{key:J}:{});this.controller=Z,this.getScrollInfo=Q,this.thickness=Y,this.trackChar=X,this.thumbChar=K,this.showTrack=V,this.thumbColor=G,this.trackColor=F}createRenderObject(){return new Fd4(this)}updateRenderObject(J){J.updateWidget(this)}}class Fd4 extends U4{_widget;constructor(J){super();this._widget=J}updateWidget(J){this._widget=J,this.markNeedsLayout()}performLayout(){let J=this._lastConstraints;h4(!!J,"performLayout called without constraints");let Z=Math.min(J.maxWidth,this._widget.thickness),Q=J.maxHeight;this.setSize(Z,Q),super.performLayout()}getMinIntrinsicWidth(J){return this._widget.thickness}getMaxIntrinsicWidth(J){return this._widget.thickness}getMinIntrinsicHeight(J){return 0}getMaxIntrinsicHeight(J){return 0}paint(J,Z,Q){let{thumbStartFloat:Y,thumbSizeFloat:X,showScrollbar:K}=this._calculateScrollbarMetrics();if(!K)return;let V=this._widget.trackColor,G=this._widget.thumbColor,F=process.platform==="win32",z=Y,q=Y+X;if(!F){let W=["▁","▂","▃","▄","▅","▆","▇","█"];for(let H=0;H<this.size.height;H++){let D="█",U=!0;if(H===Math.floor(z)){let B=1-(z-H),N=Math.floor(B*8);D=W[N]||"█",U=!1}else if(H===Math.floor(q)){let B=1-(q-H),N=Math.floor(B*8);D=W[N]||"█"}else if(H>z&&H<q)U=!1;J.setChar(Z,Q+H,D,{fg:G,bg:V,reverse:U},1)}return}for(let W=0;W<this.size.height;W++){let H=W+0.5,D=H>=z&&H<q,U=D?this._widget.thumbChar:this._widget.trackChar;J.setChar(Z,Q+W,U,{fg:D?G:V,bg:V,reverse:!1},1)}}_calculateScrollbarMetrics(){let{totalContentHeight:J,viewportHeight:Z,scrollOffset:Q}=this._widget.getScrollInfo(),Y=this.size.height;if(J<=Z||Y<=0)return{thumbStartFloat:0,thumbSizeFloat:0,showScrollbar:!1};let X=Math.max(0,Math.min(1,Q/(J-Z))),K=Math.min(1,Z/J),V=Math.max(1,Y*K),G=Y-V;return{thumbStartFloat:Math.max(0,G*X),thumbSizeFloat:V,showScrollbar:!0}}}class rD extends m0{props;constructor(J){super();this.props=J}createState(){return new zd4}}class zd4 extends g0{scrollController=new l6;scrollAreaKey=new c7("message-dialog-scroll-area");viewportHeight=20;initState(){super.initState(),this.scrollController.followMode=!1,this.scrollController.addListener(()=>{this.setState()})}dispose(){this.scrollController.dispose(),super.dispose()}isWidgetMessage(J){return J instanceof N7}resolveFooterStyle(J){if(this.isWidgetMessage(J))return J.footerStyle;return"default"}getViewportHeight(){let Z=this.scrollAreaKey.currentElement?.renderObject;if(Z&&"size"in Z){let Q=Z.size;if(typeof Q.height==="number"&&Q.height>0)return this.viewportHeight=Q.height,Q.height}return this.viewportHeight}build(J){let Z=y0.of(J),Q=this.widget.props.message,Y=(()=>{if(this.isWidgetMessage(Q))return{title:Q.title,type:Q.type};if(Q instanceof Error&&Q.name==="CommandCancelledError")return{title:"Cancelled",type:"info",description:Q.message};if(Q instanceof Error&&Q.name==="CommandTimeoutError")return{title:"Timeout",type:"error",description:Q.message};let q=iV0(Q);return{title:q.title,type:q.type,description:q.description}})(),X=Y.type==="error"?Z.app.toolError:Z.app.command,K=Q4.all(new J4(Z.colors.border,1,"solid")),V=new l0({padding:I0.symmetric(1,0),child:new $0({text:new P(Y.title,new g({color:X,bold:!0}))})}),G=this.isWidgetMessage(Q)?Q.widget:new $0({text:new P(Y.description,new g({color:Z.colors.foreground})),selectable:!0}),F=new u1({child:new N2({child:new l0({padding:I0.symmetric(1,0),child:new q1({key:this.scrollAreaKey,crossAxisAlignment:"stretch",children:[new u1({child:new I6({controller:this.scrollController,autofocus:!0,child:G})}),new l9({controller:this.scrollController,thumbColor:Z.app.scrollbarThumb,trackColor:Z.app.scrollbarTrack,getScrollInfo:()=>{let q=this.scrollController.maxScrollExtent,W=this.scrollController.offset,H=this.getViewportHeight(),D=q+H;return{totalContentHeight:Math.max(D,0),viewportHeight:Math.max(H,1),scrollOffset:Math.max(W,0)}}})]})})})}),z=new l0({padding:I0.symmetric(1,0),child:new $0({text:(()=>{if(this.widget.props.onRetry)return new P("",void 0,[new P("Press ",new g({color:Z.colors.foreground,dim:!0})),new P("R",new g({color:Z.app.keybind})),new P(" to retry, ",new g({color:Z.colors.foreground,dim:!0})),new P("Esc",new g({color:Z.app.keybind})),new P(" to cancel",new g({color:Z.colors.foreground,dim:!0}))]);let q=this.resolveFooterStyle(this.widget.props.message);if(q==="none")return new P("",new g({color:Z.colors.foreground,dim:!0}));if(q==="help"){let W=new g({color:Z.app.keybind}),H=new g({color:Z.colors.foreground,dim:!0});return new P("",H,[new P("Press ",H),new P("Escape",W),new P(" to close • Use ",H),new P("↑↓",W),new P(" or ",H),new P("j/k",W),new P(" to scroll",H)])}return new P("Press any key to close",new g({color:Z.colors.foreground,dim:!0,italic:!0}))})()})});return new X5({fit:"expand",children:[new r1({onClick:()=>{},child:new R0}),new e4({onKey:(q)=>{if(this.widget.props.onRetry&&q.key==="r")return this.widget.props.onRetry(),"handled";if(q.key==="Escape")return this.widget.props.onDismiss(),"handled";if(!this.widget.props.onRetry)return this.widget.props.onDismiss(),"handled";return"ignored"},autofocus:!1,child:new l0({decoration:{border:K,color:Z.colors.background},padding:I0.all(1),child:new p0({mainAxisAlignment:"center",children:[V,new R0({height:1}),F,z]})})})]})}}f8();class qd4 extends m0{props;constructor(J){super();this.props=J}createState(){return new Wd4}}class Wd4 extends g0{plugins=[];subscription=null;initState(){this.subscription=this.widget.props.pluginService.plugins.subscribe((J)=>{this.plugins=J,this.setState(()=>{})})}dispose(){this.subscription?.unsubscribe(),super.dispose()}getRelativePath(J){let Z=J.startsWith("file://")?J.slice(7):J,Q=this.widget.props.cwd;if(Z.startsWith(Q))return Z.slice(Q.length+1);return Z}statusIcon(J){let Z=L9.default(),{colors:Q,app:Y}=Z;switch(J){case"loading":return{icon:"◌",color:Q.warning};case"active":return{icon:"✓",color:Y.toolSuccess};case"error":return{icon:"✗",color:Y.toolError}}}build(J){let Z=y0.of(J),{app:Q}=Z;if(this.plugins.length===0)return new $0({text:new P("No plugins found.",new g({dim:!0}))});let Y=[],X=this.plugins.length,K=this.plugins.filter((F)=>F.status==="active").length,V=this.plugins.reduce((F,z)=>F+z.registeredCommands.length,0),G=this.plugins.reduce((F,z)=>F+z.registeredTools.length,0);if(Y.push(new P(`${K}/${X} ${j4(X,"plugin")} active`,new g({bold:!0}))),V>0||G>0)Y.push(new P(` (${V} ${j4(V,"command")}, ${G} ${j4(G,"tool")})`,new g({dim:!0})));Y.push(new P(`
|
|
5950
5950
|
|
|
5951
5951
|
`));for(let F of this.plugins){let{icon:z,color:q}=this.statusIcon(F.status),W=this.getRelativePath(F.uri.toString());if(Y.push(new P(`${z} `,new g({color:q}))),Y.push(new P(W,new g({bold:!0}))),Y.push(new P(` ${F.status}`,new g({dim:!0}))),Y.push(new P(`
|
|
5952
5952
|
`)),F.status==="active"&&F.registeredEvents.length>0)Y.push(new P(" Events: ",new g({dim:!0}))),Y.push(new P(F.registeredEvents.join(", "),new g({color:Q.link}))),Y.push(new P(`
|
|
@@ -6144,7 +6144,7 @@ ${r.content||""}`:r.content||"",_0=[],b0=r.baseDir.startsWith("file://")?Qz0(r.b
|
|
|
6144
6144
|
`),process.exit(1)}process.stdout.write(await Tx3(F.result.displayText)+`
|
|
6145
6145
|
`),process.exit(0)})}xN();import{stdout as Sx3}from"node:process";function kx3({version:J,buildTimestamp:Z,buildType:Q}){let Y=Q==="dev"?"dev":"released",X=Z?new Date(Z):null,K=X&&!Number.isNaN(X.getTime())?`, ${yz(X)} ago`:"";return`${J} (${Y}${Z?` ${Z}`:""}${K})`}function Ui4(J){Sx3.write(`${kx3(J)}
|
|
6146
6146
|
`)}function Bi4(J,Z){J.option("-V, --version","Print the version number and exit",()=>{Ui4(Z),process.exit(0)}),J.command("version").description("Print the version number and exit").action(()=>{Ui4(Z),process.exit(0)})}var sh3=zr.join(uX,"logs","headless.log"),K31=zr.join(yv,"device-id.json"),th3=`cli-tui-${co4(16).toString("hex")}`;async function eh3(){for(let J of TE)try{if((await J.listConfigs()).length>0)return J}catch(Z){S.debug("Failed to detect query-based IDE integration",{ideName:J.ideName,error:Z})}return}try{if(process.platform==="win32")await Promise.resolve().then(() => W4(Rx(),1))}catch{}if(process.env.AMP_PWD)try{process.chdir(process.env.AMP_PWD),delete process.env.AMP_PWD}catch(J){kZ.write(`Failed to change directory to ${process.env.AMP_PWD}: ${J}
|
|
6147
|
-
`)}function $g3(J){process.emitWarning=(Z,Q,Y,X)=>{let K=typeof Z==="string"?Z:Z.message||String(Z),V=Q||"Warning",G=!1;J.warn(K,{name:V,code:Y})}}function A2(J,Z){if(J.getOptionValueSourceWithGlobals("dangerouslyAllowAll")==="cli")W$("dangerouslyAllowAll",Z.dangerouslyAllowAll);if(J.getOptionValueSourceWithGlobals("mode")==="cli")W$("experimental.agentMode",Z.mode);if(J.getOptionValueSourceWithGlobals("model")==="cli"&&Z.model)W$("internal.model",Jg3(Z.model))}function uo4(J){let Z=J.indexOf(":");if(Z===-1)throw new G4(`Invalid model format "${J}". Expected "provider:model" (e.g., "anthropic:claude-sonnet-4-20250514").`,1);let Q=J.slice(0,Z).trim(),Y=J.slice(Z+1).trim();if(!Q||!Y)throw new G4(`Invalid model format "${J}". Both provider and model must be non-empty (e.g., "anthropic:claude-sonnet-4-20250514").`,1)}function Jg3(J){if(!J.includes("="))return uo4(J),J;let Z={};for(let Q of J.split(",")){let Y=Q.trim();if(!Y)continue;let X=Y.indexOf("=");if(X===-1)throw new G4(`Invalid mode-specific model entry "${Y}". Expected "mode=provider:model" (e.g., "smart=anthropic:claude-sonnet-4-20250514").`,1);let K=Y.slice(0,X).trim(),V=Y.slice(X+1).trim();if(!K)throw new G4(`Missing mode name in "${Y}". Expected "mode=provider:model".`,1);if(!V)throw new G4(`Missing model value for mode "${K}". Expected "${K}=provider:model".`,1);uo4(V),Z[K]=V}if(Object.keys(Z).length===0)throw new G4("No valid model overrides found in --model flag value.",1);return Z}function Zg3(J,Z){if(J.getOptionValueSourceWithGlobals("sp")==="cli"&&Z.sp)return Z.sp;if(J.getOptionValueSourceWithGlobals("systemPrompt")==="cli"&&Z.systemPrompt)return Z.systemPrompt;return}async function Qg3(J){try{return await lo4(J,"utf-8")}catch{return J}}async function bo4(J,Z,Q){let Y=Zg3(J,Z);if(!Y)return;let X=k6(Q)?Q.features:[],K=k6(Q)?Q.user.email:void 0;if(!Fr(X,s7.HARNESS_SYSTEM_PROMPT)&&!(K&&C2(K)))throw new G4("You are not allowed to do this.",1);W$("systemPrompt",await Qg3(Y))}function Fr(J,Z){return J?.some((Q)=>Q.name===Z&&Q.enabled)??!1}function Yg3(J){return J!=="pending"}function Ix(J){if(!k6(J))return null;return{...J.user,features:J.features??[],team:J.workspace??void 0}}function Xg3(J){let Z=Ix(J);if(Z)return Z.id;if(tW(J))throw Error(J.error.message);throw Error("unreachable")}function Kg3(J){try{let Z=new URL(J);return Z.hostname==="localhost"||Z.hostname==="127.0.0.1"}catch{return J.includes("localhost")||J.includes("127.0.0.1")}}function Vg3(J){let Y=Kg3(J)?"Run `pnpm dev` to start the local server, then try again.":"Check your network connection or the server URL and try again.";return new G4(`Couldn't connect to the Amp server at ${J}.`,1,Y)}function V31(J,Z){let Q=Fa0(Error(J.error.message));if(Q.message===r2.networkOffline||Q.message===r2.networkTimeout)return Vg3(Z);if(Q.message!==r2.internalBug)return new G4(Q.message,1,Q.suggestion);return new G4(J.error.message.replace(/^Error: /,""),1)}var ho4=[{name:"notifications",long:"notifications",type:"flag",description:(J)=>`${J?"Enable":"Disable"} notification alerts (audio locally, terminal bell over SSH; enabled by default when not in execute mode)`},{name:"color",long:"color",type:"flag",description:(J)=>`${J?"Enable":"Disable"} color output (enabled by default if stdout and stderr are sent to a TTY)`},{name:"settingsFile",long:"settings-file",type:"option",default:process.env.AMP_SETTINGS_FILE??iK,description:`Custom settings file path (overrides the default location ${iK})`},{name:"logLevel",long:"log-level",type:"option",description:`Set log level (${Object.keys(S).join(", ")})`},{name:"logFile",long:"log-file",type:"option",description:`Set log file location (overrides the default location ${mi})`},{name:"format",long:"format",type:"option",description:"output using the standard or new-ui. Options: `ui`, `new-ui`",choices:["ui","jsonl","new-ui"],hidden:!0,deprecated:!0},{name:"dangerouslyAllowAll",long:"dangerously-allow-all",type:"switch",default:!1,description:"Disable all command confirmation prompts (agent will execute all commands without asking)"},{name:"jetbrains",long:"jetbrains",type:"flag",default:d7(),description:(J)=>J?"Enable JetBrains integration. When enabled, Amp automatically includes your open JetBrains file and text selection with every message.":"Disable JetBrains integration"},{name:"ide",long:"ide",type:"flag",default:!0,description:(J)=>J?"Enable IDE connection (default). When enabled, Amp automatically includes your open IDE's file and text selection with every message.":"Disable IDE connection"},{name:"interactive",long:"interactive",type:"flag",description:(J)=>J?"Enable interactive mode. This will enable the interactive UI.":"Disable interactive mode. This will disable the interactive UI.",hidden:!0,deprecated:!0},{name:"mcpConfig",long:"mcp-config",type:"option",description:"JSON configuration or file path for MCP servers to merge with existing settings"},{name:"mode",long:"mode",short:"m",type:"option",default:IE.SMART.key,description:`Set the agent mode (${mX({}).map((J)=>J.mode).join(", ")}) — controls the model, system prompt, and tool selection`,choices:mX().map((J)=>J.mode).concat("large","deep","internal")},{name:"takeMeBack",long:"take-me-back",type:"switch",description:"Disable v2 thread mode and use the legacy worker runtime",hidden:!0},{name:"neo",long:"neo",type:"switch",description:"Use the Neo TUI",hidden:!0},{name:"headless",long:"headless",type:"optional-option",description:"Run headless DTW harness (no TUI). Optionally provide a thread ID to connect as executor.",hidden:!0},{name:"apiKey",long:"api-key",type:"option",description:"API key for internal DTW commands (overrides AMP_API_KEY)",hidden:!0},{name:"sp",long:"sp",type:"option",description:"Custom system prompt text or file path",hidden:!0},{name:"systemPrompt",long:"system-prompt",type:"option",description:"Custom system prompt text",hidden:!0},{name:"model",long:"model",type:"option",description:'Override the model. Use "provider:model" for all modes, or "mode=provider:model,mode=provider:model" for mode-specific overrides',hidden:!0}],go4=(J)=>("deprecated"in J)&&J.deprecated===!0,Gg3=(J)=>("hidden"in J)&&J.hidden===!0,Fg3=(J)=>("default"in J),zg3=(J)=>("default"in J)?J.default:void 0,io4=[{name:"toggle-skills-count",entryPoint:x01}];function qg3(J,Z){let Q=Z.args[0],Y=Z.commands.map((K)=>K.name());if(Q&&!Q.includes(" ")&&Q.length<30&&!/[./\\]/.test(Q)){let K=Y.filter((G)=>Q.includes(G)||G.includes(Q)),V="Run amp --help for a list of available commands.";if(K.length>0)V=`Did you mean: ${K.join(", ")}? Or run amp --help for all commands.`;throw new G4(r2.unknownCommand(Q),1,V)}}async function az0(J){return{...J,getThreadEnvironment:_G,osFileSystem:J.fileSystem,skillService:J.skillService,fileChangeTrackerStorage:new MM(J.fileSystem),generateThreadTitle:e04,deleteThread:(Z)=>J.threadService.delete(Z),getServerStatus:()=>eZ(J.configService),pluginService:J.pluginService}}function no4(J){return{toolService:J.toolService,configService:J.configService,skillService:J.skillService,getThreadEnvironment:_G,filesystem:J.fileSystem,threadService:J.threadService}}var iz0=G1.file(rh3.homedir()),G31=process.env.XDG_CONFIG_HOME?G1.file(process.env.XDG_CONFIG_HOME):F1.joinPath(iz0,".config");function Wg3(J){return kW4({playNotificationSound:async(Z)=>{if(J.useNotificationsForService){if(gP4())mP4();else if(process.platform==="darwin"&&Z==="idle"&&J.isTUIVoiceNotifEnabled())SW4();else Vp0(Z);let Q=XK0(),Y=wr0();if((!Q||Y||__4())&&J.config.settings["notifications.system.enabled"]!==!1){if(Z==="idle")process.stdout.write(ID("\x1B]777;notify;Amp;Agent is ready\x1B\\"));else if(Z==="requires-user-input")process.stdout.write(ID("\x1B]777;notify;Amp;Waiting for approval\x1B\\"))}}},windowFocused:()=>Promise.resolve(XK0()),threadService:J.threadService,configService:J.configService,threadViewStates$:J.threadViewStates$})}async function O7(J,Z,Q){let Y=Q?.deferAuth??!1;Au1("0.0.
|
|
6147
|
+
`)}function $g3(J){process.emitWarning=(Z,Q,Y,X)=>{let K=typeof Z==="string"?Z:Z.message||String(Z),V=Q||"Warning",G=!1;J.warn(K,{name:V,code:Y})}}function A2(J,Z){if(J.getOptionValueSourceWithGlobals("dangerouslyAllowAll")==="cli")W$("dangerouslyAllowAll",Z.dangerouslyAllowAll);if(J.getOptionValueSourceWithGlobals("mode")==="cli")W$("experimental.agentMode",Z.mode);if(J.getOptionValueSourceWithGlobals("model")==="cli"&&Z.model)W$("internal.model",Jg3(Z.model))}function uo4(J){let Z=J.indexOf(":");if(Z===-1)throw new G4(`Invalid model format "${J}". Expected "provider:model" (e.g., "anthropic:claude-sonnet-4-20250514").`,1);let Q=J.slice(0,Z).trim(),Y=J.slice(Z+1).trim();if(!Q||!Y)throw new G4(`Invalid model format "${J}". Both provider and model must be non-empty (e.g., "anthropic:claude-sonnet-4-20250514").`,1)}function Jg3(J){if(!J.includes("="))return uo4(J),J;let Z={};for(let Q of J.split(",")){let Y=Q.trim();if(!Y)continue;let X=Y.indexOf("=");if(X===-1)throw new G4(`Invalid mode-specific model entry "${Y}". Expected "mode=provider:model" (e.g., "smart=anthropic:claude-sonnet-4-20250514").`,1);let K=Y.slice(0,X).trim(),V=Y.slice(X+1).trim();if(!K)throw new G4(`Missing mode name in "${Y}". Expected "mode=provider:model".`,1);if(!V)throw new G4(`Missing model value for mode "${K}". Expected "${K}=provider:model".`,1);uo4(V),Z[K]=V}if(Object.keys(Z).length===0)throw new G4("No valid model overrides found in --model flag value.",1);return Z}function Zg3(J,Z){if(J.getOptionValueSourceWithGlobals("sp")==="cli"&&Z.sp)return Z.sp;if(J.getOptionValueSourceWithGlobals("systemPrompt")==="cli"&&Z.systemPrompt)return Z.systemPrompt;return}async function Qg3(J){try{return await lo4(J,"utf-8")}catch{return J}}async function bo4(J,Z,Q){let Y=Zg3(J,Z);if(!Y)return;let X=k6(Q)?Q.features:[],K=k6(Q)?Q.user.email:void 0;if(!Fr(X,s7.HARNESS_SYSTEM_PROMPT)&&!(K&&C2(K)))throw new G4("You are not allowed to do this.",1);W$("systemPrompt",await Qg3(Y))}function Fr(J,Z){return J?.some((Q)=>Q.name===Z&&Q.enabled)??!1}function Yg3(J){return J!=="pending"}function Ix(J){if(!k6(J))return null;return{...J.user,features:J.features??[],team:J.workspace??void 0}}function Xg3(J){let Z=Ix(J);if(Z)return Z.id;if(tW(J))throw Error(J.error.message);throw Error("unreachable")}function Kg3(J){try{let Z=new URL(J);return Z.hostname==="localhost"||Z.hostname==="127.0.0.1"}catch{return J.includes("localhost")||J.includes("127.0.0.1")}}function Vg3(J){let Y=Kg3(J)?"Run `pnpm dev` to start the local server, then try again.":"Check your network connection or the server URL and try again.";return new G4(`Couldn't connect to the Amp server at ${J}.`,1,Y)}function V31(J,Z){let Q=Fa0(Error(J.error.message));if(Q.message===r2.networkOffline||Q.message===r2.networkTimeout)return Vg3(Z);if(Q.message!==r2.internalBug)return new G4(Q.message,1,Q.suggestion);return new G4(J.error.message.replace(/^Error: /,""),1)}var ho4=[{name:"notifications",long:"notifications",type:"flag",description:(J)=>`${J?"Enable":"Disable"} notification alerts (audio locally, terminal bell over SSH; enabled by default when not in execute mode)`},{name:"color",long:"color",type:"flag",description:(J)=>`${J?"Enable":"Disable"} color output (enabled by default if stdout and stderr are sent to a TTY)`},{name:"settingsFile",long:"settings-file",type:"option",default:process.env.AMP_SETTINGS_FILE??iK,description:`Custom settings file path (overrides the default location ${iK})`},{name:"logLevel",long:"log-level",type:"option",description:`Set log level (${Object.keys(S).join(", ")})`},{name:"logFile",long:"log-file",type:"option",description:`Set log file location (overrides the default location ${mi})`},{name:"format",long:"format",type:"option",description:"output using the standard or new-ui. Options: `ui`, `new-ui`",choices:["ui","jsonl","new-ui"],hidden:!0,deprecated:!0},{name:"dangerouslyAllowAll",long:"dangerously-allow-all",type:"switch",default:!1,description:"Disable all command confirmation prompts (agent will execute all commands without asking)"},{name:"jetbrains",long:"jetbrains",type:"flag",default:d7(),description:(J)=>J?"Enable JetBrains integration. When enabled, Amp automatically includes your open JetBrains file and text selection with every message.":"Disable JetBrains integration"},{name:"ide",long:"ide",type:"flag",default:!0,description:(J)=>J?"Enable IDE connection (default). When enabled, Amp automatically includes your open IDE's file and text selection with every message.":"Disable IDE connection"},{name:"interactive",long:"interactive",type:"flag",description:(J)=>J?"Enable interactive mode. This will enable the interactive UI.":"Disable interactive mode. This will disable the interactive UI.",hidden:!0,deprecated:!0},{name:"mcpConfig",long:"mcp-config",type:"option",description:"JSON configuration or file path for MCP servers to merge with existing settings"},{name:"mode",long:"mode",short:"m",type:"option",default:IE.SMART.key,description:`Set the agent mode (${mX({}).map((J)=>J.mode).join(", ")}) — controls the model, system prompt, and tool selection`,choices:mX().map((J)=>J.mode).concat("large","deep","internal")},{name:"takeMeBack",long:"take-me-back",type:"switch",description:"Disable v2 thread mode and use the legacy worker runtime",hidden:!0},{name:"neo",long:"neo",type:"switch",description:"Use the Neo TUI",hidden:!0},{name:"headless",long:"headless",type:"optional-option",description:"Run headless DTW harness (no TUI). Optionally provide a thread ID to connect as executor.",hidden:!0},{name:"apiKey",long:"api-key",type:"option",description:"API key for internal DTW commands (overrides AMP_API_KEY)",hidden:!0},{name:"sp",long:"sp",type:"option",description:"Custom system prompt text or file path",hidden:!0},{name:"systemPrompt",long:"system-prompt",type:"option",description:"Custom system prompt text",hidden:!0},{name:"model",long:"model",type:"option",description:'Override the model. Use "provider:model" for all modes, or "mode=provider:model,mode=provider:model" for mode-specific overrides',hidden:!0}],go4=(J)=>("deprecated"in J)&&J.deprecated===!0,Gg3=(J)=>("hidden"in J)&&J.hidden===!0,Fg3=(J)=>("default"in J),zg3=(J)=>("default"in J)?J.default:void 0,io4=[{name:"toggle-skills-count",entryPoint:x01}];function qg3(J,Z){let Q=Z.args[0],Y=Z.commands.map((K)=>K.name());if(Q&&!Q.includes(" ")&&Q.length<30&&!/[./\\]/.test(Q)){let K=Y.filter((G)=>Q.includes(G)||G.includes(Q)),V="Run amp --help for a list of available commands.";if(K.length>0)V=`Did you mean: ${K.join(", ")}? Or run amp --help for all commands.`;throw new G4(r2.unknownCommand(Q),1,V)}}async function az0(J){return{...J,getThreadEnvironment:_G,osFileSystem:J.fileSystem,skillService:J.skillService,fileChangeTrackerStorage:new MM(J.fileSystem),generateThreadTitle:e04,deleteThread:(Z)=>J.threadService.delete(Z),getServerStatus:()=>eZ(J.configService),pluginService:J.pluginService}}function no4(J){return{toolService:J.toolService,configService:J.configService,skillService:J.skillService,getThreadEnvironment:_G,filesystem:J.fileSystem,threadService:J.threadService}}var iz0=G1.file(rh3.homedir()),G31=process.env.XDG_CONFIG_HOME?G1.file(process.env.XDG_CONFIG_HOME):F1.joinPath(iz0,".config");function Wg3(J){return kW4({playNotificationSound:async(Z)=>{if(J.useNotificationsForService){if(gP4())mP4();else if(process.platform==="darwin"&&Z==="idle"&&J.isTUIVoiceNotifEnabled())SW4();else Vp0(Z);let Q=XK0(),Y=wr0();if((!Q||Y||__4())&&J.config.settings["notifications.system.enabled"]!==!1){if(Z==="idle")process.stdout.write(ID("\x1B]777;notify;Amp;Agent is ready\x1B\\"));else if(Z==="requires-user-input")process.stdout.write(ID("\x1B]777;notify;Amp;Waiting for approval\x1B\\"))}}},windowFocused:()=>Promise.resolve(XK0()),threadService:J.threadService,configService:J.configService,threadViewStates$:J.threadViewStates$})}async function O7(J,Z,Q){let Y=Q?.deferAuth??!1;Au1("0.0.1776730295-gbaeee6");let X=OC({storage:J.settings,secretStorage:J.secrets,workspaceRoot:v0.of(G1.file(process.cwd())),defaultAmpURL:J.ampURL,homeDir:iz0,userConfigDir:G31});Zg4(X);let K=await X.getLatest();S.debug("Global configuration initialized",{settingsKeys:Object.keys(K.settings)});let V=!1;{let x=await J.secrets.get("apiKey",J.ampURL);if(V=Boolean(x),S.info("API key lookup before login",{found:Boolean(x),ampURL:J.ampURL,deferAuth:Y}),!x)if(Y)S.info("No API key found, continuing startup with deferred auth");else{d5.write(`No API key found. Starting login flow...
|
|
6148
6148
|
`);let p=await Hg3(J),d=await J.secrets.get("apiKey",J.ampURL);if(S.info("Login flow completed",{success:p,storedKeyPresent:Boolean(d),ampURL:J.ampURL}),!p)await OD(),process.exit(1);V=!0}}{let x=await X.getLatest(),p=x.settings.url,d=x.secrets.isSet?.[p];S.info("Config secrets state after login",{configURL:p,apiKeySet:d?.apiKey??!1})}let G=k1(eZ(X).pipe(b5(Yg3))),F=Y?"pending":await G;if(!Y)S.info("Server status resolved",{status:"ready",isAuthenticated:k6(F),isError:tW(F),errorMessage:tW(F)?F.error.message:void 0});let z=G.then((x)=>Xg3(x));z.catch(()=>{return});let{toolService:q,dispose:W}=pJ0({configService:X}),H=new Map,D=()=>H.clear(),U=new BT0(X,J.settings.getWorkspaceRootPath()),B=E80({configService:X,filesystem:q8}),N=Vo1({configService:X,trustStore:U,skillMCPServers:B.skillMCPServers,createOAuthProvider:async(x,p,d)=>{let h=`${x}:${p}`,n=H.get(h);if(n)return S.debug("Reusing existing OAuth provider for server",{serverName:x,serverUrl:p}),n;S.debug("Creating OAuth provider for server",{serverName:x,serverUrl:p});let l=(async()=>{let t=new fE(J.secrets),H0=await t.getClientInfo(x,p),a=d?.scopes??H0?.scopes,Z0=lP4();S.info("OAuth headless mode check",{useHeadless:Z0,executeMode:J.executeMode,envVar:process.env.AMP_HEADLESS_OAUTH,isTTY:d5.isTTY});let W0;if(Z0)W0=J.executeMode?cP4():dP4(x);let U0=new sR0({storage:t,serverName:x,serverUrl:p,clientId:d?.clientId??H0?.clientId,clientSecret:d?.clientSecret??H0?.clientSecret,authUrl:d?.authUrl??H0?.authUrl,tokenUrl:d?.tokenUrl??H0?.tokenUrl,scopes:a,headlessAuthHandler:W0});return S.debug("OAuth provider created",{serverName:x,serverUrl:p,hasManualClientId:!!(d?.clientId??H0?.clientId),willUseDCR:!(d?.clientId??H0?.clientId),scopes:a,headlessMode:Z0,executeMode:J.executeMode}),U0})();return H.set(h,l),l}}),w=Um0({configService:X,filesystem:q8,spawn:zJ0}),L;if(J.executeMode){let x=await uF4({toolService:q,providers:[N,w],initialTimeout:15000});L=x.registrations;for(let[p,d]of x.initErrors)S.warn(`${p} provider initialization slow or failed:`,d)}else L=Bm0({toolService:q,providers:[N,w]});if(Z.jetbrains)CE("JetBrains");else if(Z.ide&&CC4())CE("VS Code");else if(Z.ide&&_C4())CE("Neovim");else if(Z.ide){let x=await eh3();if(x){let p=U40(x.ideName);if(p)CE(p)}}if(J.executeMode)ju1(!0);let O,E=r8.status.pipe(M1((x)=>Boolean(x.connected&&x.authenticated&&x.ideName&&eu1(x.ideName))),d4()).subscribe((x)=>{if(x){if(!O)O=q.registerTool(fF4)}else O?.dispose(),O=void 0}),M;if(!J.executeMode){let x=await J.settings.get("fuzzy.alwaysIncludePaths")??[];M=new Mv(process.cwd(),{alwaysIncludePaths:x},!0)}else M=new class extends Mv{async start(){}async query(){return[]}async queryCompletions(){return[]}getStats(){return{state:"unstarted",stats:[]}}dispose(){}};let A=new Ok0(Nm(X),{maxThreads:200});S.info("Starting Amp background services");let j=new m01,I=process.env.PLUGINS??"off",_=Z.headless?hh4():void 0,C=_??new YG0({configService:X}),b=C instanceof YG0?C:void 0;if(b)b.pluginExecutorKind="local";let m=vT0({configService:X,fileSystem:q8,platform:C,internalPlugins:io4,pluginFilter:I}),f=Zr1({pluginService:m,toolService:q}),v={configService:X,toolService:q,mcpService:N,skillService:B,toolboxService:w,trustStore:U,threadService:A,secretStorage:J.secrets,settingsStorage:J.settings,fuzzyServer:M,fileSystem:q8,terminal:j,pluginService:m,pluginPlatform:b,headlessPluginPlatform:_,serverStatus:F,serverStatusPromise:G,viewerUserIDPromise:z,hasAPIKeyAtStartup:V};return{...v,async asyncDispose(){if(v.mcpService.hasAuthenticatingClients())S.info("Waiting for OAuth authentication to complete before exit..."),await v.mcpService.waitForAuthentication();for(let x of L.values())x.dispose();await v.mcpService.dispose(),D(),await v.threadService.asyncDispose(),v.configService.unsubscribe(),W(),v.fuzzyServer.dispose(),v.settingsStorage[Symbol.dispose](),E.unsubscribe(),O?.dispose(),f.dispose(),await v.pluginService.dispose()}}}async function Hg3(J){if(!J.executeMode){if(!await lX0("Would you like to log in to Amp? [(y)es, (n)o]: "))return d5.write(`Login cancelled. Run the command again to retry.
|
|
6149
6149
|
`),!1}return await ao4(J)}async function ao4(J){let Z=co4(32).toString("hex"),Q=await dv(J.ampURL,Z),Y=new AbortController;try{await xV(Q,Y.signal)}catch(K){S.error("Error opening browser",{error:K})}let X=await dv(J.ampURL,Z,!1);d5.write(`If your browser does not open automatically, visit:
|
|
6150
6150
|
|
|
@@ -6152,7 +6152,7 @@ ${n0.blue.bold(X)}
|
|
|
6152
6152
|
|
|
6153
6153
|
`);try{return await mT4(J.ampURL,Z,J.secrets,Y),d5.write("\nLogin successful! Run `amp` to get started.\n"),!0}catch(K){return S.error("Login failed",{error:K}),kZ.write(`
|
|
6154
6154
|
Login failed: ${K instanceof Error?K.message:String(K)}
|
|
6155
|
-
`),!1}}function Dg3(J){let Z=new Xw().name("amp").description("AI-powered coding assistant").option("--visibility <visibility>","Set thread visibility (private, public, workspace, group)").configureOutput({writeErr:()=>{}});Z.exitOverride((B)=>{if(B.code==="commander.help"||B.code==="commander.version"||B.exitCode===0)fj(),process.exit(0);let N=B.originalError??B;mR4(N)}),Bi4(Z,{version:"0.0.
|
|
6155
|
+
`),!1}}function Dg3(J){let Z=new Xw().name("amp").description("AI-powered coding assistant").option("--visibility <visibility>","Set thread visibility (private, public, workspace, group)").configureOutput({writeErr:()=>{}});Z.exitOverride((B)=>{if(B.code==="commander.help"||B.code==="commander.version"||B.exitCode===0)fj(),process.exit(0);let N=B.originalError??B;mR4(N)}),Bi4(Z,{version:"0.0.1776730295-gbaeee6",buildTimestamp:"2026-04-21T00:15:22.591Z",buildType:"'release'"}),Z.addHelpText("after",RC4()),Z.configureHelp({formatHelp:IC4}),Z.command("logout").description("Log out by removing stored API key").action(async(B,N)=>{let w=N.optsWithGlobals(),L=await l3(w);await Eg3(L)}),Z.command("login").description("Log in to Amp").addHelpText("after","If AMP_URL is set during login, it will be persisted to global settings for future CLI invocations, though AMP_URL will continue to take precedence.").action(async(B,N)=>{let w=N.optsWithGlobals(),L=await l3(w);await Og3(L,await Kn(w,L.settings))}),Z.command("git-credential-helper [action]",{hidden:!0}).summary("Git credential helper for GitHub").description("Internal: implements the git credential helper protocol. Used inside sandboxes to authenticate git operations with GitHub.").action(async(B,N,w)=>{let L=w.optsWithGlobals(),O=await l3(L);await SI4(B??"get",O.ampURL,O.secrets),process.exit(process.exitCode??0)}),Z.command("sign-commit",{hidden:!0}).summary("Git commit signing helper").description("Internal: implements the gpg signing interface for git commit signing. Used inside sandboxes as gpg.program.").allowUnknownOption().action(async(B,N)=>{let w=N.optsWithGlobals(),L=await l3(w);await kI4(L.ampURL,L.secrets),process.exit(process.exitCode??0)}),Z.command("keyboard-tester",{hidden:!0}).summary("Keyboard input tester").description("Internal: stream parsed terminal input events as JSONL.").option("--raw","Log raw incoming terminal bytes before parsing").action(async(B)=>{await d_4({raw:B.raw===!0}),process.exit(process.exitCode??0)}),Z.command("live-sync [threadIDOrURL]",{hidden:!0}).summary("Mirror live DTW thread changes into the current checkout").description("Experimental: watch a v2 thread URL or ID and mirror its live working-tree changes into your local checkout, or apply the current snapshot once and exit.").addHelpText("after",["","Examples:"," amp live-sync T-5928a90d-d53b-488f-a829-4e36442142ee"," amp live-sync --apply T-5928a90d-d53b-488f-a829-4e36442142ee"," amp live-sync https://ampcode.com/threads/T-5928a90d-d53b-488f-a829-4e36442142ee"].join(`
|
|
6156
6156
|
`)).option("--apply <threadIDOrURL>","Apply the current DTW thread snapshot once and exit").option("--checkout","Automatically check out the thread commit when it differs").option("--skip-checkout","Skip the startup checkout prompt when commits differ").option("--worker-url <url>","Override DTW worker URL").action(async(B,N,w)=>{if(B&&N.apply)throw new G4("Choose either a positional thread ID/URL or --apply <thread-id>, not both.",1);let L=N.apply??B;if(!L||L.trim().length===0)d5.write(`live-sync watches a v2 thread and mirrors its live changes locally. Use --apply <thread-id> to materialize the current snapshot once and exit.
|
|
6157
6157
|
|
|
6158
6158
|
`),w.outputHelp(),process.exit(0);let O=R9(L)??nY(L),E=w.optsWithGlobals(),M=await l3(E);A2(w,E);let A=await O7(M,E),j=!1;try{if(N.checkout&&N.skipCheckout)throw new G4("Choose either --checkout or --skip-checkout, not both.",1);if(tW(A.serverStatus))throw V31(A.serverStatus,M.ampURL);let I=k6(A.serverStatus)?A.serverStatus.features:void 0;if(!Fr(I,s7.V2))throw new G4("live-sync is not enabled for your user",1);await TT4({ampURL:M.ampURL,threadId:O,configService:A.configService,threadService:A.threadService,apiKey:E.apiKey??process.env.AMP_API_KEY,applyOnce:typeof N.apply==="string",workerURL:N.workerUrl??process.env.AMP_WORKER_URL,checkoutMode:N.checkout?"always":N.skipCheckout?"never":"prompt",promptForYesNo:lX0}),j=!0}finally{if(await A.asyncDispose(),j)process.exit(0)}});let Q=async(B,N,w)=>{OC({storage:N.settings,secretStorage:N.secrets,workspaceRoot:v0.of(G1.file(process.cwd())),defaultAmpURL:N.ampURL,homeDir:iz0,userConfigDir:G31});let L={...N,executeMode:!1};await nz0(L,{...B,openThreadSwitcher:!0},w,J)},Y=Z.command("threads").alias("t").alias("thread").summary("Manage threads").description("Thread management commands. When no subcommand is provided, defaults to listing threads.").option("--include-archived","Include archived threads in the list").action(async(B,N)=>{let w=N.optsWithGlobals(),L=await l3(w);await do4(w,L,N)});Y.command("new").alias("n").summary("Create a new thread").description("Create a new thread and print its ID. The thread will be empty. You can set the visibility using the --visibility option.").option("--visibility <visibility>","Set thread visibility (private, public, workspace, group)").action(async(B,N)=>{let w=N.optsWithGlobals(),L=await l3(w);await kg3(w,L,N)}),Y.command("continue [threadIDOrURL]").alias("c").summary("Continue an existing thread").description("Continue an existing thread by resuming the conversation. By default, interactive mode shows a picker. Use --last to continue the last thread for the current mode directly.").option("--last","Continue the last thread for the current mode directly").option("--pick","Pick a thread interactively from a list (DEPRECATED: picker is now the default)").action(async(B,N,w)=>{let L=w.optsWithGlobals(),O=await l3(L);if(N.pick)kZ.write(`${n0.yellow("Warning:")} The --pick flag is deprecated. The picker is now shown by default.
|
|
@@ -6186,8 +6186,8 @@ ${M}
|
|
|
6186
6186
|
|
|
6187
6187
|
This thread belongs to a different user and cannot be continued for security reasons. Set AMP_RESUME_OTHER_USER_THREADS_INSECURE=1 to bypass this check.`)}}async function Ug3(J){if(J.streamJsonInput)return{userInput:"",stdinInput:null};if(typeof J.execute==="string"){let Z=(await VG0()).trimEnd();return{userInput:J.execute,stdinInput:Z||null}}return{userInput:(await VG0()).trimEnd(),stdinInput:null}}function Bg3(J,Z,Q){if(J.remote&&!Z)throw new G4("The -r/--remote flag requires --execute mode",1,'Use: amp --remote --execute "your message"');if(J.streamJson&&!Z)throw new G4("The --stream-json flag requires --execute mode",1,'Use: amp --execute "your message" --stream-json');if(J.streamJsonInput&&!Z)throw new G4("The --stream-json-input flag requires --execute mode",1,"Use: amp --execute --stream-json --stream-json-input");if(J.streamJsonInput&&!J.streamJson)throw new G4("The --stream-json-input flag requires --stream-json",1,"Use: amp --execute --stream-json --stream-json-input");if(J.stats&&!Z)throw new G4("The --stats flag requires --execute mode",1,'Use: amp --execute "your message" --stats');if(J.archive&&!Z)throw new G4("The --archive flag requires --execute mode",1,'Use: amp --execute "your message" --archive');if(J.streamJsonInput&&typeof J.execute==="string"&&J.execute.trim()!=="")throw new G4("Do not provide a message argument when using --stream-json-input",1,`Supply messages via stdin JSONL instead: echo '{"type":"user","message":{"role":"user","content":[{"type":"text","text":"your message"},{"type":"image","source":{"type":"base64","media_type":"image/png","data":"..."}}]}}' | amp --execute --stream-json --stream-json-input`);if(Z&&Q===""&&!J.streamJsonInput&&!J.headless)throw new G4("User message must be provided through stdin or as argument when using execute mode",1,`Either pass a message as an argument: amp --execute "your message"
|
|
6188
6188
|
Or pipe via stdin: echo "your message" | amp --execute`)}async function nz0(J,Z,Q,Y){let X=process.hrtime.bigint(),K=(e,Y0)=>{let c=Number(process.hrtime.bigint()-Y0)/1e6,o=ME4();S.info("Startup phase",{phase:e,phaseMs:Math.round(c),sinceMainMs:o===null?void 0:Math.round(o)})},{userInput:V,stdinInput:G}=await Ug3(Z),F=!!Z.streamJson||!!Z.streamJsonThinking;Bg3({...Z,streamJson:F},J.executeMode,V),A2(Q,Z);let z=process.hrtime.bigint(),q=Boolean(await J.secrets.get("apiKey",J.ampURL)),W=!J.executeMode&&!Z.headless&&q;S.info("Interactive auth startup mode",{deferInteractiveAuth:W,hasAPIKeyAtStartup:q,executeMode:J.executeMode,headless:Boolean(Z.headless)});let H=await O7(J,Z,{deferAuth:W});K("runMainThread:createThreadDependencies",z),z=process.hrtime.bigint();let D=await az0(H);K("runMainThread:createWorkerDeps",z);let{serverStatus:U}=H;if(!W&&tW(U))throw V31(U,J.ampURL);let B=k6(U)?U:null,N=B?.user.email,w=!!(N&&C2(N));if(!W)await bo4(Q,Z,U);let L=Ix(U),O=L?.features??[],E=L?.team??null,M=QG0(Z,L);if(M instanceof Error)T3(M.message);if(B&&!yb(Z.mode,N))throw new G4(`Agent mode '${Z.mode}' is only available for Amp employees`,1);if(J.executeMode&&Z.remote)await ph4(V,G,H.configService),await H.asyncDispose(),process.exit(0);if(Z.headless){if(process.env.AMP_EXECUTOR!=="1"&&(!N||!C2(N)))throw new G4("Headless executor mode is only available for Amp employees",1);let Y0=await H.secretStorage.get("apiKey",J.ampURL);if(!Y0)throw new G4("API key required for headless mode. Please run `amp login` first.",1);let c=typeof Z.headless==="string"&&Z.headless!=="true"?Z.headless:void 0;if(c&&!iJ(c))throw new G4(`Invalid thread ID: ${c}`,1);let o=c?void 0:await Tg3({dependencies:H,visibility:M??void 0}),r=c??o?.threadId;if(!r)throw new G4("Failed to resolve headless thread ID",1);let J0=await oP4(r);if(J0.status==="already-running")await H.asyncDispose(),await OD(),process.exit(0);try{await bP4({ampURL:J.ampURL,apiKey:Y0,workerUrl:process.env.AMP_WORKER_URL,workspaceRoot:process.cwd(),threadId:r,ownerUserId:o?.ownerUserId,threadVersion:o?.threadVersion,agentMode:o?.agentMode,initialToolDiscovery:Promise.all([H.mcpService.initialized,H.toolboxService.initialized]).then(()=>{return}),configService:H.configService,mcpService:H.mcpService,toolService:H.toolService,skillService:H.skillService,fileSystem:H.fileSystem,pluginService:H.pluginService,pluginPlatform:H.headlessPluginPlatform})}finally{await J0.release(),await H.asyncDispose()}await OD(),process.exit(0)}let A=Z.threadId&&iJ(Z.threadId)?Z.threadId:void 0,j=W?await H.serverStatusPromise:U,I=k6(j)&&Fr(j.features,s7.NEO_TUI);if((I||Z.neo||!1)&&!J.executeMode&&!Z.takeMeBack){if(Z.neo&&!I&&(!k6(j)||!C2(j.user.email)))throw new G4("--neo is only available for Amp employees",1);let e=await H.secretStorage.get("apiKey",J.ampURL);if(!e)throw new G4("API key required. Please run `amp login` first.",1);let Y0=Nm(H.configService),c=new fR(H.fuzzyServer),o=process.cwd();await y01({ampURL:J.ampURL,apiKey:e,workerURL:process.env.AMP_WORKER_URL??lY(J.ampURL),configService:H.configService,toolService:H.toolService,skillService:H.skillService,mcpService:H.mcpService,readFileSystemDirectory:({uri:r})=>Pv({fileSystem:H.fileSystem,workspaceRoot:o},r),completionBuilder:c,listThreads:()=>Y0.listThreads(),getThread:(r)=>Y0.getThread(r),isInternalUser:k6(j)&&C2(j.user.email)},{initialThreadID:A,openThreadPickerOnStart:Z.openThreadSwitcher});return}let C=J.executeMode?void 0:async(e)=>qr(e,"interactive"),b={threadService:H.threadService,workerDeps:D,createThread:async(e)=>{let Y0=W?await H.serverStatusPromise:U,c=await vY0(J.settings,process.cwd(),Ix(Y0),M);if(c instanceof Error)T3(c.message);return k61(D,{threadMeta:c?pD(c):void 0,agentMode:e??Z.mode,onFirstAssistantMessage:C})},validateThreadOwnership:async(e,Y0)=>{if(Y0?.nonBlockingOwnershipCheck){mo4(e,H.configService,H.viewerUserIDPromise).catch((c)=>{if(c instanceof G4){if(Y0.onOwnershipError){Y0.onOwnershipError(c,e);return}ED(c,e);return}S.warn("Failed to validate thread ownership in CLI, allowing to open",{error:c})});return}try{await mo4(e,H.configService,H.viewerUserIDPromise)}catch(c){if(c instanceof G4)throw c;S.warn("Failed to validate thread ownership in CLI, allowing to open",{error:c})}},switchThreadVisibility:M,switchThreadAgentMode:Z.mode,onFirstAssistantMessage:C,handleError:ED},m=async()=>{try{return zi4(b,Z.threadId,{nonBlockingOwnershipCheck:Z.nonBlockingThreadOwnershipCheck})}catch(e){if(e instanceof G4)throw e;throw await ED(e,Z.threadId),Error("handleError should have called process.exit()")}};if(Z.format==="jsonl")kZ.write(`jsonl format is deprecated. Version "0.0.1752148945-gd8844f" or earlier is required to use jsonl format.
|
|
6189
|
-
`),await OD(),process.exit(1);let f=(async()=>{if(W){S.info("Skipping initial free tier status fetch until auth is complete");return}try{let e=await H.configService.getLatest(),Y0=jb(e),c=await h5.getUserFreeTierStatus({},{config:H.configService,signal:AbortSignal.timeout(Y0)});if(c.ok)return S.info("User free tier status:",c),c.result;return}catch(e){S.error("Failed to fetch free tier status:",e);return}})(),x=!J.executeMode?new s01:null,p,d=null;if(x)p=x,d=(async()=>{let e=W?await H.serverStatusPromise:H.serverStatus;if(tW(e))throw V31(e,J.ampURL);await bo4(Q,Z,e);let Y0=process.hrtime.bigint(),c=await m();if(K("runMainThread:createThreadPool",Y0),x.attach(c),V){let o=await k1(c.threadHandles$);if(!o)throw new G4("No active thread is available yet.",1);await o.sendMessage({content:[{type:"text",text:V}]})}})(),d.catch(async(e)=>{let Y0=e instanceof Error?e:Error(String(e));x.setInitError(Y0),await ED(e,Z.threadId)});else z=process.hrtime.bigint(),p=await m(),K("runMainThread:createThreadPool",z);let h=Z.notifications!==void 0?Z.notifications:!J.executeMode,n=B!==null&&Fr(B.features,s7.TUI_VOICE_NOTIF);if(W)H.serverStatusPromise.then((e)=>{n=k6(e)&&Fr(e.features,s7.TUI_VOICE_NOTIF)}).catch((e)=>{S.debug("Failed to resolve TUI voice notification feature flag",{error:e})});z=process.hrtime.bigint();let l=await H.configService.getLatest();if(K("runMainThread:configService.getLatest",z),z=process.hrtime.bigint(),Wg3({configService:H.configService,threadService:H.threadService,config:l,useNotificationsForService:h,isTUIVoiceNotifEnabled:()=>n,threadViewStates$:()=>p.threadHandles$.pipe(v4((e)=>{if(!e)return v0.of({});return E5(e.thread$,e.threadViewState$).pipe(M1(([Y0,c])=>({[Y0.id]:c})))}))}),K("runMainThread:createCliNotificationService",z),J.executeMode){eT4(H.mcpService,J.settings);let e={userInput:V,stdinInput:G,dependencies:H,streamJson:F,streamJsonInput:!!Z.streamJsonInput,streamJsonThinking:!!Z.streamJsonThinking,stats:!!Z.stats,ampURL:J.ampURL,isInternalUser:w,agentMode:Z.mode,labels:Z.label},Y0=await JI4({threadPool:p,...e});if(await qr(Y0,"execute"),Z.archive)await H.threadService.archive(Y0,!0),await Wr(H.threadService,Y0);await H.asyncDispose(),process.exit(0)}let t=!1,H0=!1;if(Z.jetbrains||Z.ide){await B40();let e=await mW({jetbrainsOnly:Z.jetbrains});if(e.length===0){if(Z.jetbrains)t=!await H.configService.get("jetbrains.skipInstall")}else if(e.length===1){let Y0=e[0];if(Y0)r8.selectConfig(Y0)}else H0=!0}z=process.hrtime.bigint();let a=Mo0("0.0.
|
|
6190
|
-
`);let Z=!!J.execute||!process.stdout.isTTY&&!J.streamJson,Q=process.stdout.isTTY&&process.stderr.isTTY;S.info("Execution mode resolved",{executeMode:Z,stdoutTTY:process.stdout.isTTY,stderrTTY:process.stderr.isTTY,streamJson:J.streamJson,executeFlag:J.execute});let Y=await Wo1({get:async(G)=>{if(G!==Ig)return;try{let F=await lo4(K31,"utf-8");return JSON.parse(F).installationID}catch{return}},set:async(G,F)=>{if(G!==Ig)return;await ah3(zr.dirname(K31),{recursive:!0}),await oh3(K31,JSON.stringify({installationID:F},null,2),{mode:384})}},{clientType:"cli",platform:Z30()});Ru1(Y);let X=await FX0({...J,workspaceTrust:{current:!0,changes:Rj0},getHook:process.env.AMP_URL?(G,F)=>{if(G==="url")return Promise.resolve(process.env.AMP_URL);return F()}:void 0});if(J.mcpConfig){let G=await sT4(J.mcpConfig);X=tT4(X,G)}let K=zr.dirname(X.getSettingsFilePath());TW4(yv,K),X=Zf1(X);let V=await X.get("url","global");if(!V)V=e9;if(S.info("Resolved Amp URL",{ampURL:V,settingsFile:X.getSettingsFilePath(),workspaceRoot:X.getWorkspaceRootPath()}),!tU(V))S.info("Targeting custom Amp server",{ampURL:V});return{executeMode:Z,isTTY:Q,ampURL:V,settings:X,secrets:aX0(await Kn(J,X))}}function Ng3(J){let Z={};for(let Q=0;Q<J.length;Q++){let Y=J[Q];if(Y?.startsWith("--")){let K=Y.slice(2).replace(/-([a-z])/g,(G,F)=>F.toUpperCase()),V=J[Q+1];if(V&&!V.startsWith("--"))Z[K]=V,Q++}}return Z}function wg3(J,Z){let Q=J.includes("--headless")||J.some((X)=>X.startsWith("--headless=")),Y=zr.resolve(Z.logFile??process.env.AMP_LOG_FILE??(Q?sh3:mi));return{logLevel:Z.logLevel??process.env.AMP_LOG_LEVEL??"info",logFile:Y}}async function Lg3(){EE4();let J=Ng3(process.argv),Z=wg3(process.argv,J),Q=SR4(Z),Y=process.argv.includes("--no-color"),X=process.argv.includes("--color"),K=process.stdout.isTTY&&process.stderr.isTTY;if(Y||!X&&!K)n0.level=0;if($g3(S),S.info("Starting Amp CLI.",{version:"0.0.
|
|
6189
|
+
`),await OD(),process.exit(1);let f=(async()=>{if(W){S.info("Skipping initial free tier status fetch until auth is complete");return}try{let e=await H.configService.getLatest(),Y0=jb(e),c=await h5.getUserFreeTierStatus({},{config:H.configService,signal:AbortSignal.timeout(Y0)});if(c.ok)return S.info("User free tier status:",c),c.result;return}catch(e){S.error("Failed to fetch free tier status:",e);return}})(),x=!J.executeMode?new s01:null,p,d=null;if(x)p=x,d=(async()=>{let e=W?await H.serverStatusPromise:H.serverStatus;if(tW(e))throw V31(e,J.ampURL);await bo4(Q,Z,e);let Y0=process.hrtime.bigint(),c=await m();if(K("runMainThread:createThreadPool",Y0),x.attach(c),V){let o=await k1(c.threadHandles$);if(!o)throw new G4("No active thread is available yet.",1);await o.sendMessage({content:[{type:"text",text:V}]})}})(),d.catch(async(e)=>{let Y0=e instanceof Error?e:Error(String(e));x.setInitError(Y0),await ED(e,Z.threadId)});else z=process.hrtime.bigint(),p=await m(),K("runMainThread:createThreadPool",z);let h=Z.notifications!==void 0?Z.notifications:!J.executeMode,n=B!==null&&Fr(B.features,s7.TUI_VOICE_NOTIF);if(W)H.serverStatusPromise.then((e)=>{n=k6(e)&&Fr(e.features,s7.TUI_VOICE_NOTIF)}).catch((e)=>{S.debug("Failed to resolve TUI voice notification feature flag",{error:e})});z=process.hrtime.bigint();let l=await H.configService.getLatest();if(K("runMainThread:configService.getLatest",z),z=process.hrtime.bigint(),Wg3({configService:H.configService,threadService:H.threadService,config:l,useNotificationsForService:h,isTUIVoiceNotifEnabled:()=>n,threadViewStates$:()=>p.threadHandles$.pipe(v4((e)=>{if(!e)return v0.of({});return E5(e.thread$,e.threadViewState$).pipe(M1(([Y0,c])=>({[Y0.id]:c})))}))}),K("runMainThread:createCliNotificationService",z),J.executeMode){eT4(H.mcpService,J.settings);let e={userInput:V,stdinInput:G,dependencies:H,streamJson:F,streamJsonInput:!!Z.streamJsonInput,streamJsonThinking:!!Z.streamJsonThinking,stats:!!Z.stats,ampURL:J.ampURL,isInternalUser:w,agentMode:Z.mode,labels:Z.label},Y0=await JI4({threadPool:p,...e});if(await qr(Y0,"execute"),Z.archive)await H.threadService.archive(Y0,!0),await Wr(H.threadService,Y0);await H.asyncDispose(),process.exit(0)}let t=!1,H0=!1;if(Z.jetbrains||Z.ide){await B40();let e=await mW({jetbrainsOnly:Z.jetbrains});if(e.length===0){if(Z.jetbrains)t=!await H.configService.get("jetbrains.skipInstall")}else if(e.length===1){let Y0=e[0];if(Y0)r8.selectConfig(Y0)}else H0=!0}z=process.hrtime.bigint();let a=Mo0("0.0.1776730295-gbaeee6",H.settingsStorage,{startDelayMs:3000});K("runMainThread:createUpdateService",z),z=process.hrtime.bigint();let Z0=new Qr0(H.mcpService,J.settings.getWorkspaceRootPath());if(K("runMainThread:createMcpTrustHandler",z),V&&J.executeMode){let e=await k1(p.threadHandles$);if(!e)throw new G4("No active thread is available yet.",1);await e.sendMessage({content:[{type:"text",text:V}]})}z=process.hrtime.bigint();let W0=await rX0();K("runMainThread:loadSessionState",z),S.info("Loaded session state:",W0);let U0={...W0,launchCount:W0.launchCount+1};CD((e)=>({...e,launchCount:e.launchCount+1}));try{if(z=process.hrtime.bigint(),await Fm4({history:new ci,fuzzyServer:H.fuzzyServer,settingsStorage:H.settingsStorage,threadService:H.threadService,skillService:H.skillService,configService:H.configService,secretStorage:H.secretStorage,internalAPIClient:h5,threadPool:p,createSystemPromptDeps:async()=>no4(H),ideClient:r8,mcpService:H.mcpService,toolboxService:H.toolboxService,mcpTrustHandler:Z0,updateService:a,pluginPlatform:H.pluginPlatform,pluginService:H.pluginService},{initialServerStatus:H.serverStatus,stdout:process.stdout,hasAPIKeyAtStartup:H.hasAPIKeyAtStartup,ampURL:J.ampURL,startupThreadID:A,showJetBrainsInstaller:t,showIdePickerHint:H0,openThreadSwitcher:Z.openThreadSwitcher,inspector:Z.inspector,inspectorPort:Z.inspectorPort,jetbrainsMode:Z.jetbrains,clientId:th3,logFile:{path:Y},sessionState:U0,freeTierStatusPromise:f,workspace:E??null,features:O,isInternalUser:w,initialAgentMode:Q.getOptionValueSourceWithGlobals("mode")==="cli"?Z.mode:void 0,buildTimestamp:"2026-04-21T00:15:22.591Z"},(e)=>new Y11({...e,threadPool:e.threadPool},(Y0)=>new T61({...Y0,threadState:Y0.threadState}))),K("runMainThread:mountApp-returned",z),d)await d}finally{await p.dispose().catch((e)=>{S.error("Failed to dispose thread pool during shutdown",e)})}await H.asyncDispose(),K("runMainThread:dependencies.asyncDispose",X),process.exit(0)}async function l3(J){if(S.info("Initializing CLI context",{argv:process.argv,nodeEnv:"production",hasAmpURL:Boolean(process.env.AMP_URL),hasAmpAPIKey:Boolean(process.env.AMP_API_KEY),hasSettingsFile:Boolean(process.env.AMP_SETTINGS_FILE)}),J.interactive)kZ.write(`Warning: --interactive flag is deprecated. Interactive mode is now the default unless --execute is used or output is redirected.
|
|
6190
|
+
`);let Z=!!J.execute||!process.stdout.isTTY&&!J.streamJson,Q=process.stdout.isTTY&&process.stderr.isTTY;S.info("Execution mode resolved",{executeMode:Z,stdoutTTY:process.stdout.isTTY,stderrTTY:process.stderr.isTTY,streamJson:J.streamJson,executeFlag:J.execute});let Y=await Wo1({get:async(G)=>{if(G!==Ig)return;try{let F=await lo4(K31,"utf-8");return JSON.parse(F).installationID}catch{return}},set:async(G,F)=>{if(G!==Ig)return;await ah3(zr.dirname(K31),{recursive:!0}),await oh3(K31,JSON.stringify({installationID:F},null,2),{mode:384})}},{clientType:"cli",platform:Z30()});Ru1(Y);let X=await FX0({...J,workspaceTrust:{current:!0,changes:Rj0},getHook:process.env.AMP_URL?(G,F)=>{if(G==="url")return Promise.resolve(process.env.AMP_URL);return F()}:void 0});if(J.mcpConfig){let G=await sT4(J.mcpConfig);X=tT4(X,G)}let K=zr.dirname(X.getSettingsFilePath());TW4(yv,K),X=Zf1(X);let V=await X.get("url","global");if(!V)V=e9;if(S.info("Resolved Amp URL",{ampURL:V,settingsFile:X.getSettingsFilePath(),workspaceRoot:X.getWorkspaceRootPath()}),!tU(V))S.info("Targeting custom Amp server",{ampURL:V});return{executeMode:Z,isTTY:Q,ampURL:V,settings:X,secrets:aX0(await Kn(J,X))}}function Ng3(J){let Z={};for(let Q=0;Q<J.length;Q++){let Y=J[Q];if(Y?.startsWith("--")){let K=Y.slice(2).replace(/-([a-z])/g,(G,F)=>F.toUpperCase()),V=J[Q+1];if(V&&!V.startsWith("--"))Z[K]=V,Q++}}return Z}function wg3(J,Z){let Q=J.includes("--headless")||J.some((X)=>X.startsWith("--headless=")),Y=zr.resolve(Z.logFile??process.env.AMP_LOG_FILE??(Q?sh3:mi));return{logLevel:Z.logLevel??process.env.AMP_LOG_LEVEL??"info",logFile:Y}}async function Lg3(){EE4();let J=Ng3(process.argv),Z=wg3(process.argv,J),Q=SR4(Z),Y=process.argv.includes("--no-color"),X=process.argv.includes("--color"),K=process.stdout.isTTY&&process.stderr.isTTY;if(Y||!X&&!K)n0.level=0;if($g3(S),S.info("Starting Amp CLI.",{version:"0.0.1776730295-gbaeee6",buildTimestamp:"2026-04-21T00:15:22.591Z"}),process.platform==="win32"&&cj())nC4();if(parseInt(process.version.slice(1).split(".")[0]??"")<20)throw new G4(r2.nodeVersion(process.version),1,"Please upgrade your Node.js installation from https://nodejs.org");await Dg3(Q).parseAsync(process.argv)}CW4().startActiveSpan("main",async(J)=>{process.on("exit",()=>J.end()),await Lg3().catch(ED)});async function Og3(J,Z){let Q=J.ampURL.includes("localhost")||J.ampURL.includes("127.0.0.1");if(process.env.AMP_URL&&!Q)await J.settings.set("url",process.env.AMP_URL,"global"),d5.write(`Saving custom server URL to settings: ${process.env.AMP_URL}
|
|
6191
6191
|
`);else if(!tU(J.ampURL))d5.write(`Logging in to ${new URL(J.ampURL).hostname}
|
|
6192
6192
|
`);let Y=process.env.AMP_API_KEY;if(Y)d5.write(`API key found in environment variable, storing...
|
|
6193
6193
|
`),await Z.set("apiKey",Y,J.ampURL),d5.write(`API key successfully stored.
|