@netlify/agent-runner-cli 1.55.2-alpha → 1.57.0
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/bin-local.js +9 -9
- package/dist/bin.js +9 -9
- package/dist/index.js +8 -8
- package/package.json +2 -2
package/dist/bin-local.js
CHANGED
|
@@ -5,26 +5,26 @@ import C from"process";import nr from"path";import or from"fs";import En from"mi
|
|
|
5
5
|
${l}
|
|
6
6
|
</extracted_error_chunk>`).join(`
|
|
7
7
|
|
|
8
|
-
`);return i.length>e.length*.8?e:i}import Ce from"process";import{getTracer as zr}from"@netlify/otel";import de from"process";var Ee=de.env.NETLIFY_API_URL,we=de.env.NETLIFY_API_TOKEN,Y=_("api"),Ie=()=>de.env.NETLIFY_LOCAL_MODE==="true",pe=async(e,t={})=>{if(!Ee||!we)throw new Error("No API URL or token");let r=new URL(e,Ee),n={...t,headers:{...t.headers,Authorization:`Bearer ${we}`}};de.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),i=o.ok&&o.status<=299;if(de.env.AGENT_RUNNERS_DEBUG==="true")Y.log(`Response headers for ${r}:`),o.headers.forEach((c,s)=>{Y.log(` ${s}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");Y.log(`Request ID for ${r}: ${c||"N/A"}`)}if(i||Y.error(`Got status ${o.status} for request ${r}`),t.raw){if(!i)throw o;return o}let l=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!i)throw l;return l},ut=e=>{Y.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(Ee=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(we=e.constants.NETLIFY_API_TOKEN)},dt=()=>({apiUrl:Ee,token:we}),fe=async(e,t)=>Ie()?(Y.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):pe(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),q=async(e,t,r)=>Ie()?(Y.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var pt=async(e,t)=>Ie()?(Y.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`),ft=(e,t,r)=>pe(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),gt=async(e,t)=>Ie()?(Y.log("Mock API: getDiffUploadUrls called",{runnerId:e,sessionId:t}),{result:{upload_url:"https://s3.mock.com/mock-upload-url-result",s3_key:"mock-s3-key-result"},cumulative:{upload_url:"https://s3.mock.com/mock-upload-url-cumulative",s3_key:"mock-s3-key-cumulative"}}):pe(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Me=async(e,t)=>{Y.log(`Uploading diff to S3: ${e.substring(0,50)}...`);let r=await fetch(e,{method:"PUT",body:t,headers:{"Content-Type":"text/plain"}});if(!r.ok)throw new Error(`S3 upload failed with status ${r.status}`);return r};var oe=_("ai_gateway"),je=null;var mt=async()=>{if(je)return je;oe.log("Fetching available AI gateway providers");let e=await fetch(`${dt().apiUrl}/api/v1/ai-gateway/providers`);if(!e.ok)throw new Error(`Failed to fetch AI gateway providers: ${e.statusText}`);let t=await e.json();return je=t,oe.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},dr=async(e,t)=>{let n=(await mt()).providers[e];if(!n)return oe.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return oe.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},ht=async({netlify:e,config:t})=>{let r,n,o,i,l=e.constants?.SITE_ID;if(!l)throw new Error("No site id");let c=async()=>{clearTimeout(o),oe.log("Requesting AI gateway information");let s=await ft(l,t.id,t.sessionId);if({token:r,url:i}=s,n=s.expires_at?s.expires_at*1e3:void 0,oe.log("Got AI gateway information",{token:!!r,expiresAt:n,url:i}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),mt()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:dr}};import B from"process";import V from"path";import xe from"fs";import{fileURLToPath as _r}from"url";import{createRequire as Er}from"module";import{execa as wr,execaCommand as Vn}from"execa";import{Transform as pr}from"stream";var fr=new Set(["NODE_ENV","PATH","HOME","USER","USERNAME","SHELL","PWD","OLDPWD","TMPDIR","TMP","TEMP","LANG","TERM","EDITOR","PAGER","OS","PROCESSOR_ARCHITECTURE","PROCESSOR_IDENTIFIER","SYSTEMROOT","WINDIR","PROGRAMFILES","PROGRAMFILES(X86)","PROGRAMDATA","APPDATA","LOCALAPPDATA","NODE_OPTIONS","NODE_PATH","NODE_DEBUG","NODE_NO_WARNINGS","npm_config_registry","npm_config_cache","npm_execpath","npm_node_execpath","CI","GITHUB_ACTIONS","GITHUB_WORKSPACE","GITHUB_REPOSITORY","GITHUB_REF","BUILDKITE","BUILDKITE_BRANCH","BUILDKITE_COMMIT","BUILDKITE_BUILD_NUMBER","JENKINS_URL","TRAVIS","CIRCLECI","DISPLAY","COLORTERM","TERM_PROGRAM","TERM_PROGRAM_VERSION","COLUMNS","LINES","HISTSIZE","HISTFILE","NETLIFY_AGENT_RUNNER_ID","NETLIFY_AGENT_RUNNER_SESSION_ID","NETLIFY_AGENT_RUNNER_PROMPT","NETLIFY_AGENT_RUNNER_AGENT","NETLIFY_AGENT_RUNNER_MODEL","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED","ERROR_LOGS_PATH","NETLIFY_AGENT_RUNNER_CONTEXT","NETLIFY_AGENT_RUNNER_HAS_REPO","NETLIFY_FF_AGENT_RUNNER_BYOK_ENABLED","NETLIFY_AGENT_RUNNER_SHA","NETLIFY_TEAM_TYPE","AGENT_RUNNERS_DEBUG","NETLIFY_TEAM_ID","NETLIFY_AGENT_RUNNER_USER_ID","SITE_NAME"]),gr=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function mr(){return Object.entries(process.env).filter(([e,t])=>!(!t||fr.has(e)||gr.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function W(e){if(typeof e!="string")return e;let t=mr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(hr(n),"g");r=r.replace(o,"******")}),r}function hr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var ie=class extends pr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),i=W(o);n(null,i)}};function yt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,i){let l=typeof n=="string"?W(n):n;return typeof o=="function"?t(l,o):t(l,o,i)},process.stderr.write=function(n,o,i){let l=typeof n=="string"?W(n):n;return typeof o=="function"?r(l,o):r(l,o,i)}}var ge=null,_t=e=>(ge&&ge.destroy(),ge=new Q({totalAllowedTime:e}),ge),Et=()=>ge;var Q=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),i=null,l=null;n!==void 0&&(l=new Promise((c,s)=>{i=setTimeout(()=>{s(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return l?await Promise.race([r(),l]):await r()}finally{o(),i&&clearTimeout(i)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var wt={name:"@netlify/agent-runner-cli",type:"module",version:"1.55.2-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.42","@google/gemini-cli":"0.16.0","@netlify/otel":"^5.0.0","@openai/codex":"0.55.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var Ir=_r(import.meta.url),xr=V.dirname(Ir),Tr=Er(import.meta.url),Te=_("shell"),Ge=new Set,vr={preferLocal:!0},N=(e,t,r)=>{let[n,o]=Rr(t,r),i={...vr,...o},l=wr(e,n,i);return Sr(l,i),br(l),l};var Rr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Sr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(B.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new ie).pipe(B.stdout),e.stdout?.pipe(new ie).pipe(B.stdout),e.stderr?.pipe(new ie).pipe(B.stderr);return}e.stdout?.pipe(B.stdout),e.stderr?.pipe(B.stderr)},It=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(B.kill(-e.pid,t),Te.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Te.error("Error killing process:",r),!1}},Ar=e=>It(e,"SIGKILL"),br=e=>{Ge.add(e);let t=Et();if(t){let r=t.onTimesUp(()=>{Te.log(`Global timer expired, killing process ${e.pid}`),It(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Te.log(`Force killing process ${e.pid} after timeout`),Ar(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function ve(e,t){return!!ee(e,t)}function ee(e,t){if(!B.env.NETLIFY_LOCAL_MODE)try{let o=Tr.resolve(wt.name),i=V.dirname(o);for(;i!==V.dirname(i);){let l=V.dirname(i);if(V.basename(l)==="node_modules"){let c=V.join(l,".bin",t);if(xe.existsSync(c))return c;break}i=l}}catch(o){console.error("Could not resolve package.json",o)}if(B.env.NODE_PATH){let o=V.join(B.env.NODE_PATH,".bin",t);if(xe.existsSync(o))return o}let r=V.join(e,"node_modules",".bin",t);if(xe.existsSync(r))return r;let n=V.join(xr,"..","node_modules",".bin",t);if(xe.existsSync(n))return n}var xt="netlify-agent-runner-context.md",Ye="task-history",Be="netlify-context",U=".netlify",se="results.md",He="assets";var Nr=_("utils"),Cr=e=>new Promise(t=>{setTimeout(t,e)}),Tt=(e,t=3e3)=>{let r=!1,n=null,o=[],i=null,l=(...c)=>{if(r)return n=c,new Promise(p=>{o.push(p)});r=!0;let s,m=new Promise(p=>{s=p});return i=(async()=>{await Promise.resolve();let p=await e(...c);for(s(p);;){if(await Cr(t),!n)return r=!1,i=null,p;let u=n,g=o;n=null,o=[],p=await e(...u),g.forEach(y=>{y(p)})}})(),m};return l.flush=async()=>{if((r||n)&&i)return await i,l.flush()},l},ae=(e,t,r=!1)=>{let n=null,o=null,i=null,l=function(...c){o=c,i=this;let s=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(i,o),o=null,i=null)},t),s&&(e.apply(i,o),o=null,i=null)};return l.cancel=()=>{clearTimeout(n),n=null,o=null,i=null},l.flush=()=>{if(n){clearTimeout(n);let c=o,s=i;n=null,o=null,i=null,e.apply(s,c)}},l},vt=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Nr.error("Could not parse JSON",n))}},Rt=(e,t)=>{let o=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let s=60-c.length;if(s<=0)return"";if(s>=i.length+6){let m=Math.min(s-i.length,e.length);return`${i}${e.slice(0,m)}`}return e.slice(0,s)};import{Buffer as St}from"buffer";import Pr from"path";var At=_("repo"),bt=async({config:e})=>{At.info("Getting runner diffs");let t=await Fr(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=$r(n);await kr(o),At.info("Changes after processing"),await qe();let i=await We(n);await Ke(i);let l={stdio:["ignore","pipe","pipe"]},s=(await N("git",["diff","--staged"],l)).stdout;if(r=!!s,!r)return{hasChanges:!1,ignored:i};let p=(await N("git",["diff","--staged","--binary"],l)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await N("git",["commit","-m","Agent runner"]),u=(await N("git",["diff",e.sha,"HEAD"],l)).stdout;let f=(await N("git",["diff",e.sha,"HEAD","--binary"],l)).stdout;u!==f&&(g=St.from(f).toString("base64"))}let y={hasChanges:!0,diff:s,resultDiff:u,ignored:i};return s!==p&&(y.diffBinary=St.from(p).toString("base64")),g&&(y.resultDiffBinary=g),y},Ke=async(e=[])=>{await N("git",["add",".",...e])},qe=async()=>(await N("git",["status","-s"])).stdout,Nt=/.. (.+)?\.log$/,Or=[Nt],Fr=async()=>{let e=await qe();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
8
|
+
`);return i.length>e.length*.8?e:i}import Ce from"process";import{getTracer as zr}from"@netlify/otel";import de from"process";var we=de.env.NETLIFY_API_URL,Ie=de.env.NETLIFY_API_TOKEN,Y=_("api"),xe=()=>de.env.NETLIFY_LOCAL_MODE==="true",pe=async(e,t={})=>{if(!we||!Ie)throw new Error("No API URL or token");let r=new URL(e,we),n={...t,headers:{...t.headers,Authorization:`Bearer ${Ie}`}};de.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),i=o.ok&&o.status<=299;if(de.env.AGENT_RUNNERS_DEBUG==="true")Y.log(`Response headers for ${r}:`),o.headers.forEach((c,s)=>{Y.log(` ${s}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");Y.log(`Request ID for ${r}: ${c||"N/A"}`)}if(i||Y.error(`Got status ${o.status} for request ${r}`),t.raw){if(!i)throw o;return o}let l=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!i)throw l;return l},ut=e=>{Y.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(we=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(Ie=e.constants.NETLIFY_API_TOKEN)},dt=()=>({apiUrl:we,token:Ie}),fe=async(e,t)=>xe()?(Y.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):pe(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),q=async(e,t,r)=>xe()?(Y.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var pt=async(e,t)=>xe()?(Y.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`),ft=(e,t,r)=>pe(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),gt=async(e,t)=>xe()?(Y.log("Mock API: getDiffUploadUrls called",{runnerId:e,sessionId:t}),{result:{upload_url:"https://s3.mock.com/mock-upload-url-result",s3_key:"mock-s3-key-result"},cumulative:{upload_url:"https://s3.mock.com/mock-upload-url-cumulative",s3_key:"mock-s3-key-cumulative"}}):pe(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Me=async(e,t)=>{Y.log(`Uploading diff to S3: ${e.substring(0,50)}...`);let r=await fetch(e,{method:"PUT",body:t,headers:{"Content-Type":"text/plain"}});if(!r.ok)throw new Error(`S3 upload failed with status ${r.status}`);return r};var oe=_("ai_gateway"),je=null;var mt=async()=>{if(je)return je;oe.log("Fetching available AI gateway providers");let e=await fetch(`${dt().apiUrl}/api/v1/ai-gateway/providers`);if(!e.ok)throw new Error(`Failed to fetch AI gateway providers: ${e.statusText}`);let t=await e.json();return je=t,oe.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},dr=async(e,t)=>{let n=(await mt()).providers[e];if(!n)return oe.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return oe.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},ht=async({netlify:e,config:t})=>{let r,n,o,i,l=e.constants?.SITE_ID;if(!l)throw new Error("No site id");let c=async()=>{clearTimeout(o),oe.log("Requesting AI gateway information");let s=await ft(l,t.id,t.sessionId);if({token:r,url:i}=s,n=s.expires_at?s.expires_at*1e3:void 0,oe.log("Got AI gateway information",{token:!!r,expiresAt:n,url:i}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),mt()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:dr}};import B from"process";import V from"path";import Te from"fs";import{fileURLToPath as _r}from"url";import{createRequire as Er}from"module";import{execa as wr,execaCommand as Vn}from"execa";import{Transform as pr}from"stream";var fr=new Set(["NODE_ENV","PATH","HOME","USER","USERNAME","SHELL","PWD","OLDPWD","TMPDIR","TMP","TEMP","LANG","TERM","EDITOR","PAGER","OS","PROCESSOR_ARCHITECTURE","PROCESSOR_IDENTIFIER","SYSTEMROOT","WINDIR","PROGRAMFILES","PROGRAMFILES(X86)","PROGRAMDATA","APPDATA","LOCALAPPDATA","NODE_OPTIONS","NODE_PATH","NODE_DEBUG","NODE_NO_WARNINGS","npm_config_registry","npm_config_cache","npm_execpath","npm_node_execpath","CI","GITHUB_ACTIONS","GITHUB_WORKSPACE","GITHUB_REPOSITORY","GITHUB_REF","BUILDKITE","BUILDKITE_BRANCH","BUILDKITE_COMMIT","BUILDKITE_BUILD_NUMBER","JENKINS_URL","TRAVIS","CIRCLECI","DISPLAY","COLORTERM","TERM_PROGRAM","TERM_PROGRAM_VERSION","COLUMNS","LINES","HISTSIZE","HISTFILE","NETLIFY_AGENT_RUNNER_ID","NETLIFY_AGENT_RUNNER_SESSION_ID","NETLIFY_AGENT_RUNNER_PROMPT","NETLIFY_AGENT_RUNNER_AGENT","NETLIFY_AGENT_RUNNER_MODEL","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED","ERROR_LOGS_PATH","NETLIFY_AGENT_RUNNER_CONTEXT","NETLIFY_AGENT_RUNNER_HAS_REPO","NETLIFY_FF_AGENT_RUNNER_BYOK_ENABLED","NETLIFY_AGENT_RUNNER_SHA","NETLIFY_TEAM_TYPE","AGENT_RUNNERS_DEBUG","NETLIFY_TEAM_ID","NETLIFY_AGENT_RUNNER_USER_ID","SITE_NAME"]),gr=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function mr(){return Object.entries(process.env).filter(([e,t])=>!(!t||fr.has(e)||gr.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function W(e){if(typeof e!="string")return e;let t=mr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(hr(n),"g");r=r.replace(o,"******")}),r}function hr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var ie=class extends pr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),i=W(o);n(null,i)}};function yt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,i){let l=typeof n=="string"?W(n):n;return typeof o=="function"?t(l,o):t(l,o,i)},process.stderr.write=function(n,o,i){let l=typeof n=="string"?W(n):n;return typeof o=="function"?r(l,o):r(l,o,i)}}var ge=null,_t=e=>(ge&&ge.destroy(),ge=new Q({totalAllowedTime:e}),ge),Et=()=>ge;var Q=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),i=null,l=null;n!==void 0&&(l=new Promise((c,s)=>{i=setTimeout(()=>{s(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return l?await Promise.race([r(),l]):await r()}finally{o(),i&&clearTimeout(i)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var wt={name:"@netlify/agent-runner-cli",type:"module",version:"1.57.0",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.51","@google/gemini-cli":"0.16.0","@netlify/otel":"^5.0.0","@openai/codex":"0.55.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var Ir=_r(import.meta.url),xr=V.dirname(Ir),Tr=Er(import.meta.url),ve=_("shell"),Ge=new Set,vr={preferLocal:!0},N=(e,t,r)=>{let[n,o]=Rr(t,r),i={...vr,...o},l=wr(e,n,i);return Sr(l,i),br(l),l};var Rr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Sr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(B.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new ie).pipe(B.stdout),e.stdout?.pipe(new ie).pipe(B.stdout),e.stderr?.pipe(new ie).pipe(B.stderr);return}e.stdout?.pipe(B.stdout),e.stderr?.pipe(B.stderr)},It=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(B.kill(-e.pid,t),ve.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return ve.error("Error killing process:",r),!1}},Ar=e=>It(e,"SIGKILL"),br=e=>{Ge.add(e);let t=Et();if(t){let r=t.onTimesUp(()=>{ve.log(`Global timer expired, killing process ${e.pid}`),It(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(ve.log(`Force killing process ${e.pid} after timeout`),Ar(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function Re(e,t){return!!ee(e,t)}function ee(e,t){if(!B.env.NETLIFY_LOCAL_MODE)try{let o=Tr.resolve(wt.name),i=V.dirname(o);for(;i!==V.dirname(i);){let l=V.dirname(i);if(V.basename(l)==="node_modules"){let c=V.join(l,".bin",t);if(Te.existsSync(c))return c;break}i=l}}catch(o){console.error("Could not resolve package.json",o)}if(B.env.NODE_PATH){let o=V.join(B.env.NODE_PATH,".bin",t);if(Te.existsSync(o))return o}let r=V.join(e,"node_modules",".bin",t);if(Te.existsSync(r))return r;let n=V.join(xr,"..","node_modules",".bin",t);if(Te.existsSync(n))return n}var xt="netlify-agent-runner-context.md",Ye="task-history",Be="netlify-context",U=".netlify",se="results.md",He="assets";var Nr=_("utils"),Cr=e=>new Promise(t=>{setTimeout(t,e)}),Tt=(e,t=3e3)=>{let r=!1,n=null,o=[],i=null,l=(...c)=>{if(r)return n=c,new Promise(p=>{o.push(p)});r=!0;let s,m=new Promise(p=>{s=p});return i=(async()=>{await Promise.resolve();let p=await e(...c);for(s(p);;){if(await Cr(t),!n)return r=!1,i=null,p;let u=n,g=o;n=null,o=[],p=await e(...u),g.forEach(y=>{y(p)})}})(),m};return l.flush=async()=>{if((r||n)&&i)return await i,l.flush()},l},ae=(e,t,r=!1)=>{let n=null,o=null,i=null,l=function(...c){o=c,i=this;let s=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(i,o),o=null,i=null)},t),s&&(e.apply(i,o),o=null,i=null)};return l.cancel=()=>{clearTimeout(n),n=null,o=null,i=null},l.flush=()=>{if(n){clearTimeout(n);let c=o,s=i;n=null,o=null,i=null,e.apply(s,c)}},l},vt=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Nr.error("Could not parse JSON",n))}},Rt=(e,t)=>{let o=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let s=60-c.length;if(s<=0)return"";if(s>=i.length+6){let m=Math.min(s-i.length,e.length);return`${i}${e.slice(0,m)}`}return e.slice(0,s)};import{Buffer as St}from"buffer";import Pr from"path";var At=_("repo"),bt=async({config:e})=>{At.info("Getting runner diffs");let t=await Fr(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=$r(n);await kr(o),At.info("Changes after processing"),await qe();let i=await We(n);await Ke(i);let l={stdio:["ignore","pipe","pipe"]},s=(await N("git",["diff","--staged"],l)).stdout;if(r=!!s,!r)return{hasChanges:!1,ignored:i};let p=(await N("git",["diff","--staged","--binary"],l)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await N("git",["commit","-m","Agent runner"]),u=(await N("git",["diff",e.sha,"HEAD"],l)).stdout;let f=(await N("git",["diff",e.sha,"HEAD","--binary"],l)).stdout;u!==f&&(g=St.from(f).toString("base64"))}let y={hasChanges:!0,diff:s,resultDiff:u,ignored:i};return s!==p&&(y.diffBinary=St.from(p).toString("base64")),g&&(y.resultDiffBinary=g),y},Ke=async(e=[])=>{await N("git",["add",".",...e])},qe=async()=>(await N("git",["status","-s"])).stdout,Nt=/.. (.+)?\.log$/,Or=[Nt],Fr=async()=>{let e=await qe();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
9
9
|
`).filter(n=>Or.some(i=>i instanceof RegExp?i.test(n):n===i)?!1:n[1]?.trim()!=="")).length!==0,status:e}},Ct=async()=>{let{stdout:e}=await N("git",["rev-parse","HEAD"]);return e.trim()},Pt=async()=>{let{stdout:e}=await N("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},We=async e=>{e||=await qe();let t=[".netlify","node_modules"],r=[];return e.split(`
|
|
10
10
|
`).forEach(n=>{t.forEach(i=>{[`?? ${i}`,`?? ${i}${Pr.sep}`].some(c=>n.startsWith(c))&&r.push(`:!${i}`)});let o=n.match(Nt)?.[1];o&&r.push(`:!${o}.log`)}),r},Ot=async()=>{await N("git",["reset","--hard","HEAD"])},$r=e=>{let t=e.split(`
|
|
11
|
-
`).reduce((r,n)=>{if(!n)return r;let[o,i,,...l]=n,c=l.join(""),s=o.trim(),m=i.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:s,change:m},r},{});return Object.values(t)},kr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(N("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import Lr from"fs/promises";import Ur from"os";import kt from"path";import te from"process";import Mr from"readline";import Ve from"path";import Dr from"fs/promises";var Je=_("agent-output-utils");async function le({initialResult:e,agentName:t,hasError:r}){let n="",o=Ve.join(process.cwd(),U,se);try{let i=await Dr.readFile(o,"utf-8");i&&(n=i,Je.log(`Pulled result from ${Ve.relative(process.cwd(),o)}`))}catch{Je.log(`No results file found at ${Ve.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function ce({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Je.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ue(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var M=_("runner_claude"),Ft="Claude Code",
|
|
11
|
+
`).reduce((r,n)=>{if(!n)return r;let[o,i,,...l]=n,c=l.join(""),s=o.trim(),m=i.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:s,change:m},r},{});return Object.values(t)},kr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(N("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import Lr from"fs/promises";import Ur from"os";import kt from"path";import te from"process";import Mr from"readline";import Ve from"path";import Dr from"fs/promises";var Je=_("agent-output-utils");async function le({initialResult:e,agentName:t,hasError:r}){let n="",o=Ve.join(process.cwd(),U,se);try{let i=await Dr.readFile(o,"utf-8");i&&(n=i,Je.log(`Pulled result from ${Ve.relative(process.cwd(),o)}`))}catch{Je.log(`No results file found at ${Ve.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function ce({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Je.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ue(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var M=_("runner_claude"),Ft="Claude Code",Se="claude-opus-4-5-20251101",$t=e=>({Task:"Task",Bash:"Run command",Glob:"Find files",Grep:"Search files",LS:"List directory",ExitPlanMode:"Exit planning",Read:"Read file",Edit:"Edit file",MultiEdit:"Edit multiple files",Write:"Coding",NotebookEdit:"Edit notebook",WebFetch:"Fetch webpage",TodoWrite:"Update task list",WebSearch:"Search web",BashOutput:"Get command output",KillBash:"Stop command"})[e]||e,jr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(M.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(M.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(M.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function Xe({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:i}){let l=e,{accountType:c,prompt:s,modelVersionOverrides:m}=l,{model:p}=l,u="";if(n){let{token:h,url:d}=n;if(!h||!d)throw new Error("No token or url provided from AI Gateway");if(m?.claude){let a=m?.claude?.[c];if(a){if(!await n.isModelAvailableForProvider("anthropic",a))throw new Error(`Model override '${a}' is not available for anthropic provider`);p=a}}else if(p){if(!await n.isModelAvailableForProvider("anthropic",p))throw new Error(`Model '${p}' is not available for anthropic provider`)}else await n.isModelAvailableForProvider("anthropic",Se)?(p=Se,M.log(`Using default model: ${Se}`)):M.log(`Default model ${Se} is not available, proceeding without model specification`);te.env.ANTHROPIC_API_KEY=h,te.env.ANTHROPIC_BASE_URL=d}else if(!te.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],y=[],w={},I=0,f=0,T,x,b=[ee(te.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...p?["--model",p]:[],...o?["--continue"]:[],...o&&i?["--resume",i]:[],"-p",s],P=`${te.env.NVM_BIN}/node`;M.log(`Running ${P} ${b.join(" ")}`);let O=t.utils.run(P,b,{all:!0,env:te.env});O.stdin?.end();let R=ae(()=>{r?.({steps:g,duration:f})},250),v=(h,d)=>{let a={...h,id:I};I+=1,y.push(a),g.push(a),d||R.flush(),R(),d&&R.flush()},D=Mr.createInterface({input:O.all});return D.on("error",h=>{M.error("Readline interface error",{error:h.message,stack:h.stack})}),D.on("line",h=>{let d=null;try{d=JSON.parse(h)}catch{M.log("Could not parse line",h)}d?.session_id&&d.session_id!==u&&(u=d.session_id),Array.isArray(d?.message?.content)?d.message.content.forEach(a=>{switch(a.type){case"text":{a.text&&v({message:a.text});break}case"image":{typeof a.source=="object"&&a.source&&a.source.type==="base64"&&a.source.media_type?v({message:``}):M.log(`Unsupported image type ${a.source?.type}`,a.source);break}case"tool_use":{if(a.name==="Task"){let E=a.input?.description&&`\`${a.input.description}\``;v({title:[$t(a.name),E].filter(Boolean).join(" ")})}else a.id&&(w[a.id]=a);R.flush();break}case"tool_result":{let E=a.tool_use_id?w[a.tool_use_id]:void 0,z;if(E){let J=E.input?.file_path&&kt.relative(te.cwd(),E.input.file_path),F=J&&`\`${J}\``;z=[$t(E.name||""),F].filter(Boolean).join(" ")}let Ee=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(E?.name||""),Z;if(typeof a.content=="string")Z=a.content;else if(Array.isArray(a.content)){let J=[];a.content.forEach(F=>{F?.type==="text"&&typeof F.text=="string"?J.push(F.text):F?.type==="image"&&typeof F.source=="object"&&F.source?F.source.type==="base64"&&F.source.media_type?J.push(``):M.log(`Unsupported image type ${F.source.type}`,F.source):M.log(`Unsupported block type ${F?.type}`)}),Z=J.join(`
|
|
12
12
|
|
|
13
|
-
`)}
|
|
13
|
+
`)}Ee&&Z&&(Z=`\`\`\`
|
|
14
14
|
${Z.trim()}
|
|
15
|
-
\`\`\``),v({title:z,message:Z},!0);break}case"thinking":{a.thinking&&v({title:"Thinking",message:a.thinking},!0);break}default:M.log(`Message content type is not supported ${a.type}`,a)}}):d?.type==="result"&&(f=d.duration_ms||0,d.is_error?x=d.result:T=d.result,[y,g].forEach(a=>{a[a.length-1]?.message===T&&a.pop()}))}),await O.catch(h=>{({error:x,result:T}=jr({catchError:h,runCmd:O,error:x,result:T,runnerName:"Claude"}))}),D.close(),R.flush(),{steps:y,duration:f,result:await le({initialResult:T,agentName:Ft,hasError:!!x}),error:ce({error:x,agentName:Ft}),isRetryableError:ue(x),agentSessionId:u}}var Dt=async()=>{let e=kt.join(Ur.homedir(),".claude");await Lr.rm(e,{recursive:!0,force:!0})};import me from"fs/promises";import Ut from"os";import
|
|
15
|
+
\`\`\``),v({title:z,message:Z},!0);break}case"thinking":{a.thinking&&v({title:"Thinking",message:a.thinking},!0);break}default:M.log(`Message content type is not supported ${a.type}`,a)}}):d?.type==="result"&&(f=d.duration_ms||0,d.is_error?x=d.result:T=d.result,[y,g].forEach(a=>{a[a.length-1]?.message===T&&a.pop()}))}),await O.catch(h=>{({error:x,result:T}=jr({catchError:h,runCmd:O,error:x,result:T,runnerName:"Claude"}))}),D.close(),R.flush(),{steps:y,duration:f,result:await le({initialResult:T,agentName:Ft,hasError:!!x}),error:ce({error:x,agentName:Ft}),isRetryableError:ue(x),agentSessionId:u}}var Dt=async()=>{let e=kt.join(Ur.homedir(),".claude");await Lr.rm(e,{recursive:!0,force:!0})};import me from"fs/promises";import Ut from"os";import Ae from"path";import re from"process";import Gr from"readline";var H=_("runner_codex"),Lt="Codex CLI",Yr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(H.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(H.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(H.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function ze({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:i,prompt:l,modelVersionOverrides:c}=e,{model:s}=e;if(o){let{token:d,url:a}=o;if(!d||!a)throw new Error("No token or url provided from AI Gateway");if(c?.codex){let E=c?.codex?.[i];if(E){if(!await o.isModelAvailableForProvider("openai",E))throw new Error(`Model override '${E}' is not available for openai provider`);s=E}}else if(s&&!await o.isModelAvailableForProvider("openai",s))throw new Error(`Model '${s}' is not available for openai provider`);re.env.OPENAI_API_KEY=d,re.env.OPENAI_BASE_URL=a}else if(!re.env.OPENAI_API_KEY)throw new Error("OPENAI_API_KEY is not provided");let m=[],p=[],u=[],g={},y=0,w=0,I,f,T=`${re.env.NVM_BIN}/node`,x=Ae.join(Ut.homedir(),".codex"),b=Ae.join(x,"config.toml"),P=Ae.join(x,"auth.json");try{await me.mkdir(x,{recursive:!0});let d={OPENAI_API_KEY:re.env.OPENAI_API_KEY};await me.writeFile(P,JSON.stringify(d,null,2),"utf-8"),H.log("Created Codex auth.json file");let a="";try{a=await me.readFile(b,"utf-8")}catch{}a.includes("web_search")||(a.includes("[tools]")?a=a.replace(/\[tools\]/,`[tools]
|
|
16
16
|
web_search = true`):a+=`
|
|
17
17
|
[tools]
|
|
18
18
|
web_search = true
|
|
19
19
|
`,await me.writeFile(b,a,"utf-8"),H.log("Updated Codex config with web_search enabled"))}catch(d){throw H.warn("Failed to setup Codex config and credentials",{error:d.message}),new Error(`Codex setup failed: ${d.message}`)}let O=[ee(re.cwd(),"codex"),"exec","--yolo","--json","--config","web_search=true",...s?["--model",s]:[],l].filter(Boolean);H.log(`Running ${T} ${O.join(" ")}`);let R=t.utils.run(T,O,{all:!0,env:{...re.env}}),v=ae(()=>{r?.({steps:m,duration:w}),n?.({steps:p,duration:w}),p=[]},250),D=(d,a)=>{d.id=y,y+=1,u.push(d),m.push(d),p.push(d),a||v.flush(),v(),a&&v.flush()},h=Gr.createInterface({input:R.all});return h.on("error",d=>{H.error("Readline interface error",{error:d.message,stack:d.stack})}),h.on("line",d=>{let a=null;try{a=JSON.parse(d)}catch{H.log("Could not parse line",d);return}if(a?.duration_ms&&(w=a.duration_ms),a?.type==="item.started"&&a?.item?.type==="command_execution")g[a.item.id]=a.item;else if(a?.type==="item.completed"&&a?.item?.type==="command_execution"){let E=Hr(a.item);E&&D(E,!0)}else if(a?.type==="item.completed"&&a?.item?.type==="reasoning"){let E={title:"Reasoning",message:a.item.text};D(E,!0)}else if(a?.type==="local_shell_call")g[a.call_id]=a;else if(a?.type==="local_shell_call_output"){let E=Kr(g[a.call_id],a);E&&D(E,!0)}else a?.type==="message"&&a.role==="assistant"?I=a.content.map(E=>E.text).join(`
|
|
20
20
|
`):a?.type==="message"&&a.role==="system"&&(f=a.content.map(E=>E.text).join(`
|
|
21
|
-
`))}),await R.catch(d=>{let a=Yr({catchError:d,runCmd:R,error:f,result:I,runnerName:"Codex"});f=a.error,I=a.result}),h.close(),v.flush(),{steps:u,duration:w,result:await le({initialResult:I,agentName:Lt,hasError:!!f}),error:ce({error:f,agentName:Lt}),isRetryableError:ue(f)}}var Mt=async()=>{let e=
|
|
21
|
+
`))}),await R.catch(d=>{let a=Yr({catchError:d,runCmd:R,error:f,result:I,runnerName:"Codex"});f=a.error,I=a.result}),h.close(),v.flush(),{steps:u,duration:w,result:await le({initialResult:I,agentName:Lt,hasError:!!f}),error:ce({error:f,agentName:Lt}),isRetryableError:ue(f)}}var Mt=async()=>{let e=Ae.join(Ut.homedir(),".codex");await me.rm(e,{recursive:!0,force:!0})},Br=new Set(["bash","-lc"]),Hr=e=>{if(!e||e.type!=="command_execution")return null;let t=e.command;t.startsWith("bash -lc ")&&(t=t.replace(/^bash -lc ['"]/,"").replace(/['"]$/,""));let r=`Running \`${t}\``,n=e.aggregated_output?.trim();return n&&(n=`\`\`\`
|
|
22
22
|
${n}
|
|
23
23
|
\`\`\``),e.status==="failed"&&e.exit_code!==0&&(n=n?`${n}
|
|
24
24
|
|
|
25
25
|
*Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:n}},Kr=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(i=>!Br.has(i)),n=r?`Running \`${r.join(" ")}\``:void 0,o;try{o=JSON.parse(t.output).output?.trim(),o&&(o=`\`\`\`
|
|
26
26
|
${o.trim()}
|
|
27
|
-
\`\`\``)}catch(i){H.error("Could not decode outputMsg",i,t.output)}return{title:n,message:o}};import be from"fs/promises";import Gt from"os";import Ne from"path";import ne from"process";import qr from"readline";var j=_("runner_gemini"),jt="Gemini CLI",
|
|
27
|
+
\`\`\``)}catch(i){H.error("Could not decode outputMsg",i,t.output)}return{title:n,message:o}};import be from"fs/promises";import Gt from"os";import Ne from"path";import ne from"process";import qr from"readline";var j=_("runner_gemini"),jt="Gemini CLI",he="",Wr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(j.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(j.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(j.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0})),Vr={list_directory:"List",read_file:"Read",write_file:"Write",glob:"Find",search_file_content:"Find",replace:"Edit",run_shell_command:"Run",web_fetch:"Web Fetch",web_search:"Web Search",read_many_files:"Read Many",save_memory:"Memorize"},Jr=async()=>{let e=Ne.join(Gt.homedir(),".gemini"),t=Ne.join(e,"settings.json");try{await be.mkdir(e,{recursive:!0});let r={};try{let n=await be.readFile(t,"utf-8");r=JSON.parse(n)}catch{j.log("Creating new Gemini CLI settings file")}r.general||(r.general={}),r.general.previewFeatures||(r.general.previewFeatures=!0),r.model||(r.model={}),r.model.compressionThreshold!==.3&&(r.model.compressionThreshold=.3),await be.writeFile(t,JSON.stringify(r,null,2),"utf-8"),j.log("Configured Gemini CLI settings (preview features and compression threshold)")}catch(r){j.error("Failed to ensure Gemini CLI settings",{error:r.message})}};async function Ze({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:i,prompt:l,modelVersionOverrides:c}=e,{model:s}=e;if(await Jr(),o){let{token:h,url:d}=o;if(!h||!d)throw new Error("No token or url provided from AI Gateway");if(c?.gemini){let a=c?.gemini?.[i];if(a){if(!await o.isModelAvailableForProvider("gemini",a))throw new Error(`Model override '${a}' is not available for gemini provider`);s=a}}if(!s)!!he&&await o.isModelAvailableForProvider("gemini",he)?(s=he,j.log(`Using default model: ${he}`)):j.log(`Default model ${he} is not available, proceeding without model specification`);else if(s&&!c?.gemini?.[i]&&!await o.isModelAvailableForProvider("gemini",s))throw new Error(`Model '${s}' is not available for gemini provider`);ne.env.GEMINI_API_KEY=h,ne.env.GOOGLE_GEMINI_BASE_URL=d}else if(!ne.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let m=[],p=[],u=[],g={},y=0,w=0,I,f,T=[ee(ne.cwd(),"gemini"),...s?["--model",s]:[],"--yolo","--output-format","stream-json","-p",l],x=`${ne.env.NVM_BIN}/node`;j.log(`Running ${x} ${T.join(" ")}`);let b=t.utils.run(x,T,{all:!0,env:ne.env});b.stdin?.end();let P=ae(()=>{r?.({steps:m,duration:w}),n?.({steps:p,duration:w}),p=[]},250),O=(h,d)=>{h.id=y,y+=1,u.push(h),m.push(h),p.push(h),d||P.flush(),P(),d&&P.flush()},R=qr.createInterface({input:b.all});R.on("error",h=>{j.error("Readline interface error",{error:h.message,stack:h.stack})});let v="",D=()=>{v&&O({message:v.trim()}),v=""};return R.on("line",h=>{let d=null;try{if(h.startsWith("[API Error")){let a=h.match(/\[api error: (.+?)]$/i)?.[1];d={type:"error",value:vt(a,!1)?.error?.message||a||"Gemini encountered error"}}else d=JSON.parse(h)}catch{return}if(d)switch(["message","result"].includes(d.type)||D(),d.type){case"message":{d.role!=="user"&&d.content&&(v+=d.content);break}case"tool_use":{let a=Vr[d.tool_name]??d.tool_name,E=d.parameters?.file_path,z=E&&Ne.relative(ne.cwd(),E),Ee=d.parameters?.command,J={title:[a,z&&`\`${z}\``,Ee&&`\`${Ee}\``].filter(Boolean).join(" ")};g[d.tool_id]=J,P.flush();break}case"tool_result":{let a=g[d.tool_id];a&&(d.output&&(a.message=`\`\`\`
|
|
28
28
|
${d.output.trim()}
|
|
29
29
|
\`\`\``),O(a,!0));break}case"result":{w=d.stats?.duration_ms,d.status==="error"?f=d.error?.message:I=v.trim();break}case"error":{f=d.error;break}case"finished":break;default:{j.warn("Unhandled message type:",d.type);break}}}),await b.catch(h=>{({error:f,result:I}=Wr({catchError:h,runCmd:b,error:f,result:I,runnerName:"Gemini"}))}),R.close(),P.flush(),{steps:u,duration:w,result:await le({initialResult:I,agentName:jt,hasError:!!f}),error:ce({error:f,agentName:jt}),isRetryableError:ue(f)}}var Yt=async()=>{let e=Ne.join(Gt.homedir(),".gemini");await be.rm(e,{recursive:!0,force:!0})};var Xr={codex:{runner:ze,clean:Mt},claude:{runner:Xe,clean:Dt},gemini:{runner:Ze,clean:Yt}},Bt=Xr;var Zr=_("init_stage"),Ht=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:n})=>await S(zr(),"init-stage",async o=>{let i=performance.now();o?.setAttributes({"init.runner":e.runner,"init.id":e.id,"init.sessionId":e.sessionId,"init.hasRepo":e.hasRepo,"init.useGateway":e.useGateway,"init.validateAgent":e.validateAgent,"init.runnerVersion":n||"unknown"});let l=Bt[e.runner];if(!l)throw o?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let c=Qr({apiToken:r});ut(c);let s=e.useGateway?await ht({netlify:c,config:e}):void 0;o?.setAttributes({"init.aiGateway.created":!!s}),e.validateAgent&&e.errorLogsPath&&o?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let m=Tt(({steps:y=[],duration:w})=>{let I=y.map(f=>({...f,title:f.title?W(f.title):void 0,message:f.message?W(f.message):void 0}));return y.length=0,q(e.id,e.sessionId,{steps:I,duration:w})},t);Zr.info("Adding build files to stage");let p=await We();await Ke(p);let u;e.hasRepo?e.sha?(u=e.sha,o?.setAttributes({"init.sha.source":"provided"})):(u=await Ct(),await fe(e.id,{sha:u}),o?.setAttributes({"init.sha.source":"current_commit"})):(u=await Pt(),o?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let g=performance.now()-i;return o?.setAttributes({"init.sha":u||"unknown","init.duration.ms":g,"init.status":"success"}),{aiGateway:s,context:c,persistSteps:m,runner:l,sha:u}}),Qr=({apiToken:e})=>({constants:{NETLIFY_API_HOST:Ce.env.NETLIFY_API_HOST||"api.netlify.com",NETLIFY_API_TOKEN:e||Ce.env.NETLIFY_API_TOKEN,SITE_ID:Ce.env.SITE_ID,FUNCTIONS_DIST:Ce.env.FUNCTIONS_DIST||"netlify/functions"},utils:{run:N}});import{getTracer as Qe}from"@netlify/otel";import en from"crypto";import X from"fs/promises";import L from"path";import G from"process";var k=_("context"),tn=e=>{let t=e?.constants||{};return{siteId:t.SITE_ID,accountId:G.env.NETLIFY_TEAM_ID,userId:G.env.NETLIFY_AGENT_RUNNER_USER_ID,siteSlug:G.env.SITE_NAME,apiHost:t.NETLIFY_API_HOST,functionsDir:t.FUNCTIONS_DIST}},rn=10,nn=async e=>{let{name:t,ext:r}=L.parse(e),n=e,o=L.join(G.cwd(),U,n),i=0;for(;await on(o);){if(i>=rn)throw new Error("Failed to generate context file");n=`${t}-${en.randomUUID().slice(0,5)}${r}`,o=L.join(G.cwd(),U,n),i+=1}return n},on=async e=>{try{return await X.access(e),!0}catch{return!1}},sn=async()=>{try{k.log("Fetching Netlify features context...");let e=await fetch("https://docs.netlify.com/ai-context/context-consumers",{signal:AbortSignal.timeout(1e4)});if(!e.ok)throw new Error(`Failed to fetch context consumers: ${e.status} ${e.statusText}`);let t=await e.json();if(!t||typeof t!="object"||!Array.isArray(t.consumers))return k.warn("Invalid response structure: missing or invalid consumers array"),null;let r=t.consumers.find(n=>n&&typeof n=="object"&&n.key==="catchall-consumer");return r?!r.contextScopes||typeof r.contextScopes!="object"?(k.warn("Catchall consumer missing or invalid contextScopes"),null):r:(k.warn("Catchall consumer not found in context consumers"),null)}catch(e){return e.name==="AbortError"?k.warn("Netlify features context request timed out"):k.warn("Failed to fetch Netlify features context:",e.message),null}},an=async(e,t)=>{try{let r=await fetch(e,{signal:AbortSignal.timeout(1e4)});if(!r.ok)throw new Error(`Failed to fetch ${e}: ${r.status} ${r.statusText}`);let n=await r.text();return await X.writeFile(t,n,"utf-8"),!0}catch(r){return r.name==="AbortError"?k.warn(`Download timeout for ${e}`):k.warn(`Failed to download context file ${e}:`,r.message),!1}},Pe=null,ln=async()=>{if(Pe)return Pe;let e=await sn();if(!e)return[];let t=L.join(G.cwd(),U,Be);await X.mkdir(t,{recursive:!0});let r=Object.entries(e.contextScopes).map(async([o,i])=>{if(!i||typeof i!="object"||!i.endpoint||!i.scope)return k.warn(`Invalid scope data for ${o}, skipping...`),null;let l=`${o}.md`,c=L.join(t,l),s=L.join(U,Be,l);return k.log(`Downloading ${i.scope} context...`),await an(i.endpoint,c)?(k.log(`Downloaded: ${s}`),{scope:i.scope,path:s,key:o}):null});return Pe=(await Promise.all(r)).filter(o=>o!==null),Pe},Kt=async({cliPath:e,netlify:t,config:r,buildErrorContext:n})=>{let o=tn(t),i=await nn(xt),l=L.join(G.cwd(),U);await X.mkdir(l,{recursive:!0});let c=L.join(U,i),s=L.join(G.cwd(),c),m=L.join(G.cwd(),U,se);try{await X.unlink(m),k.log(`Deleted old results file: ${m}`)}catch{}let p=n?`You've already made changes to complete the above request. However, the build is currently failing after your changes.
|
|
30
30
|
Your task is to analyze and fix the build errors.
|
|
@@ -136,8 +136,8 @@ Deploy failed failed. Here are the errors to review on the latest build:
|
|
|
136
136
|
Below are all of the logs with potential issues that we extracted. Some of them may be false positives, discern them carefully and ensure fixes are relevant.
|
|
137
137
|
|
|
138
138
|
${e.pop()}
|
|
139
|
-
`;import fn from"process";import{getTracer as et}from"@netlify/otel";import{getTracer as dn}from"@netlify/otel";var
|
|
140
|
-
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(s){throw
|
|
139
|
+
`;import fn from"process";import{getTracer as et}from"@netlify/otel";import{getTracer as dn}from"@netlify/otel";var ye=_("deploy"),Vt=async e=>await S(dn(),"create-preview-deploy",async t=>pn(e,t)),pn=async({netlify:e,hasRepo:t,skipBuild:r,message:n="Agent Preview",deploySubdomain:o,cliPath:i,filter:l},c)=>{try{let s=["deploy","--message",`"${n}"`,"--json","--draft","--verbose"];t||(ye.log("Deploy: Uploading source zip"),s.push("--upload-source-zip")),o&&s.push("--alias",o),l&&s.push("--filter",l),r?(ye.log("Deploy: Skipping build"),s.push("--no-build")):s.push("--context","deploy-preview");let m=i||"netlify";ye.log(`Running: ${m} ${s.join(" ")}`),c?.setAttributes({cmd:m,args:s});let p=await e.utils.run(m,s,{stdio:["ignore","pipe","pipe"]}),u=JSON.parse(p.stdout.trim());c?.setAttributes({success:!0,deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id}),ye.log(`
|
|
140
|
+
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(s){throw ye.error("Failed to create preview deploy via CLI:",s),c?.setAttributes({success:!1,error:s.message}),s}};var _e=_("deploy_stage"),tt=async e=>await S(et(),"run-deploy-stage",async()=>gn(e)),gn=async({cliPath:e,config:t,context:r,result:n,filter:o})=>{let i=await S(et(),"get-runner-diffs",async()=>await bt({config:t,netlify:r}));if(_e.info("Resolved git",{hasChanges:i.hasChanges,ignored:i.ignored??[]}),!i.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:l,resultDiff:c,diffBinary:s,resultDiffBinary:m}=i,p=!0;_e.log("Preview deploy condition check:",{resultUndefined:n===void 0,resultType:typeof n,hasChanges:p,wouldCreatePreview:n!==void 0&&p});let u=null;if(n!==void 0&&p)try{let g;try{let y=await S(et(),"get-runner-session",async()=>await pt(t.id,t.sessionId));y?.title&&(g=y.title)}catch(y){_e.warn("Failed to fetch session title, using fallback message:",y.message)}await q(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),u=await Vt({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:g,skipBuild:!1,deploySubdomain:Rt(t.id,fn.env.SITE_NAME),filter:o})}catch(g){return _e.warn("Failed to create preview deploy (continuing with agent run):",g),{diff:l,resultDiff:c,hasChanges:p,previewInfo:null,diffBinary:s,resultDiffBinary:m,deployError:g instanceof Error?g.message:String(g)}}return _e.log("Git status",{hasDiff:!!l,hasChanges:p}),{diff:l,resultDiff:c,hasChanges:p,previewInfo:u,diffBinary:s,resultDiffBinary:m}};import{getTracer as ke}from"@netlify/otel";async function Jt(e,t){let{maxRetries:r,baseDelay:n,onRetry:o}=t,i;for(let l=1;l<=r;l++)try{return await e()}catch(c){if(i=c,l===r)throw i;o&&o(l,i),await new Promise(s=>setTimeout(s,n*l))}throw i}var $e=class{scanDiffForForms(t){let r=[],n=null,o=[],i=t.split(`
|
|
141
141
|
`);for(let l of i)if(l.startsWith("diff --git")){if(n&&o.length>0){let s=this.containsNetlifyForm(o,n);s&&r.push(s)}let c=l.split(" ");n=c[c.length-1].replace(/^b\//,""),o=[]}else l.startsWith("+")&&!l.startsWith("+++")&&o.push(l.slice(1));if(n&&o.length>0){let l=this.containsNetlifyForm(o,n);l&&r.push(l)}return{detected:r.length>0,matches:r}}containsNetlifyForm(t,r){let n=t.join(`
|
|
142
142
|
`),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:i,name:l}of o){let c=n.match(i);if(c){let s=c.index||0,m=Math.max(0,s-20),p=Math.min(n.length,s+c[0].length+20),u=n.slice(m,p).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${l}] ${u}`}}}return null}};var A=_("cleanup_stage"),Xt=async e=>await S(ke(),"cleanup-stage",async()=>mn(e)),rt=1024*1024*10,mn=async({config:e,diff:t,result:r,duration:n,resultDiff:o,diffBinary:i,resultDiffBinary:l,previewInfo:c})=>{let s={result:r||"Done",duration:n};c&&c.deployId&&(s.deploy_id=c.deployId),c&&c.sourceZipFilename&&(s.result_zip_file_name=c.sourceZipFilename);let m=t||i||o||l;if(m){let p=new $e,u=t||i||"",g=p.scanDiffForForms(u);g.detected?(A.log("Detected Netlify form(s) in diff:"),g.matches.forEach(({file:y,snippet:w})=>{A.log(` - ${y}: ${w}`)}),s.has_netlify_form=!0):A.log("Did not detect Netlify form(s) in diff"),A.log("Did not detect Netlify form(s) in diff")}if(m)try{A.log("Getting pre-signed URLs for diff upload");let p=await gt(e.id,e.sessionId),u=[];(t||i)&&u.push(Me(p.result.upload_url,i||t).then(()=>{s.result_diff_s3_key=p.result.s3_key,A.log("Successfully uploaded result_diff to S3")})),(o||l)&&u.push(Me(p.cumulative.upload_url,l||o).then(()=>{s.cumulative_diff_s3_key=p.cumulative.s3_key,A.log("Successfully uploaded cumulative_diff to S3")})),A.log(`Uploading ${u.length} diff(s) to S3 in parallel`),await Promise.all(u),(o||l)&&(A.log("Updating agent runner with cumulative diff S3 key"),await S(ke(),"update-runner",async()=>{await fe(e.id,{result_diff_s3_key:p.cumulative.s3_key})}))}catch(p){A.error("S3 upload failed, falling back to inline diffs:",p);let u=Buffer.byteLength(t||i||""),g=Buffer.byteLength(l||o||"");if(u>rt||g>rt){let y=`Diffs exceed maximum inline size of ${rt} bytes.`;throw A.error(y),new Error(y)}s.result_diff=t,s.result_diff_binary=i,(o||l)&&(s.cumulative_diff=o,s.cumulative_diff_binary=l,A.log("Updating agent runner with inline diffs (fallback)"),await S(ke(),"update-runner",async()=>{await fe(e.id,{result_diff:o,result_diff_binary:l})}))}else A.log("No diffs to upload");return A.log("Updated agent runner with result"),await Jt(async()=>await S(ke(),"update-runner-session",()=>q(e.id,e.sessionId,s)),{maxRetries:3,baseDelay:1e3,onRetry:(p,u)=>{A.error(`Error updating agent runner session (attempt ${p}):`,u),A.log("Retrying...")}}),A.log("Finished updating agent runner with result"),{sessionUpdate:s}};import{getTracer as zt,shutdownTracers as yn,withActiveSpan as Zt}from"@netlify/otel";var _n=hn(import.meta.url),Qt=_n("../package.json"),er=_("pipeline_index"),De=3,tr=async({config:e,apiToken:t,cliPath:r="netlify",cwd:n,errorLogsPath:o,filter:i,tracing:l={}})=>{let c,{withStageTimer:s}=_t(Q.timeUnits.hours(4)),m=await lt(Qt.version,e.id,l);try{await Zt(zt(),"run-pipeline",{},m,async()=>{let p,{aiGateway:u,context:g,persistSteps:y,runner:w,sha:I}=await s("init",()=>Ht({config:e,apiToken:t,cliPath:r,cwd:n,errorLogsPath:o,filter:i,runnerVersion:Qt.version}),Q.timeUnits.minutes(10));c=w.clean,e.sha=I;let{runnerResult:f}=await s("inference",()=>Fe({cliPath:r,config:e,context:g,runner:w.runner,persistSteps:y,aiGateway:u}));await q(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let T=await s("deploy",()=>tt({cliPath:r,config:e,context:g,result:f.result,filter:i})),x=f,b=[];if(T.hasChanges&&T.deployError){b.push(ct(T.deployError));let h=1;for(;h<=De&&!T.previewInfo;)er.log(`Deploy attempt had errors. Retrying. ${h}/${De}`),await Zt(zt(),"deploy-stage",async d=>{d?.setAttributes({"stage.attempt":h});let{runnerResult:a}=await s(`inference-retry-${h}`,()=>Fe({cliPath:r,config:e,context:g,runner:w.runner,persistSteps:y,aiGateway:u,buildErrors:b,priorAgentSessionId:f.agentSessionId}));x={...a,steps:[...x.steps||[],...a.steps||[]],duration:(x.duration||0)+(a.duration||0)},T=await s(`deploy-retry-${h}`,()=>tt({cliPath:r,config:e,context:g,result:a.result,filter:i})),T.deployError&&b.push(T.deployError),h++});h>De&&!T.previewInfo&&(p=new Error(`Deploy validation failed after ${De} attempts`))}let{diff:P,resultDiff:O,previewInfo:R,diffBinary:v,resultDiffBinary:D}=T;if(await s("cleanup",()=>Xt({config:e,diff:P,result:x.result,duration:x.duration,resultDiff:O,diffBinary:v,resultDiffBinary:D,previewInfo:R}),Q.timeUnits.minutes(10)),p)throw p;process.env.NETLIFY_LOCAL_MODE||(await c?.(),await Ot())})}catch(p){er.error("Got error while running pipeline",p),await c?.();let u=p instanceof Error&&p.message;throw await q(e.id,e.sessionId,{result:u||"Encountered error when running agent",state:"error"}),p}finally{await yn()}};import rr from"crypto";var $=_("bin_local"),K=En(C.argv.slice(2),{string:["cwd","cli-path","filter","prompt","runner","model","netlify-api-token"],boolean:["verbose","help"],alias:{h:"help",v:"verbose"}}),ot=()=>{console.log(`
|
|
143
143
|
agent-runner-cli-local - Run Netlify agent runner locally without API connections
|
|
@@ -172,5 +172,5 @@ NOTE:
|
|
|
172
172
|
the full pipeline including inference and deployment, but API calls will
|
|
173
173
|
be logged instead of executed.
|
|
174
174
|
`)};K.help&&(ot(),C.exit(0));K.prompt||($.error("Error: --prompt is required"),ot(),C.exit(1));K["netlify-api-token"]||($.error("Error: --netlify-api-token is required - generate a PAT from your Netlify user settings"),ot(),C.exit(1));try{let e=K.cwd||C.cwd(),t=nr.join(e,".netlify","netlify-agent-runner-context*");or.rmSync(t,{recursive:!0,force:!0});let r;try{r=await wn(e)}catch(c){$.error(c.message),$.error(`
|
|
175
|
-
To link this directory to a Netlify site, run:`),$.error(" netlify link"),C.exit(1)}let n=`local-${rr.randomBytes(8).toString("hex")}`,o=`session-${rr.randomBytes(8).toString("hex")}`,i=K.runner||"claude";$.log("Starting agent runner in local mode",{runnerId:n,sessionId:o,siteId:r,cwd:e,runner:i});let l={id:n,sessionId:o,prompt:K.prompt,runner:i,model:K.model,accountType:"local",validateAgent:!1,validateAgentWithBuild:!1,sessionHistoryContext:[],siteContext:[],hasRepo:!0,useGateway:!0,sha:void 0,modelVersionOverrides:{}};C.env.NETLIFY_LOCAL_MODE="true",C.env.NETLIFY_API_HOST="api.netlify.com",C.env.NETLIFY_API_TOKEN=K["netlify-api-token"],C.env.SITE_ID=r,C.env.NETLIFY_TEAM_ID="local-team-id",C.env.NETLIFY_AGENT_RUNNER_USER_ID="local-user-id",C.env.SITE_NAME="local-site",i==="claude"?
|
|
175
|
+
To link this directory to a Netlify site, run:`),$.error(" netlify link"),C.exit(1)}let n=`local-${rr.randomBytes(8).toString("hex")}`,o=`session-${rr.randomBytes(8).toString("hex")}`,i=K.runner||"claude";$.log("Starting agent runner in local mode",{runnerId:n,sessionId:o,siteId:r,cwd:e,runner:i});let l={id:n,sessionId:o,prompt:K.prompt,runner:i,model:K.model,accountType:"local",validateAgent:!1,validateAgentWithBuild:!1,sessionHistoryContext:[],siteContext:[],hasRepo:!0,useGateway:!0,sha:void 0,modelVersionOverrides:{}};C.env.NETLIFY_LOCAL_MODE="true",C.env.NETLIFY_API_HOST="api.netlify.com",C.env.NETLIFY_API_TOKEN=K["netlify-api-token"],C.env.SITE_ID=r,C.env.NETLIFY_TEAM_ID="local-team-id",C.env.NETLIFY_AGENT_RUNNER_USER_ID="local-user-id",C.env.SITE_NAME="local-site",i==="claude"?Re(e,"claude")||($.log("Claude CLI not found, installing..."),await nt(e,"@anthropic-ai/claude-code")):i==="gemini"?Re(e,"gemini")||($.log("Gemini CLI not found, installing..."),await nt(e,"@google/gemini-cli")):i==="codex"?Re(e,"codex")||($.log("Codex CLI not found, installing..."),await nt(e,"@openai/codex")):($.error(`Unknown runner: ${i}`),C.exit(1)),await tr({config:l,cwd:e,cliPath:K["cli-path"],filter:K.filter,tracing:{exporterUrl:void 0,traceparent:void 0}}),$.info("Finished agent (local mode)"),C.exit(0)}catch(e){$.error("Error running agent pipeline (local mode):",e),C.exit(1)}function nt(e,t){return new Promise((r,n)=>{N("npm",["install",t,"--no-save"],{cwd:e}).then(({stdout:o})=>{$.log(`${t} installed: ${o}`),r()}).catch(o=>{$.error(`Error installing ${t}: ${o.stderr||o.message}`),n(o)})})}async function wn(e){let t=nr.join(e,".netlify","state.json");try{let r=await or.readFileSync(t,"utf-8"),n=JSON.parse(r);if(!n.siteId)throw new Error(`No siteId found in ${t}. Please link this directory to a Netlify site using 'netlify link'.`);return $.log(`Found site ID from state file: ${n.siteId}`),n.siteId}catch(r){throw r.code==="ENOENT"?new Error(`No .netlify/state.json found in ${e}. Please link this directory to a Netlify site using 'netlify link'.`):r}}
|
|
176
176
|
//# sourceMappingURL=bin-local.js.map
|
package/dist/bin.js
CHANGED
|
@@ -5,26 +5,26 @@ import it from"process";import Sn from"minimist";import{createRequire as wn}from
|
|
|
5
5
|
${l}
|
|
6
6
|
</extracted_error_chunk>`).join(`
|
|
7
7
|
|
|
8
|
-
`);return s.length>e.length*.8?e:s}import be from"process";import{getTracer as tn}from"@netlify/otel";import ue from"process";var _e=ue.env.NETLIFY_API_URL,Ee=ue.env.NETLIFY_API_TOKEN,j=_("api"),we=()=>ue.env.NETLIFY_LOCAL_MODE==="true",pe=async(e,t={})=>{if(!_e||!Ee)throw new Error("No API URL or token");let r=new URL(e,_e),n={...t,headers:{...t.headers,Authorization:`Bearer ${Ee}`}};ue.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),s=o.ok&&o.status<=299;if(ue.env.AGENT_RUNNERS_DEBUG==="true")j.log(`Response headers for ${r}:`),o.headers.forEach((c,i)=>{j.log(` ${i}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");j.log(`Request ID for ${r}: ${c||"N/A"}`)}if(s||j.error(`Got status ${o.status} for request ${r}`),t.raw){if(!s)throw o;return o}let l=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!s)throw l;return l},dt=e=>{j.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(_e=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(Ee=e.constants.NETLIFY_API_TOKEN)},ft=()=>({apiUrl:_e,token:Ee}),de=async(e,t)=>we()?(j.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):pe(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),H=async(e,t,r)=>we()?(j.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var gt=async(e,t)=>we()?(j.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`),mt=(e,t,r)=>pe(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),ht=async(e,t)=>we()?(j.log("Mock API: getDiffUploadUrls called",{runnerId:e,sessionId:t}),{result:{upload_url:"https://s3.mock.com/mock-upload-url-result",s3_key:"mock-s3-key-result"},cumulative:{upload_url:"https://s3.mock.com/mock-upload-url-cumulative",s3_key:"mock-s3-key-cumulative"}}):pe(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Ue=async(e,t)=>{j.log(`Uploading diff to S3: ${e.substring(0,50)}...`);let r=await fetch(e,{method:"PUT",body:t,headers:{"Content-Type":"text/plain"}});if(!r.ok)throw new Error(`S3 upload failed with status ${r.status}`);return r};var re=_("ai_gateway"),Me=null;var yt=async()=>{if(Me)return Me;re.log("Fetching available AI gateway providers");let e=await fetch(`${ft().apiUrl}/api/v1/ai-gateway/providers`);if(!e.ok)throw new Error(`Failed to fetch AI gateway providers: ${e.statusText}`);let t=await e.json();return Me=t,re.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},mr=async(e,t)=>{let n=(await yt()).providers[e];if(!n)return re.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return re.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},_t=async({netlify:e,config:t})=>{let r,n,o,s,l=e.constants?.SITE_ID;if(!l)throw new Error("No site id");let c=async()=>{clearTimeout(o),re.log("Requesting AI gateway information");let i=await mt(l,t.id,t.sessionId);if({token:r,url:s}=i,n=i.expires_at?i.expires_at*1e3:void 0,re.log("Got AI gateway information",{token:!!r,expiresAt:n,url:s}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),yt()]),{get url(){return s},get token(){return r},isModelAvailableForProvider:mr}};import Y from"process";import K from"path";import Te from"fs";import{fileURLToPath as Ir}from"url";import{createRequire as xr}from"module";import{execa as Rr,execaCommand as ro}from"execa";import{Transform as hr}from"stream";var yr=new Set(["NODE_ENV","PATH","HOME","USER","USERNAME","SHELL","PWD","OLDPWD","TMPDIR","TMP","TEMP","LANG","TERM","EDITOR","PAGER","OS","PROCESSOR_ARCHITECTURE","PROCESSOR_IDENTIFIER","SYSTEMROOT","WINDIR","PROGRAMFILES","PROGRAMFILES(X86)","PROGRAMDATA","APPDATA","LOCALAPPDATA","NODE_OPTIONS","NODE_PATH","NODE_DEBUG","NODE_NO_WARNINGS","npm_config_registry","npm_config_cache","npm_execpath","npm_node_execpath","CI","GITHUB_ACTIONS","GITHUB_WORKSPACE","GITHUB_REPOSITORY","GITHUB_REF","BUILDKITE","BUILDKITE_BRANCH","BUILDKITE_COMMIT","BUILDKITE_BUILD_NUMBER","JENKINS_URL","TRAVIS","CIRCLECI","DISPLAY","COLORTERM","TERM_PROGRAM","TERM_PROGRAM_VERSION","COLUMNS","LINES","HISTSIZE","HISTFILE","NETLIFY_AGENT_RUNNER_ID","NETLIFY_AGENT_RUNNER_SESSION_ID","NETLIFY_AGENT_RUNNER_PROMPT","NETLIFY_AGENT_RUNNER_AGENT","NETLIFY_AGENT_RUNNER_MODEL","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED","ERROR_LOGS_PATH","NETLIFY_AGENT_RUNNER_CONTEXT","NETLIFY_AGENT_RUNNER_HAS_REPO","NETLIFY_FF_AGENT_RUNNER_BYOK_ENABLED","NETLIFY_AGENT_RUNNER_SHA","NETLIFY_TEAM_TYPE","AGENT_RUNNERS_DEBUG","NETLIFY_TEAM_ID","NETLIFY_AGENT_RUNNER_USER_ID","SITE_NAME"]),_r=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function Er(){return Object.entries(process.env).filter(([e,t])=>!(!t||yr.has(e)||_r.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function W(e){if(typeof e!="string")return e;let t=Er();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(wr(n),"g");r=r.replace(o,"******")}),r}function wr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var ne=class extends hr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),s=W(o);n(null,s)}};function Et(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,s){let l=typeof n=="string"?W(n):n;return typeof o=="function"?t(l,o):t(l,o,s)},process.stderr.write=function(n,o,s){let l=typeof n=="string"?W(n):n;return typeof o=="function"?r(l,o):r(l,o,s)}}var fe=null,wt=e=>(fe&&fe.destroy(),fe=new z({totalAllowedTime:e}),fe),Tt=()=>fe;var z=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),s=null,l=null;n!==void 0&&(l=new Promise((c,i)=>{s=setTimeout(()=>{i(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return l?await Promise.race([r(),l]):await r()}finally{o(),s&&clearTimeout(s)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var It={name:"@netlify/agent-runner-cli",type:"module",version:"1.55.2-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.42","@google/gemini-cli":"0.16.0","@netlify/otel":"^5.0.0","@openai/codex":"0.55.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var vr=Ir(import.meta.url),Nr=K.dirname(vr),Ar=xr(import.meta.url),Ie=_("shell"),Ge=new Set,Sr={preferLocal:!0},O=(e,t,r)=>{let[n,o]=br(t,r),s={...Sr,...o},l=Rr(e,n,s);return Cr(l,s),Or(l),l};var br=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Cr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(Y.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new ne).pipe(Y.stdout),e.stdout?.pipe(new ne).pipe(Y.stdout),e.stderr?.pipe(new ne).pipe(Y.stderr);return}e.stdout?.pipe(Y.stdout),e.stderr?.pipe(Y.stderr)},xt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(Y.kill(-e.pid,t),Ie.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Ie.error("Error killing process:",r),!1}},Pr=e=>xt(e,"SIGKILL"),Or=e=>{Ge.add(e);let t=Tt();if(t){let r=t.onTimesUp(()=>{Ie.log(`Global timer expired, killing process ${e.pid}`),xt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Ie.log(`Force killing process ${e.pid} after timeout`),Pr(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function oe(e,t){if(!Y.env.NETLIFY_LOCAL_MODE)try{let o=Ar.resolve(It.name),s=K.dirname(o);for(;s!==K.dirname(s);){let l=K.dirname(s);if(K.basename(l)==="node_modules"){let c=K.join(l,".bin",t);if(Te.existsSync(c))return c;break}s=l}}catch(o){console.error("Could not resolve package.json",o)}if(Y.env.NODE_PATH){let o=K.join(Y.env.NODE_PATH,".bin",t);if(Te.existsSync(o))return o}let r=K.join(e,"node_modules",".bin",t);if(Te.existsSync(r))return r;let n=K.join(Nr,"..","node_modules",".bin",t);if(Te.existsSync(n))return n}var Rt="netlify-agent-runner-context.md",je="task-history",Ye="netlify-context",k=".netlify",se="results.md",Be="assets",He="other",We="personal";var Ke="enterprise",qe="free",vt=[We,"pro",Ke,qe];var Nt=_("utils"),Fr=e=>new Promise(t=>{setTimeout(t,e)}),At=(e,t=3e3)=>{let r=!1,n=null,o=[],s=null,l=(...c)=>{if(r)return n=c,new Promise(p=>{o.push(p)});r=!0;let i,m=new Promise(p=>{i=p});return s=(async()=>{await Promise.resolve();let p=await e(...c);for(i(p);;){if(await Fr(t),!n)return r=!1,s=null,p;let u=n,g=o;n=null,o=[],p=await e(...u),g.forEach(y=>{y(p)})}})(),m};return l.flush=async()=>{if((r||n)&&s)return await s,l.flush()},l},ie=(e,t,r=!1)=>{let n=null,o=null,s=null,l=function(...c){o=c,s=this;let i=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(s,o),o=null,s=null)},t),i&&(e.apply(s,o),o=null,s=null)};return l.cancel=()=>{clearTimeout(n),n=null,o=null,s=null},l.flush=()=>{if(n){clearTimeout(n);let c=o,i=s;n=null,o=null,s=null,e.apply(i,c)}},l},xe=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Nt.error("Could not parse JSON",n))}},St=(e,t)=>{let o=".netlify.app",s="agent-";if(!t)return`${s}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let i=60-c.length;if(i<=0)return"";if(i>=s.length+6){let m=Math.min(i-s.length,e.length);return`${s}${e.slice(0,m)}`}return e.slice(0,i)},Lr=e=>!e||typeof e!="object"||Array.isArray(e)||Object.keys(e).length===0?!1:!!vt.some(t=>t in e),bt=()=>{let e={},t={codex:process.env.NETLIFY_FF_AGENT_RUNNER_CODEX_VERSION,claude:process.env.NETLIFY_FF_AGENT_RUNNER_CLAUDE_VERSION,gemini:process.env.NETLIFY_FF_AGENT_RUNNER_GEMINI_VERSION};return Object.entries(t).forEach(([r,n])=>{if(n){let o=`NETLIFY_FF_AGENT_RUNNER_${r.toUpperCase()}_VERSION`;try{let s=JSON.parse(n);Lr(s)&&(e[r]=s)}catch(s){let c=s instanceof SyntaxError?"Invalid JSON":s.message;Nt.error(`Could not parse ${r} model version override from ${o}: ${c}`)}}}),e};import{Buffer as Ct}from"buffer";import Dr from"path";var Pt=_("repo"),Ot=async({config:e})=>{Pt.info("Getting runner diffs");let t=await kr(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=Ur(n);await Mr(o),Pt.info("Changes after processing"),await Je();let s=await Xe(n);await Ve(s);let l={stdio:["ignore","pipe","pipe"]},i=(await O("git",["diff","--staged"],l)).stdout;if(r=!!i,!r)return{hasChanges:!1,ignored:s};let p=(await O("git",["diff","--staged","--binary"],l)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await O("git",["commit","-m","Agent runner"]),u=(await O("git",["diff",e.sha,"HEAD"],l)).stdout;let f=(await O("git",["diff",e.sha,"HEAD","--binary"],l)).stdout;u!==f&&(g=Ct.from(f).toString("base64"))}let y={hasChanges:!0,diff:i,resultDiff:u,ignored:s};return i!==p&&(y.diffBinary=Ct.from(p).toString("base64")),g&&(y.resultDiffBinary=g),y},Ve=async(e=[])=>{await O("git",["add",".",...e])},Je=async()=>(await O("git",["status","-s"])).stdout,Ft=/.. (.+)?\.log$/,$r=[Ft],kr=async()=>{let e=await Je();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
8
|
+
`);return s.length>e.length*.8?e:s}import be from"process";import{getTracer as tn}from"@netlify/otel";import ue from"process";var Ee=ue.env.NETLIFY_API_URL,we=ue.env.NETLIFY_API_TOKEN,j=_("api"),Te=()=>ue.env.NETLIFY_LOCAL_MODE==="true",pe=async(e,t={})=>{if(!Ee||!we)throw new Error("No API URL or token");let r=new URL(e,Ee),n={...t,headers:{...t.headers,Authorization:`Bearer ${we}`}};ue.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),s=o.ok&&o.status<=299;if(ue.env.AGENT_RUNNERS_DEBUG==="true")j.log(`Response headers for ${r}:`),o.headers.forEach((c,i)=>{j.log(` ${i}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");j.log(`Request ID for ${r}: ${c||"N/A"}`)}if(s||j.error(`Got status ${o.status} for request ${r}`),t.raw){if(!s)throw o;return o}let l=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!s)throw l;return l},dt=e=>{j.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(Ee=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(we=e.constants.NETLIFY_API_TOKEN)},ft=()=>({apiUrl:Ee,token:we}),de=async(e,t)=>Te()?(j.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):pe(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),H=async(e,t,r)=>Te()?(j.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var gt=async(e,t)=>Te()?(j.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`),mt=(e,t,r)=>pe(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),ht=async(e,t)=>Te()?(j.log("Mock API: getDiffUploadUrls called",{runnerId:e,sessionId:t}),{result:{upload_url:"https://s3.mock.com/mock-upload-url-result",s3_key:"mock-s3-key-result"},cumulative:{upload_url:"https://s3.mock.com/mock-upload-url-cumulative",s3_key:"mock-s3-key-cumulative"}}):pe(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Ue=async(e,t)=>{j.log(`Uploading diff to S3: ${e.substring(0,50)}...`);let r=await fetch(e,{method:"PUT",body:t,headers:{"Content-Type":"text/plain"}});if(!r.ok)throw new Error(`S3 upload failed with status ${r.status}`);return r};var re=_("ai_gateway"),Me=null;var yt=async()=>{if(Me)return Me;re.log("Fetching available AI gateway providers");let e=await fetch(`${ft().apiUrl}/api/v1/ai-gateway/providers`);if(!e.ok)throw new Error(`Failed to fetch AI gateway providers: ${e.statusText}`);let t=await e.json();return Me=t,re.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},mr=async(e,t)=>{let n=(await yt()).providers[e];if(!n)return re.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return re.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},_t=async({netlify:e,config:t})=>{let r,n,o,s,l=e.constants?.SITE_ID;if(!l)throw new Error("No site id");let c=async()=>{clearTimeout(o),re.log("Requesting AI gateway information");let i=await mt(l,t.id,t.sessionId);if({token:r,url:s}=i,n=i.expires_at?i.expires_at*1e3:void 0,re.log("Got AI gateway information",{token:!!r,expiresAt:n,url:s}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),yt()]),{get url(){return s},get token(){return r},isModelAvailableForProvider:mr}};import Y from"process";import K from"path";import Ie from"fs";import{fileURLToPath as Ir}from"url";import{createRequire as xr}from"module";import{execa as Rr,execaCommand as ro}from"execa";import{Transform as hr}from"stream";var yr=new Set(["NODE_ENV","PATH","HOME","USER","USERNAME","SHELL","PWD","OLDPWD","TMPDIR","TMP","TEMP","LANG","TERM","EDITOR","PAGER","OS","PROCESSOR_ARCHITECTURE","PROCESSOR_IDENTIFIER","SYSTEMROOT","WINDIR","PROGRAMFILES","PROGRAMFILES(X86)","PROGRAMDATA","APPDATA","LOCALAPPDATA","NODE_OPTIONS","NODE_PATH","NODE_DEBUG","NODE_NO_WARNINGS","npm_config_registry","npm_config_cache","npm_execpath","npm_node_execpath","CI","GITHUB_ACTIONS","GITHUB_WORKSPACE","GITHUB_REPOSITORY","GITHUB_REF","BUILDKITE","BUILDKITE_BRANCH","BUILDKITE_COMMIT","BUILDKITE_BUILD_NUMBER","JENKINS_URL","TRAVIS","CIRCLECI","DISPLAY","COLORTERM","TERM_PROGRAM","TERM_PROGRAM_VERSION","COLUMNS","LINES","HISTSIZE","HISTFILE","NETLIFY_AGENT_RUNNER_ID","NETLIFY_AGENT_RUNNER_SESSION_ID","NETLIFY_AGENT_RUNNER_PROMPT","NETLIFY_AGENT_RUNNER_AGENT","NETLIFY_AGENT_RUNNER_MODEL","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED","ERROR_LOGS_PATH","NETLIFY_AGENT_RUNNER_CONTEXT","NETLIFY_AGENT_RUNNER_HAS_REPO","NETLIFY_FF_AGENT_RUNNER_BYOK_ENABLED","NETLIFY_AGENT_RUNNER_SHA","NETLIFY_TEAM_TYPE","AGENT_RUNNERS_DEBUG","NETLIFY_TEAM_ID","NETLIFY_AGENT_RUNNER_USER_ID","SITE_NAME"]),_r=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function Er(){return Object.entries(process.env).filter(([e,t])=>!(!t||yr.has(e)||_r.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function W(e){if(typeof e!="string")return e;let t=Er();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(wr(n),"g");r=r.replace(o,"******")}),r}function wr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var ne=class extends hr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),s=W(o);n(null,s)}};function Et(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,s){let l=typeof n=="string"?W(n):n;return typeof o=="function"?t(l,o):t(l,o,s)},process.stderr.write=function(n,o,s){let l=typeof n=="string"?W(n):n;return typeof o=="function"?r(l,o):r(l,o,s)}}var fe=null,wt=e=>(fe&&fe.destroy(),fe=new z({totalAllowedTime:e}),fe),Tt=()=>fe;var z=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),s=null,l=null;n!==void 0&&(l=new Promise((c,i)=>{s=setTimeout(()=>{i(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return l?await Promise.race([r(),l]):await r()}finally{o(),s&&clearTimeout(s)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var It={name:"@netlify/agent-runner-cli",type:"module",version:"1.57.0",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.51","@google/gemini-cli":"0.16.0","@netlify/otel":"^5.0.0","@openai/codex":"0.55.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var vr=Ir(import.meta.url),Nr=K.dirname(vr),Ar=xr(import.meta.url),xe=_("shell"),Ge=new Set,Sr={preferLocal:!0},O=(e,t,r)=>{let[n,o]=br(t,r),s={...Sr,...o},l=Rr(e,n,s);return Cr(l,s),Or(l),l};var br=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Cr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(Y.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new ne).pipe(Y.stdout),e.stdout?.pipe(new ne).pipe(Y.stdout),e.stderr?.pipe(new ne).pipe(Y.stderr);return}e.stdout?.pipe(Y.stdout),e.stderr?.pipe(Y.stderr)},xt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(Y.kill(-e.pid,t),xe.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return xe.error("Error killing process:",r),!1}},Pr=e=>xt(e,"SIGKILL"),Or=e=>{Ge.add(e);let t=Tt();if(t){let r=t.onTimesUp(()=>{xe.log(`Global timer expired, killing process ${e.pid}`),xt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(xe.log(`Force killing process ${e.pid} after timeout`),Pr(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function oe(e,t){if(!Y.env.NETLIFY_LOCAL_MODE)try{let o=Ar.resolve(It.name),s=K.dirname(o);for(;s!==K.dirname(s);){let l=K.dirname(s);if(K.basename(l)==="node_modules"){let c=K.join(l,".bin",t);if(Ie.existsSync(c))return c;break}s=l}}catch(o){console.error("Could not resolve package.json",o)}if(Y.env.NODE_PATH){let o=K.join(Y.env.NODE_PATH,".bin",t);if(Ie.existsSync(o))return o}let r=K.join(e,"node_modules",".bin",t);if(Ie.existsSync(r))return r;let n=K.join(Nr,"..","node_modules",".bin",t);if(Ie.existsSync(n))return n}var Rt="netlify-agent-runner-context.md",je="task-history",Ye="netlify-context",k=".netlify",se="results.md",Be="assets",He="other",We="personal";var Ke="enterprise",qe="free",vt=[We,"pro",Ke,qe];var Nt=_("utils"),Fr=e=>new Promise(t=>{setTimeout(t,e)}),At=(e,t=3e3)=>{let r=!1,n=null,o=[],s=null,l=(...c)=>{if(r)return n=c,new Promise(p=>{o.push(p)});r=!0;let i,m=new Promise(p=>{i=p});return s=(async()=>{await Promise.resolve();let p=await e(...c);for(i(p);;){if(await Fr(t),!n)return r=!1,s=null,p;let u=n,g=o;n=null,o=[],p=await e(...u),g.forEach(y=>{y(p)})}})(),m};return l.flush=async()=>{if((r||n)&&s)return await s,l.flush()},l},ie=(e,t,r=!1)=>{let n=null,o=null,s=null,l=function(...c){o=c,s=this;let i=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(s,o),o=null,s=null)},t),i&&(e.apply(s,o),o=null,s=null)};return l.cancel=()=>{clearTimeout(n),n=null,o=null,s=null},l.flush=()=>{if(n){clearTimeout(n);let c=o,i=s;n=null,o=null,s=null,e.apply(i,c)}},l},Re=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Nt.error("Could not parse JSON",n))}},St=(e,t)=>{let o=".netlify.app",s="agent-";if(!t)return`${s}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let i=60-c.length;if(i<=0)return"";if(i>=s.length+6){let m=Math.min(i-s.length,e.length);return`${s}${e.slice(0,m)}`}return e.slice(0,i)},Lr=e=>!e||typeof e!="object"||Array.isArray(e)||Object.keys(e).length===0?!1:!!vt.some(t=>t in e),bt=()=>{let e={},t={codex:process.env.NETLIFY_FF_AGENT_RUNNER_CODEX_VERSION,claude:process.env.NETLIFY_FF_AGENT_RUNNER_CLAUDE_VERSION,gemini:process.env.NETLIFY_FF_AGENT_RUNNER_GEMINI_VERSION};return Object.entries(t).forEach(([r,n])=>{if(n){let o=`NETLIFY_FF_AGENT_RUNNER_${r.toUpperCase()}_VERSION`;try{let s=JSON.parse(n);Lr(s)&&(e[r]=s)}catch(s){let c=s instanceof SyntaxError?"Invalid JSON":s.message;Nt.error(`Could not parse ${r} model version override from ${o}: ${c}`)}}}),e};import{Buffer as Ct}from"buffer";import Dr from"path";var Pt=_("repo"),Ot=async({config:e})=>{Pt.info("Getting runner diffs");let t=await kr(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=Ur(n);await Mr(o),Pt.info("Changes after processing"),await Je();let s=await Xe(n);await Ve(s);let l={stdio:["ignore","pipe","pipe"]},i=(await O("git",["diff","--staged"],l)).stdout;if(r=!!i,!r)return{hasChanges:!1,ignored:s};let p=(await O("git",["diff","--staged","--binary"],l)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await O("git",["commit","-m","Agent runner"]),u=(await O("git",["diff",e.sha,"HEAD"],l)).stdout;let f=(await O("git",["diff",e.sha,"HEAD","--binary"],l)).stdout;u!==f&&(g=Ct.from(f).toString("base64"))}let y={hasChanges:!0,diff:i,resultDiff:u,ignored:s};return i!==p&&(y.diffBinary=Ct.from(p).toString("base64")),g&&(y.resultDiffBinary=g),y},Ve=async(e=[])=>{await O("git",["add",".",...e])},Je=async()=>(await O("git",["status","-s"])).stdout,Ft=/.. (.+)?\.log$/,$r=[Ft],kr=async()=>{let e=await Je();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
9
9
|
`).filter(n=>$r.some(s=>s instanceof RegExp?s.test(n):n===s)?!1:n[1]?.trim()!=="")).length!==0,status:e}},Lt=async()=>{let{stdout:e}=await O("git",["rev-parse","HEAD"]);return e.trim()},Dt=async()=>{let{stdout:e}=await O("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},Xe=async e=>{e||=await Je();let t=[".netlify","node_modules"],r=[];return e.split(`
|
|
10
10
|
`).forEach(n=>{t.forEach(s=>{[`?? ${s}`,`?? ${s}${Dr.sep}`].some(c=>n.startsWith(c))&&r.push(`:!${s}`)});let o=n.match(Ft)?.[1];o&&r.push(`:!${o}.log`)}),r},$t=async()=>{await O("git",["reset","--hard","HEAD"])},Ur=e=>{let t=e.split(`
|
|
11
|
-
`).reduce((r,n)=>{if(!n)return r;let[o,s,,...l]=n,c=l.join(""),i=o.trim(),m=s.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:i,change:m},r},{});return Object.values(t)},Mr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(O("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import jr from"fs/promises";import Yr from"os";import Mt from"path";import Z from"process";import Br from"readline";import ze from"path";import Gr from"fs/promises";var Ze=_("agent-output-utils");async function ae({initialResult:e,agentName:t,hasError:r}){let n="",o=ze.join(process.cwd(),k,se);try{let s=await Gr.readFile(o,"utf-8");s&&(n=s,Ze.log(`Pulled result from ${ze.relative(process.cwd(),o)}`))}catch{Ze.log(`No results file found at ${ze.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function le({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Ze.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ce(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var U=_("runner_claude"),kt="Claude Code",
|
|
11
|
+
`).reduce((r,n)=>{if(!n)return r;let[o,s,,...l]=n,c=l.join(""),i=o.trim(),m=s.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:i,change:m},r},{});return Object.values(t)},Mr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(O("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import jr from"fs/promises";import Yr from"os";import Mt from"path";import Z from"process";import Br from"readline";import ze from"path";import Gr from"fs/promises";var Ze=_("agent-output-utils");async function ae({initialResult:e,agentName:t,hasError:r}){let n="",o=ze.join(process.cwd(),k,se);try{let s=await Gr.readFile(o,"utf-8");s&&(n=s,Ze.log(`Pulled result from ${ze.relative(process.cwd(),o)}`))}catch{Ze.log(`No results file found at ${ze.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function le({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Ze.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ce(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var U=_("runner_claude"),kt="Claude Code",ve="claude-opus-4-5-20251101",Ut=e=>({Task:"Task",Bash:"Run command",Glob:"Find files",Grep:"Search files",LS:"List directory",ExitPlanMode:"Exit planning",Read:"Read file",Edit:"Edit file",MultiEdit:"Edit multiple files",Write:"Coding",NotebookEdit:"Edit notebook",WebFetch:"Fetch webpage",TodoWrite:"Update task list",WebSearch:"Search web",BashOutput:"Get command output",KillBash:"Stop command"})[e]||e,Hr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(U.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(U.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(U.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function Qe({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:s}){let l=e,{accountType:c,prompt:i,modelVersionOverrides:m}=l,{model:p}=l,u="";if(n){let{token:h,url:d}=n;if(!h||!d)throw new Error("No token or url provided from AI Gateway");if(m?.claude){let a=m?.claude?.[c];if(a){if(!await n.isModelAvailableForProvider("anthropic",a))throw new Error(`Model override '${a}' is not available for anthropic provider`);p=a}}else if(p){if(!await n.isModelAvailableForProvider("anthropic",p))throw new Error(`Model '${p}' is not available for anthropic provider`)}else await n.isModelAvailableForProvider("anthropic",ve)?(p=ve,U.log(`Using default model: ${ve}`)):U.log(`Default model ${ve} is not available, proceeding without model specification`);Z.env.ANTHROPIC_API_KEY=h,Z.env.ANTHROPIC_BASE_URL=d}else if(!Z.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],y=[],w={},T=0,f=0,I,x,S=[oe(Z.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...p?["--model",p]:[],...o?["--continue"]:[],...o&&s?["--resume",s]:[],"-p",i],b=`${Z.env.NVM_BIN}/node`;U.log(`Running ${b} ${S.join(" ")}`);let C=t.utils.run(b,S,{all:!0,env:Z.env});C.stdin?.end();let v=ie(()=>{r?.({steps:g,duration:f})},250),R=(h,d)=>{let a={...h,id:T};T+=1,y.push(a),g.push(a),d||v.flush(),v(),d&&v.flush()},D=Br.createInterface({input:C.all});return D.on("error",h=>{U.error("Readline interface error",{error:h.message,stack:h.stack})}),D.on("line",h=>{let d=null;try{d=JSON.parse(h)}catch{U.log("Could not parse line",h)}d?.session_id&&d.session_id!==u&&(u=d.session_id),Array.isArray(d?.message?.content)?d.message.content.forEach(a=>{switch(a.type){case"text":{a.text&&R({message:a.text});break}case"image":{typeof a.source=="object"&&a.source&&a.source.type==="base64"&&a.source.media_type?R({message:``}):U.log(`Unsupported image type ${a.source?.type}`,a.source);break}case"tool_use":{if(a.name==="Task"){let E=a.input?.description&&`\`${a.input.description}\``;R({title:[Ut(a.name),E].filter(Boolean).join(" ")})}else a.id&&(w[a.id]=a);v.flush();break}case"tool_result":{let E=a.tool_use_id?w[a.tool_use_id]:void 0,J;if(E){let q=E.input?.file_path&&Mt.relative(Z.cwd(),E.input.file_path),P=q&&`\`${q}\``;J=[Ut(E.name||""),P].filter(Boolean).join(" ")}let _e=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(E?.name||""),X;if(typeof a.content=="string")X=a.content;else if(Array.isArray(a.content)){let q=[];a.content.forEach(P=>{P?.type==="text"&&typeof P.text=="string"?q.push(P.text):P?.type==="image"&&typeof P.source=="object"&&P.source?P.source.type==="base64"&&P.source.media_type?q.push(``):U.log(`Unsupported image type ${P.source.type}`,P.source):U.log(`Unsupported block type ${P?.type}`)}),X=q.join(`
|
|
12
12
|
|
|
13
|
-
`)}
|
|
13
|
+
`)}_e&&X&&(X=`\`\`\`
|
|
14
14
|
${X.trim()}
|
|
15
|
-
\`\`\``),R({title:J,message:X},!0);break}case"thinking":{a.thinking&&R({title:"Thinking",message:a.thinking},!0);break}default:U.log(`Message content type is not supported ${a.type}`,a)}}):d?.type==="result"&&(f=d.duration_ms||0,d.is_error?x=d.result:I=d.result,[y,g].forEach(a=>{a[a.length-1]?.message===I&&a.pop()}))}),await C.catch(h=>{({error:x,result:I}=Hr({catchError:h,runCmd:C,error:x,result:I,runnerName:"Claude"}))}),D.close(),v.flush(),{steps:y,duration:f,result:await ae({initialResult:I,agentName:kt,hasError:!!x}),error:le({error:x,agentName:kt}),isRetryableError:ce(x),agentSessionId:u}}var Gt=async()=>{let e=Mt.join(Yr.homedir(),".claude");await jr.rm(e,{recursive:!0,force:!0})};import ge from"fs/promises";import Yt from"os";import
|
|
15
|
+
\`\`\``),R({title:J,message:X},!0);break}case"thinking":{a.thinking&&R({title:"Thinking",message:a.thinking},!0);break}default:U.log(`Message content type is not supported ${a.type}`,a)}}):d?.type==="result"&&(f=d.duration_ms||0,d.is_error?x=d.result:I=d.result,[y,g].forEach(a=>{a[a.length-1]?.message===I&&a.pop()}))}),await C.catch(h=>{({error:x,result:I}=Hr({catchError:h,runCmd:C,error:x,result:I,runnerName:"Claude"}))}),D.close(),v.flush(),{steps:y,duration:f,result:await ae({initialResult:I,agentName:kt,hasError:!!x}),error:le({error:x,agentName:kt}),isRetryableError:ce(x),agentSessionId:u}}var Gt=async()=>{let e=Mt.join(Yr.homedir(),".claude");await jr.rm(e,{recursive:!0,force:!0})};import ge from"fs/promises";import Yt from"os";import Ne from"path";import Q from"process";import Wr from"readline";var B=_("runner_codex"),jt="Codex CLI",Kr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(B.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(B.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(B.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function et({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:s,prompt:l,modelVersionOverrides:c}=e,{model:i}=e;if(o){let{token:d,url:a}=o;if(!d||!a)throw new Error("No token or url provided from AI Gateway");if(c?.codex){let E=c?.codex?.[s];if(E){if(!await o.isModelAvailableForProvider("openai",E))throw new Error(`Model override '${E}' is not available for openai provider`);i=E}}else if(i&&!await o.isModelAvailableForProvider("openai",i))throw new Error(`Model '${i}' is not available for openai provider`);Q.env.OPENAI_API_KEY=d,Q.env.OPENAI_BASE_URL=a}else if(!Q.env.OPENAI_API_KEY)throw new Error("OPENAI_API_KEY is not provided");let m=[],p=[],u=[],g={},y=0,w=0,T,f,I=`${Q.env.NVM_BIN}/node`,x=Ne.join(Yt.homedir(),".codex"),S=Ne.join(x,"config.toml"),b=Ne.join(x,"auth.json");try{await ge.mkdir(x,{recursive:!0});let d={OPENAI_API_KEY:Q.env.OPENAI_API_KEY};await ge.writeFile(b,JSON.stringify(d,null,2),"utf-8"),B.log("Created Codex auth.json file");let a="";try{a=await ge.readFile(S,"utf-8")}catch{}a.includes("web_search")||(a.includes("[tools]")?a=a.replace(/\[tools\]/,`[tools]
|
|
16
16
|
web_search = true`):a+=`
|
|
17
17
|
[tools]
|
|
18
18
|
web_search = true
|
|
19
19
|
`,await ge.writeFile(S,a,"utf-8"),B.log("Updated Codex config with web_search enabled"))}catch(d){throw B.warn("Failed to setup Codex config and credentials",{error:d.message}),new Error(`Codex setup failed: ${d.message}`)}let C=[oe(Q.cwd(),"codex"),"exec","--yolo","--json","--config","web_search=true",...i?["--model",i]:[],l].filter(Boolean);B.log(`Running ${I} ${C.join(" ")}`);let v=t.utils.run(I,C,{all:!0,env:{...Q.env}}),R=ie(()=>{r?.({steps:m,duration:w}),n?.({steps:p,duration:w}),p=[]},250),D=(d,a)=>{d.id=y,y+=1,u.push(d),m.push(d),p.push(d),a||R.flush(),R(),a&&R.flush()},h=Wr.createInterface({input:v.all});return h.on("error",d=>{B.error("Readline interface error",{error:d.message,stack:d.stack})}),h.on("line",d=>{let a=null;try{a=JSON.parse(d)}catch{B.log("Could not parse line",d);return}if(a?.duration_ms&&(w=a.duration_ms),a?.type==="item.started"&&a?.item?.type==="command_execution")g[a.item.id]=a.item;else if(a?.type==="item.completed"&&a?.item?.type==="command_execution"){let E=Vr(a.item);E&&D(E,!0)}else if(a?.type==="item.completed"&&a?.item?.type==="reasoning"){let E={title:"Reasoning",message:a.item.text};D(E,!0)}else if(a?.type==="local_shell_call")g[a.call_id]=a;else if(a?.type==="local_shell_call_output"){let E=Jr(g[a.call_id],a);E&&D(E,!0)}else a?.type==="message"&&a.role==="assistant"?T=a.content.map(E=>E.text).join(`
|
|
20
20
|
`):a?.type==="message"&&a.role==="system"&&(f=a.content.map(E=>E.text).join(`
|
|
21
|
-
`))}),await v.catch(d=>{let a=Kr({catchError:d,runCmd:v,error:f,result:T,runnerName:"Codex"});f=a.error,T=a.result}),h.close(),R.flush(),{steps:u,duration:w,result:await ae({initialResult:T,agentName:jt,hasError:!!f}),error:le({error:f,agentName:jt}),isRetryableError:ce(f)}}var Bt=async()=>{let e=
|
|
21
|
+
`))}),await v.catch(d=>{let a=Kr({catchError:d,runCmd:v,error:f,result:T,runnerName:"Codex"});f=a.error,T=a.result}),h.close(),R.flush(),{steps:u,duration:w,result:await ae({initialResult:T,agentName:jt,hasError:!!f}),error:le({error:f,agentName:jt}),isRetryableError:ce(f)}}var Bt=async()=>{let e=Ne.join(Yt.homedir(),".codex");await ge.rm(e,{recursive:!0,force:!0})},qr=new Set(["bash","-lc"]),Vr=e=>{if(!e||e.type!=="command_execution")return null;let t=e.command;t.startsWith("bash -lc ")&&(t=t.replace(/^bash -lc ['"]/,"").replace(/['"]$/,""));let r=`Running \`${t}\``,n=e.aggregated_output?.trim();return n&&(n=`\`\`\`
|
|
22
22
|
${n}
|
|
23
23
|
\`\`\``),e.status==="failed"&&e.exit_code!==0&&(n=n?`${n}
|
|
24
24
|
|
|
25
25
|
*Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:n}},Jr=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(s=>!qr.has(s)),n=r?`Running \`${r.join(" ")}\``:void 0,o;try{o=JSON.parse(t.output).output?.trim(),o&&(o=`\`\`\`
|
|
26
26
|
${o.trim()}
|
|
27
|
-
\`\`\``)}catch(s){B.error("Could not decode outputMsg",s,t.output)}return{title:n,message:o}};import Ae from"fs/promises";import Wt from"os";import Se from"path";import ee from"process";import Xr from"readline";var M=_("runner_gemini"),Ht="Gemini CLI",
|
|
27
|
+
\`\`\``)}catch(s){B.error("Could not decode outputMsg",s,t.output)}return{title:n,message:o}};import Ae from"fs/promises";import Wt from"os";import Se from"path";import ee from"process";import Xr from"readline";var M=_("runner_gemini"),Ht="Gemini CLI",me="",zr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(M.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(M.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(M.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0})),Zr={list_directory:"List",read_file:"Read",write_file:"Write",glob:"Find",search_file_content:"Find",replace:"Edit",run_shell_command:"Run",web_fetch:"Web Fetch",web_search:"Web Search",read_many_files:"Read Many",save_memory:"Memorize"},Qr=async()=>{let e=Se.join(Wt.homedir(),".gemini"),t=Se.join(e,"settings.json");try{await Ae.mkdir(e,{recursive:!0});let r={};try{let n=await Ae.readFile(t,"utf-8");r=JSON.parse(n)}catch{M.log("Creating new Gemini CLI settings file")}r.general||(r.general={}),r.general.previewFeatures||(r.general.previewFeatures=!0),r.model||(r.model={}),r.model.compressionThreshold!==.3&&(r.model.compressionThreshold=.3),await Ae.writeFile(t,JSON.stringify(r,null,2),"utf-8"),M.log("Configured Gemini CLI settings (preview features and compression threshold)")}catch(r){M.error("Failed to ensure Gemini CLI settings",{error:r.message})}};async function tt({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:s,prompt:l,modelVersionOverrides:c}=e,{model:i}=e;if(await Qr(),o){let{token:h,url:d}=o;if(!h||!d)throw new Error("No token or url provided from AI Gateway");if(c?.gemini){let a=c?.gemini?.[s];if(a){if(!await o.isModelAvailableForProvider("gemini",a))throw new Error(`Model override '${a}' is not available for gemini provider`);i=a}}if(!i)!!me&&await o.isModelAvailableForProvider("gemini",me)?(i=me,M.log(`Using default model: ${me}`)):M.log(`Default model ${me} is not available, proceeding without model specification`);else if(i&&!c?.gemini?.[s]&&!await o.isModelAvailableForProvider("gemini",i))throw new Error(`Model '${i}' is not available for gemini provider`);ee.env.GEMINI_API_KEY=h,ee.env.GOOGLE_GEMINI_BASE_URL=d}else if(!ee.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let m=[],p=[],u=[],g={},y=0,w=0,T,f,I=[oe(ee.cwd(),"gemini"),...i?["--model",i]:[],"--yolo","--output-format","stream-json","-p",l],x=`${ee.env.NVM_BIN}/node`;M.log(`Running ${x} ${I.join(" ")}`);let S=t.utils.run(x,I,{all:!0,env:ee.env});S.stdin?.end();let b=ie(()=>{r?.({steps:m,duration:w}),n?.({steps:p,duration:w}),p=[]},250),C=(h,d)=>{h.id=y,y+=1,u.push(h),m.push(h),p.push(h),d||b.flush(),b(),d&&b.flush()},v=Xr.createInterface({input:S.all});v.on("error",h=>{M.error("Readline interface error",{error:h.message,stack:h.stack})});let R="",D=()=>{R&&C({message:R.trim()}),R=""};return v.on("line",h=>{let d=null;try{if(h.startsWith("[API Error")){let a=h.match(/\[api error: (.+?)]$/i)?.[1];d={type:"error",value:Re(a,!1)?.error?.message||a||"Gemini encountered error"}}else d=JSON.parse(h)}catch{return}if(d)switch(["message","result"].includes(d.type)||D(),d.type){case"message":{d.role!=="user"&&d.content&&(R+=d.content);break}case"tool_use":{let a=Zr[d.tool_name]??d.tool_name,E=d.parameters?.file_path,J=E&&Se.relative(ee.cwd(),E),_e=d.parameters?.command,q={title:[a,J&&`\`${J}\``,_e&&`\`${_e}\``].filter(Boolean).join(" ")};g[d.tool_id]=q,b.flush();break}case"tool_result":{let a=g[d.tool_id];a&&(d.output&&(a.message=`\`\`\`
|
|
28
28
|
${d.output.trim()}
|
|
29
29
|
\`\`\``),C(a,!0));break}case"result":{w=d.stats?.duration_ms,d.status==="error"?f=d.error?.message:T=R.trim();break}case"error":{f=d.error;break}case"finished":break;default:{M.warn("Unhandled message type:",d.type);break}}}),await S.catch(h=>{({error:f,result:T}=zr({catchError:h,runCmd:S,error:f,result:T,runnerName:"Gemini"}))}),v.close(),b.flush(),{steps:u,duration:w,result:await ae({initialResult:T,agentName:Ht,hasError:!!f}),error:le({error:f,agentName:Ht}),isRetryableError:ce(f)}}var Kt=async()=>{let e=Se.join(Wt.homedir(),".gemini");await Ae.rm(e,{recursive:!0,force:!0})};var en={codex:{runner:et,clean:Bt},claude:{runner:Qe,clean:Gt},gemini:{runner:tt,clean:Kt}},qt=en;var rn=_("init_stage"),Vt=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:n})=>await N(tn(),"init-stage",async o=>{let s=performance.now();o?.setAttributes({"init.runner":e.runner,"init.id":e.id,"init.sessionId":e.sessionId,"init.hasRepo":e.hasRepo,"init.useGateway":e.useGateway,"init.validateAgent":e.validateAgent,"init.runnerVersion":n||"unknown"});let l=qt[e.runner];if(!l)throw o?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let c=nn({apiToken:r});dt(c);let i=e.useGateway?await _t({netlify:c,config:e}):void 0;o?.setAttributes({"init.aiGateway.created":!!i}),e.validateAgent&&e.errorLogsPath&&o?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let m=At(({steps:y=[],duration:w})=>{let T=y.map(f=>({...f,title:f.title?W(f.title):void 0,message:f.message?W(f.message):void 0}));return y.length=0,H(e.id,e.sessionId,{steps:T,duration:w})},t);rn.info("Adding build files to stage");let p=await Xe();await Ve(p);let u;e.hasRepo?e.sha?(u=e.sha,o?.setAttributes({"init.sha.source":"provided"})):(u=await Lt(),await de(e.id,{sha:u}),o?.setAttributes({"init.sha.source":"current_commit"})):(u=await Dt(),o?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let g=performance.now()-s;return o?.setAttributes({"init.sha":u||"unknown","init.duration.ms":g,"init.status":"success"}),{aiGateway:i,context:c,persistSteps:m,runner:l,sha:u}}),nn=({apiToken:e})=>({constants:{NETLIFY_API_HOST:be.env.NETLIFY_API_HOST||"api.netlify.com",NETLIFY_API_TOKEN:e||be.env.NETLIFY_API_TOKEN,SITE_ID:be.env.SITE_ID,FUNCTIONS_DIST:be.env.FUNCTIONS_DIST||"netlify/functions"},utils:{run:O}});import{getTracer as rt}from"@netlify/otel";import on from"crypto";import V from"fs/promises";import $ from"path";import G from"process";var F=_("context"),sn=e=>{let t=e?.constants||{};return{siteId:t.SITE_ID,accountId:G.env.NETLIFY_TEAM_ID,userId:G.env.NETLIFY_AGENT_RUNNER_USER_ID,siteSlug:G.env.SITE_NAME,apiHost:t.NETLIFY_API_HOST,functionsDir:t.FUNCTIONS_DIST}},an=10,ln=async e=>{let{name:t,ext:r}=$.parse(e),n=e,o=$.join(G.cwd(),k,n),s=0;for(;await cn(o);){if(s>=an)throw new Error("Failed to generate context file");n=`${t}-${on.randomUUID().slice(0,5)}${r}`,o=$.join(G.cwd(),k,n),s+=1}return n},cn=async e=>{try{return await V.access(e),!0}catch{return!1}},un=async()=>{try{F.log("Fetching Netlify features context...");let e=await fetch("https://docs.netlify.com/ai-context/context-consumers",{signal:AbortSignal.timeout(1e4)});if(!e.ok)throw new Error(`Failed to fetch context consumers: ${e.status} ${e.statusText}`);let t=await e.json();if(!t||typeof t!="object"||!Array.isArray(t.consumers))return F.warn("Invalid response structure: missing or invalid consumers array"),null;let r=t.consumers.find(n=>n&&typeof n=="object"&&n.key==="catchall-consumer");return r?!r.contextScopes||typeof r.contextScopes!="object"?(F.warn("Catchall consumer missing or invalid contextScopes"),null):r:(F.warn("Catchall consumer not found in context consumers"),null)}catch(e){return e.name==="AbortError"?F.warn("Netlify features context request timed out"):F.warn("Failed to fetch Netlify features context:",e.message),null}},pn=async(e,t)=>{try{let r=await fetch(e,{signal:AbortSignal.timeout(1e4)});if(!r.ok)throw new Error(`Failed to fetch ${e}: ${r.status} ${r.statusText}`);let n=await r.text();return await V.writeFile(t,n,"utf-8"),!0}catch(r){return r.name==="AbortError"?F.warn(`Download timeout for ${e}`):F.warn(`Failed to download context file ${e}:`,r.message),!1}},Ce=null,dn=async()=>{if(Ce)return Ce;let e=await un();if(!e)return[];let t=$.join(G.cwd(),k,Ye);await V.mkdir(t,{recursive:!0});let r=Object.entries(e.contextScopes).map(async([o,s])=>{if(!s||typeof s!="object"||!s.endpoint||!s.scope)return F.warn(`Invalid scope data for ${o}, skipping...`),null;let l=`${o}.md`,c=$.join(t,l),i=$.join(k,Ye,l);return F.log(`Downloading ${s.scope} context...`),await pn(s.endpoint,c)?(F.log(`Downloaded: ${i}`),{scope:s.scope,path:i,key:o}):null});return Ce=(await Promise.all(r)).filter(o=>o!==null),Ce},Jt=async({cliPath:e,netlify:t,config:r,buildErrorContext:n})=>{let o=sn(t),s=await ln(Rt),l=$.join(G.cwd(),k);await V.mkdir(l,{recursive:!0});let c=$.join(k,s),i=$.join(G.cwd(),c),m=$.join(G.cwd(),k,se);try{await V.unlink(m),F.log(`Deleted old results file: ${m}`)}catch{}let p=n?`You've already made changes to complete the above request. However, the build is currently failing after your changes.
|
|
30
30
|
Your task is to analyze and fix the build errors.
|
|
@@ -136,8 +136,8 @@ Deploy failed failed. Here are the errors to review on the latest build:
|
|
|
136
136
|
Below are all of the logs with potential issues that we extracted. Some of them may be false positives, discern them carefully and ensure fixes are relevant.
|
|
137
137
|
|
|
138
138
|
${e.pop()}
|
|
139
|
-
`;import yn from"process";import{getTracer as nt}from"@netlify/otel";import{getTracer as mn}from"@netlify/otel";var
|
|
140
|
-
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(i){throw
|
|
139
|
+
`;import yn from"process";import{getTracer as nt}from"@netlify/otel";import{getTracer as mn}from"@netlify/otel";var he=_("deploy"),Zt=async e=>await N(mn(),"create-preview-deploy",async t=>hn(e,t)),hn=async({netlify:e,hasRepo:t,skipBuild:r,message:n="Agent Preview",deploySubdomain:o,cliPath:s,filter:l},c)=>{try{let i=["deploy","--message",`"${n}"`,"--json","--draft","--verbose"];t||(he.log("Deploy: Uploading source zip"),i.push("--upload-source-zip")),o&&i.push("--alias",o),l&&i.push("--filter",l),r?(he.log("Deploy: Skipping build"),i.push("--no-build")):i.push("--context","deploy-preview");let m=s||"netlify";he.log(`Running: ${m} ${i.join(" ")}`),c?.setAttributes({cmd:m,args:i});let p=await e.utils.run(m,i,{stdio:["ignore","pipe","pipe"]}),u=JSON.parse(p.stdout.trim());c?.setAttributes({success:!0,deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id}),he.log(`
|
|
140
|
+
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(i){throw he.error("Failed to create preview deploy via CLI:",i),c?.setAttributes({success:!1,error:i.message}),i}};var ye=_("deploy_stage"),ot=async e=>await N(nt(),"run-deploy-stage",async()=>_n(e)),_n=async({cliPath:e,config:t,context:r,result:n,filter:o})=>{let s=await N(nt(),"get-runner-diffs",async()=>await Ot({config:t,netlify:r}));if(ye.info("Resolved git",{hasChanges:s.hasChanges,ignored:s.ignored??[]}),!s.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:l,resultDiff:c,diffBinary:i,resultDiffBinary:m}=s,p=!0;ye.log("Preview deploy condition check:",{resultUndefined:n===void 0,resultType:typeof n,hasChanges:p,wouldCreatePreview:n!==void 0&&p});let u=null;if(n!==void 0&&p)try{let g;try{let y=await N(nt(),"get-runner-session",async()=>await gt(t.id,t.sessionId));y?.title&&(g=y.title)}catch(y){ye.warn("Failed to fetch session title, using fallback message:",y.message)}await H(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),u=await Zt({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:g,skipBuild:!1,deploySubdomain:St(t.id,yn.env.SITE_NAME),filter:o})}catch(g){return ye.warn("Failed to create preview deploy (continuing with agent run):",g),{diff:l,resultDiff:c,hasChanges:p,previewInfo:null,diffBinary:i,resultDiffBinary:m,deployError:g instanceof Error?g.message:String(g)}}return ye.log("Git status",{hasDiff:!!l,hasChanges:p}),{diff:l,resultDiff:c,hasChanges:p,previewInfo:u,diffBinary:i,resultDiffBinary:m}};import{getTracer as Le}from"@netlify/otel";async function Qt(e,t){let{maxRetries:r,baseDelay:n,onRetry:o}=t,s;for(let l=1;l<=r;l++)try{return await e()}catch(c){if(s=c,l===r)throw s;o&&o(l,s),await new Promise(i=>setTimeout(i,n*l))}throw s}var Fe=class{scanDiffForForms(t){let r=[],n=null,o=[],s=t.split(`
|
|
141
141
|
`);for(let l of s)if(l.startsWith("diff --git")){if(n&&o.length>0){let i=this.containsNetlifyForm(o,n);i&&r.push(i)}let c=l.split(" ");n=c[c.length-1].replace(/^b\//,""),o=[]}else l.startsWith("+")&&!l.startsWith("+++")&&o.push(l.slice(1));if(n&&o.length>0){let l=this.containsNetlifyForm(o,n);l&&r.push(l)}return{detected:r.length>0,matches:r}}containsNetlifyForm(t,r){let n=t.join(`
|
|
142
|
-
`),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:s,name:l}of o){let c=n.match(s);if(c){let i=c.index||0,m=Math.max(0,i-20),p=Math.min(n.length,i+c[0].length+20),u=n.slice(m,p).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${l}] ${u}`}}}return null}};var A=_("cleanup_stage"),er=async e=>await N(Le(),"cleanup-stage",async()=>En(e)),st=1024*1024*10,En=async({config:e,diff:t,result:r,duration:n,resultDiff:o,diffBinary:s,resultDiffBinary:l,previewInfo:c})=>{let i={result:r||"Done",duration:n};c&&c.deployId&&(i.deploy_id=c.deployId),c&&c.sourceZipFilename&&(i.result_zip_file_name=c.sourceZipFilename);let m=t||s||o||l;if(m){let p=new Fe,u=t||s||"",g=p.scanDiffForForms(u);g.detected?(A.log("Detected Netlify form(s) in diff:"),g.matches.forEach(({file:y,snippet:w})=>{A.log(` - ${y}: ${w}`)}),i.has_netlify_form=!0):A.log("Did not detect Netlify form(s) in diff"),A.log("Did not detect Netlify form(s) in diff")}if(m)try{A.log("Getting pre-signed URLs for diff upload");let p=await ht(e.id,e.sessionId),u=[];(t||s)&&u.push(Ue(p.result.upload_url,s||t).then(()=>{i.result_diff_s3_key=p.result.s3_key,A.log("Successfully uploaded result_diff to S3")})),(o||l)&&u.push(Ue(p.cumulative.upload_url,l||o).then(()=>{i.cumulative_diff_s3_key=p.cumulative.s3_key,A.log("Successfully uploaded cumulative_diff to S3")})),A.log(`Uploading ${u.length} diff(s) to S3 in parallel`),await Promise.all(u),(o||l)&&(A.log("Updating agent runner with cumulative diff S3 key"),await N(Le(),"update-runner",async()=>{await de(e.id,{result_diff_s3_key:p.cumulative.s3_key})}))}catch(p){A.error("S3 upload failed, falling back to inline diffs:",p);let u=Buffer.byteLength(t||s||""),g=Buffer.byteLength(l||o||"");if(u>st||g>st){let y=`Diffs exceed maximum inline size of ${st} bytes.`;throw A.error(y),new Error(y)}i.result_diff=t,i.result_diff_binary=s,(o||l)&&(i.cumulative_diff=o,i.cumulative_diff_binary=l,A.log("Updating agent runner with inline diffs (fallback)"),await N(Le(),"update-runner",async()=>{await de(e.id,{result_diff:o,result_diff_binary:l})}))}else A.log("No diffs to upload");return A.log("Updated agent runner with result"),await Qt(async()=>await N(Le(),"update-runner-session",()=>H(e.id,e.sessionId,i)),{maxRetries:3,baseDelay:1e3,onRetry:(p,u)=>{A.error(`Error updating agent runner session (attempt ${p}):`,u),A.log("Retrying...")}}),A.log("Finished updating agent runner with result"),{sessionUpdate:i}};import{getTracer as tr,shutdownTracers as Tn,withActiveSpan as rr}from"@netlify/otel";var In=wn(import.meta.url),nr=In("../package.json"),or=_("pipeline_index"),De=3,sr=async({config:e,apiToken:t,cliPath:r="netlify",cwd:n,errorLogsPath:o,filter:s,tracing:l={}})=>{let c,{withStageTimer:i}=wt(z.timeUnits.hours(4)),m=await ut(nr.version,e.id,l);try{await rr(tr(),"run-pipeline",{},m,async()=>{let p,{aiGateway:u,context:g,persistSteps:y,runner:w,sha:T}=await i("init",()=>Vt({config:e,apiToken:t,cliPath:r,cwd:n,errorLogsPath:o,filter:s,runnerVersion:nr.version}),z.timeUnits.minutes(10));c=w.clean,e.sha=T;let{runnerResult:f}=await i("inference",()=>Oe({cliPath:r,config:e,context:g,runner:w.runner,persistSteps:y,aiGateway:u}));await H(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let I=await i("deploy",()=>ot({cliPath:r,config:e,context:g,result:f.result,filter:s})),x=f,S=[];if(I.hasChanges&&I.deployError){S.push(pt(I.deployError));let h=1;for(;h<=De&&!I.previewInfo;)or.log(`Deploy attempt had errors. Retrying. ${h}/${De}`),await rr(tr(),"deploy-stage",async d=>{d?.setAttributes({"stage.attempt":h});let{runnerResult:a}=await i(`inference-retry-${h}`,()=>Oe({cliPath:r,config:e,context:g,runner:w.runner,persistSteps:y,aiGateway:u,buildErrors:S,priorAgentSessionId:f.agentSessionId}));x={...a,steps:[...x.steps||[],...a.steps||[]],duration:(x.duration||0)+(a.duration||0)},I=await i(`deploy-retry-${h}`,()=>ot({cliPath:r,config:e,context:g,result:a.result,filter:s})),I.deployError&&S.push(I.deployError),h++});h>De&&!I.previewInfo&&(p=new Error(`Deploy validation failed after ${De} attempts`))}let{diff:b,resultDiff:C,previewInfo:v,diffBinary:R,resultDiffBinary:D}=I;if(await i("cleanup",()=>er({config:e,diff:b,result:x.result,duration:x.duration,resultDiff:C,diffBinary:R,resultDiffBinary:D,previewInfo:v}),z.timeUnits.minutes(10)),p)throw p;process.env.NETLIFY_LOCAL_MODE||(await c?.(),await $t())})}catch(p){or.error("Got error while running pipeline",p),await c?.();let u=p instanceof Error&&p.message;throw await H(e.id,e.sessionId,{result:u||"Encountered error when running agent",state:"error"}),p}finally{await Tn()}};import L from"process";var Rn="claude",vn=e=>(e??[]).filter(t=>t.request&&t.response),Nn=e=>(e??[]).filter(t=>t.site_context),ir=_("config"),ar=()=>{let e=L.env.NETLIFY_AGENT_RUNNER_ID,t=L.env.NETLIFY_AGENT_RUNNER_SESSION_ID;if(!e||!t)throw new Error("ID of agent runner is not provided");let r=L.env.NETLIFY_AGENT_RUNNER_RESULT_BRANCH,n=L.env.NETLIFY_AGENT_RUNNER_PROMPT;if(!n)throw new Error("Prompt is not provided");let o=L.env.NETLIFY_AGENT_RUNNER_AGENT||Rn,s=L.env.NETLIFY_AGENT_RUNNER_MODEL,l=L.env.NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED==="1",c=L.env.NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED==="1",i=L.env.ERROR_LOGS_PATH,m=
|
|
142
|
+
`),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:s,name:l}of o){let c=n.match(s);if(c){let i=c.index||0,m=Math.max(0,i-20),p=Math.min(n.length,i+c[0].length+20),u=n.slice(m,p).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${l}] ${u}`}}}return null}};var A=_("cleanup_stage"),er=async e=>await N(Le(),"cleanup-stage",async()=>En(e)),st=1024*1024*10,En=async({config:e,diff:t,result:r,duration:n,resultDiff:o,diffBinary:s,resultDiffBinary:l,previewInfo:c})=>{let i={result:r||"Done",duration:n};c&&c.deployId&&(i.deploy_id=c.deployId),c&&c.sourceZipFilename&&(i.result_zip_file_name=c.sourceZipFilename);let m=t||s||o||l;if(m){let p=new Fe,u=t||s||"",g=p.scanDiffForForms(u);g.detected?(A.log("Detected Netlify form(s) in diff:"),g.matches.forEach(({file:y,snippet:w})=>{A.log(` - ${y}: ${w}`)}),i.has_netlify_form=!0):A.log("Did not detect Netlify form(s) in diff"),A.log("Did not detect Netlify form(s) in diff")}if(m)try{A.log("Getting pre-signed URLs for diff upload");let p=await ht(e.id,e.sessionId),u=[];(t||s)&&u.push(Ue(p.result.upload_url,s||t).then(()=>{i.result_diff_s3_key=p.result.s3_key,A.log("Successfully uploaded result_diff to S3")})),(o||l)&&u.push(Ue(p.cumulative.upload_url,l||o).then(()=>{i.cumulative_diff_s3_key=p.cumulative.s3_key,A.log("Successfully uploaded cumulative_diff to S3")})),A.log(`Uploading ${u.length} diff(s) to S3 in parallel`),await Promise.all(u),(o||l)&&(A.log("Updating agent runner with cumulative diff S3 key"),await N(Le(),"update-runner",async()=>{await de(e.id,{result_diff_s3_key:p.cumulative.s3_key})}))}catch(p){A.error("S3 upload failed, falling back to inline diffs:",p);let u=Buffer.byteLength(t||s||""),g=Buffer.byteLength(l||o||"");if(u>st||g>st){let y=`Diffs exceed maximum inline size of ${st} bytes.`;throw A.error(y),new Error(y)}i.result_diff=t,i.result_diff_binary=s,(o||l)&&(i.cumulative_diff=o,i.cumulative_diff_binary=l,A.log("Updating agent runner with inline diffs (fallback)"),await N(Le(),"update-runner",async()=>{await de(e.id,{result_diff:o,result_diff_binary:l})}))}else A.log("No diffs to upload");return A.log("Updated agent runner with result"),await Qt(async()=>await N(Le(),"update-runner-session",()=>H(e.id,e.sessionId,i)),{maxRetries:3,baseDelay:1e3,onRetry:(p,u)=>{A.error(`Error updating agent runner session (attempt ${p}):`,u),A.log("Retrying...")}}),A.log("Finished updating agent runner with result"),{sessionUpdate:i}};import{getTracer as tr,shutdownTracers as Tn,withActiveSpan as rr}from"@netlify/otel";var In=wn(import.meta.url),nr=In("../package.json"),or=_("pipeline_index"),De=3,sr=async({config:e,apiToken:t,cliPath:r="netlify",cwd:n,errorLogsPath:o,filter:s,tracing:l={}})=>{let c,{withStageTimer:i}=wt(z.timeUnits.hours(4)),m=await ut(nr.version,e.id,l);try{await rr(tr(),"run-pipeline",{},m,async()=>{let p,{aiGateway:u,context:g,persistSteps:y,runner:w,sha:T}=await i("init",()=>Vt({config:e,apiToken:t,cliPath:r,cwd:n,errorLogsPath:o,filter:s,runnerVersion:nr.version}),z.timeUnits.minutes(10));c=w.clean,e.sha=T;let{runnerResult:f}=await i("inference",()=>Oe({cliPath:r,config:e,context:g,runner:w.runner,persistSteps:y,aiGateway:u}));await H(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let I=await i("deploy",()=>ot({cliPath:r,config:e,context:g,result:f.result,filter:s})),x=f,S=[];if(I.hasChanges&&I.deployError){S.push(pt(I.deployError));let h=1;for(;h<=De&&!I.previewInfo;)or.log(`Deploy attempt had errors. Retrying. ${h}/${De}`),await rr(tr(),"deploy-stage",async d=>{d?.setAttributes({"stage.attempt":h});let{runnerResult:a}=await i(`inference-retry-${h}`,()=>Oe({cliPath:r,config:e,context:g,runner:w.runner,persistSteps:y,aiGateway:u,buildErrors:S,priorAgentSessionId:f.agentSessionId}));x={...a,steps:[...x.steps||[],...a.steps||[]],duration:(x.duration||0)+(a.duration||0)},I=await i(`deploy-retry-${h}`,()=>ot({cliPath:r,config:e,context:g,result:a.result,filter:s})),I.deployError&&S.push(I.deployError),h++});h>De&&!I.previewInfo&&(p=new Error(`Deploy validation failed after ${De} attempts`))}let{diff:b,resultDiff:C,previewInfo:v,diffBinary:R,resultDiffBinary:D}=I;if(await i("cleanup",()=>er({config:e,diff:b,result:x.result,duration:x.duration,resultDiff:C,diffBinary:R,resultDiffBinary:D,previewInfo:v}),z.timeUnits.minutes(10)),p)throw p;process.env.NETLIFY_LOCAL_MODE||(await c?.(),await $t())})}catch(p){or.error("Got error while running pipeline",p),await c?.();let u=p instanceof Error&&p.message;throw await H(e.id,e.sessionId,{result:u||"Encountered error when running agent",state:"error"}),p}finally{await Tn()}};import L from"process";var Rn="claude",vn=e=>(e??[]).filter(t=>t.request&&t.response),Nn=e=>(e??[]).filter(t=>t.site_context),ir=_("config"),ar=()=>{let e=L.env.NETLIFY_AGENT_RUNNER_ID,t=L.env.NETLIFY_AGENT_RUNNER_SESSION_ID;if(!e||!t)throw new Error("ID of agent runner is not provided");let r=L.env.NETLIFY_AGENT_RUNNER_RESULT_BRANCH,n=L.env.NETLIFY_AGENT_RUNNER_PROMPT;if(!n)throw new Error("Prompt is not provided");let o=L.env.NETLIFY_AGENT_RUNNER_AGENT||Rn,s=L.env.NETLIFY_AGENT_RUNNER_MODEL,l=L.env.NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED==="1",c=L.env.NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED==="1",i=L.env.ERROR_LOGS_PATH,m=Re(L.env.NETLIFY_AGENT_RUNNER_CONTEXT,!0,ir),p=vn(m),u=Nn(m),g=L.env.NETLIFY_AGENT_RUNNER_HAS_REPO!=="0",y=!L.env.NETLIFY_FF_AGENT_RUNNER_BYOK_ENABLED,w=L.env.NETLIFY_AGENT_RUNNER_SHA,T=An(),f=bt(),I={id:e,sessionId:t,resultBranch:r,prompt:n,runner:o,model:s,validateAgent:l,errorLogsPath:i,sessionHistoryContext:p,siteContext:u,hasRepo:g,useGateway:y,sha:w,accountType:T,validateAgentWithBuild:c,modelVersionOverrides:f};return ir.log({fullConfig:I}),I},An=()=>{let e=L.env.NETLIFY_TEAM_TYPE;return e?e.includes("personal")?We:e.includes("pro")?"pro":e.startsWith("enterprise")?Ke:e.startsWith("free")?qe:He:He};var lr=_("bin_cmd"),te=Sn(it.argv.slice(2),{string:["auth","cwd","cli-path","error-logs-path","filter","trace-exporter-url","traceparent"]});try{let e=ar();await sr({config:e,apiToken:te.auth,cwd:te.cwd,cliPath:te["cli-path"],errorLogsPath:te["error-logs-path"],filter:te.filter,tracing:{exporterUrl:te["trace-exporter-url"],traceparent:te.traceparent}}),lr.info("Finished agent"),it.exit(0)}catch(e){lr.error("Error running agent pipeline:",e),it.exit(1)}
|
|
143
143
|
//# sourceMappingURL=bin.js.map
|
package/dist/index.js
CHANGED
|
@@ -4,26 +4,26 @@ import{createRequire as sn}from"module";import{createTracerProvider as Jt}from"@
|
|
|
4
4
|
${l}
|
|
5
5
|
</extracted_error_chunk>`).join(`
|
|
6
6
|
|
|
7
|
-
`);return s.length>e.length*.8?e:s}import Se from"process";import{getTracer as Gr}from"@netlify/otel";import le from"process";var he=le.env.NETLIFY_API_URL,ye=le.env.NETLIFY_API_TOKEN,j=_("api"),_e=()=>le.env.NETLIFY_LOCAL_MODE==="true",ce=async(e,t={})=>{if(!he||!ye)throw new Error("No API URL or token");let r=new URL(e,he),n={...t,headers:{...t.headers,Authorization:`Bearer ${ye}`}};le.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),s=o.ok&&o.status<=299;if(le.env.AGENT_RUNNERS_DEBUG==="true")j.log(`Response headers for ${r}:`),o.headers.forEach((c,i)=>{j.log(` ${i}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");j.log(`Request ID for ${r}: ${c||"N/A"}`)}if(s||j.error(`Got status ${o.status} for request ${r}`),t.raw){if(!s)throw o;return o}let l=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!s)throw l;return l},ot=e=>{j.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(he=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(ye=e.constants.NETLIFY_API_TOKEN)},st=()=>({apiUrl:he,token:ye}),ue=async(e,t)=>_e()?(j.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):ce(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),B=async(e,t,r)=>_e()?(j.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):ce(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var it=async(e,t)=>_e()?(j.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):ce(`/api/v1/agent_runners/${e}/sessions/${t}`),at=(e,t,r)=>ce(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),lt=async(e,t)=>_e()?(j.log("Mock API: getDiffUploadUrls called",{runnerId:e,sessionId:t}),{result:{upload_url:"https://s3.mock.com/mock-upload-url-result",s3_key:"mock-s3-key-result"},cumulative:{upload_url:"https://s3.mock.com/mock-upload-url-cumulative",s3_key:"mock-s3-key-cumulative"}}):ce(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),ke=async(e,t)=>{j.log(`Uploading diff to S3: ${e.substring(0,50)}...`);let r=await fetch(e,{method:"PUT",body:t,headers:{"Content-Type":"text/plain"}});if(!r.ok)throw new Error(`S3 upload failed with status ${r.status}`);return r};var ee=_("ai_gateway"),De=null;var ct=async()=>{if(De)return De;ee.log("Fetching available AI gateway providers");let e=await fetch(`${st().apiUrl}/api/v1/ai-gateway/providers`);if(!e.ok)throw new Error(`Failed to fetch AI gateway providers: ${e.statusText}`);let t=await e.json();return De=t,ee.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},tr=async(e,t)=>{let n=(await ct()).providers[e];if(!n)return ee.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return ee.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},ut=async({netlify:e,config:t})=>{let r,n,o,s,l=e.constants?.SITE_ID;if(!l)throw new Error("No site id");let c=async()=>{clearTimeout(o),ee.log("Requesting AI gateway information");let i=await at(l,t.id,t.sessionId);if({token:r,url:s}=i,n=i.expires_at?i.expires_at*1e3:void 0,ee.log("Got AI gateway information",{token:!!r,expiresAt:n,url:s}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),ct()]),{get url(){return s},get token(){return r},isModelAvailableForProvider:tr}};import G from"process";import K from"path";import Ee from"fs";import{fileURLToPath as lr}from"url";import{createRequire as cr}from"module";import{execa as ur,execaCommand as Dn}from"execa";import{Transform as rr}from"stream";var nr=new Set(["NODE_ENV","PATH","HOME","USER","USERNAME","SHELL","PWD","OLDPWD","TMPDIR","TMP","TEMP","LANG","TERM","EDITOR","PAGER","OS","PROCESSOR_ARCHITECTURE","PROCESSOR_IDENTIFIER","SYSTEMROOT","WINDIR","PROGRAMFILES","PROGRAMFILES(X86)","PROGRAMDATA","APPDATA","LOCALAPPDATA","NODE_OPTIONS","NODE_PATH","NODE_DEBUG","NODE_NO_WARNINGS","npm_config_registry","npm_config_cache","npm_execpath","npm_node_execpath","CI","GITHUB_ACTIONS","GITHUB_WORKSPACE","GITHUB_REPOSITORY","GITHUB_REF","BUILDKITE","BUILDKITE_BRANCH","BUILDKITE_COMMIT","BUILDKITE_BUILD_NUMBER","JENKINS_URL","TRAVIS","CIRCLECI","DISPLAY","COLORTERM","TERM_PROGRAM","TERM_PROGRAM_VERSION","COLUMNS","LINES","HISTSIZE","HISTFILE","NETLIFY_AGENT_RUNNER_ID","NETLIFY_AGENT_RUNNER_SESSION_ID","NETLIFY_AGENT_RUNNER_PROMPT","NETLIFY_AGENT_RUNNER_AGENT","NETLIFY_AGENT_RUNNER_MODEL","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED","ERROR_LOGS_PATH","NETLIFY_AGENT_RUNNER_CONTEXT","NETLIFY_AGENT_RUNNER_HAS_REPO","NETLIFY_FF_AGENT_RUNNER_BYOK_ENABLED","NETLIFY_AGENT_RUNNER_SHA","NETLIFY_TEAM_TYPE","AGENT_RUNNERS_DEBUG","NETLIFY_TEAM_ID","NETLIFY_AGENT_RUNNER_USER_ID","SITE_NAME"]),or=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function sr(){return Object.entries(process.env).filter(([e,t])=>!(!t||nr.has(e)||or.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function H(e){if(typeof e!="string")return e;let t=sr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(ir(n),"g");r=r.replace(o,"******")}),r}function ir(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var te=class extends rr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),s=H(o);n(null,s)}};function dt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,s){let l=typeof n=="string"?H(n):n;return typeof o=="function"?t(l,o):t(l,o,s)},process.stderr.write=function(n,o,s){let l=typeof n=="string"?H(n):n;return typeof o=="function"?r(l,o):r(l,o,s)}}var de=null,pt=e=>(de&&de.destroy(),de=new X({totalAllowedTime:e}),de),ft=()=>de;var X=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),s=null,l=null;n!==void 0&&(l=new Promise((c,i)=>{s=setTimeout(()=>{i(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return l?await Promise.race([r(),l]):await r()}finally{o(),s&&clearTimeout(s)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var gt={name:"@netlify/agent-runner-cli",type:"module",version:"1.55.2-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.42","@google/gemini-cli":"0.16.0","@netlify/otel":"^5.0.0","@openai/codex":"0.55.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var dr=lr(import.meta.url),pr=K.dirname(dr),fr=cr(import.meta.url),we=_("shell"),Le=new Set,gr={preferLocal:!0},F=(e,t,r)=>{let[n,o]=mr(t,r),s={...gr,...o},l=ur(e,n,s);return hr(l,s),_r(l),l};var mr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},hr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(G.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new te).pipe(G.stdout),e.stdout?.pipe(new te).pipe(G.stdout),e.stderr?.pipe(new te).pipe(G.stderr);return}e.stdout?.pipe(G.stdout),e.stderr?.pipe(G.stderr)},mt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(G.kill(-e.pid,t),we.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return we.error("Error killing process:",r),!1}},yr=e=>mt(e,"SIGKILL"),_r=e=>{Le.add(e);let t=ft();if(t){let r=t.onTimesUp(()=>{we.log(`Global timer expired, killing process ${e.pid}`),mt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(we.log(`Force killing process ${e.pid} after timeout`),yr(e))},5e3)});e.on("exit",()=>{Le.delete(e),r()}),e.on("error",()=>{Le.delete(e),r()})}};function re(e,t){if(!G.env.NETLIFY_LOCAL_MODE)try{let o=fr.resolve(gt.name),s=K.dirname(o);for(;s!==K.dirname(s);){let l=K.dirname(s);if(K.basename(l)==="node_modules"){let c=K.join(l,".bin",t);if(Ee.existsSync(c))return c;break}s=l}}catch(o){console.error("Could not resolve package.json",o)}if(G.env.NODE_PATH){let o=K.join(G.env.NODE_PATH,".bin",t);if(Ee.existsSync(o))return o}let r=K.join(e,"node_modules",".bin",t);if(Ee.existsSync(r))return r;let n=K.join(pr,"..","node_modules",".bin",t);if(Ee.existsSync(n))return n}var ht="netlify-agent-runner-context.md",Ue="task-history",Me="netlify-context",D=".netlify",ne="results.md",je="assets";var Er=_("utils"),wr=e=>new Promise(t=>{setTimeout(t,e)}),yt=(e,t=3e3)=>{let r=!1,n=null,o=[],s=null,l=(...c)=>{if(r)return n=c,new Promise(p=>{o.push(p)});r=!0;let i,m=new Promise(p=>{i=p});return s=(async()=>{await Promise.resolve();let p=await e(...c);for(i(p);;){if(await wr(t),!n)return r=!1,s=null,p;let u=n,g=o;n=null,o=[],p=await e(...u),g.forEach(y=>{y(p)})}})(),m};return l.flush=async()=>{if((r||n)&&s)return await s,l.flush()},l},oe=(e,t,r=!1)=>{let n=null,o=null,s=null,l=function(...c){o=c,s=this;let i=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(s,o),o=null,s=null)},t),i&&(e.apply(s,o),o=null,s=null)};return l.cancel=()=>{clearTimeout(n),n=null,o=null,s=null},l.flush=()=>{if(n){clearTimeout(n);let c=o,i=s;n=null,o=null,s=null,e.apply(i,c)}},l},_t=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Er.error("Could not parse JSON",n))}},Et=(e,t)=>{let o=".netlify.app",s="agent-";if(!t)return`${s}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let i=60-c.length;if(i<=0)return"";if(i>=s.length+6){let m=Math.min(i-s.length,e.length);return`${s}${e.slice(0,m)}`}return e.slice(0,i)};import{Buffer as wt}from"buffer";import xr from"path";var xt=_("repo"),Tt=async({config:e})=>{xt.info("Getting runner diffs");let t=await Ir(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=vr(n);await Rr(o),xt.info("Changes after processing"),await Ye();let s=await Be(n);await Ge(s);let l={stdio:["ignore","pipe","pipe"]},i=(await F("git",["diff","--staged"],l)).stdout;if(r=!!i,!r)return{hasChanges:!1,ignored:s};let p=(await F("git",["diff","--staged","--binary"],l)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await F("git",["commit","-m","Agent runner"]),u=(await F("git",["diff",e.sha,"HEAD"],l)).stdout;let f=(await F("git",["diff",e.sha,"HEAD","--binary"],l)).stdout;u!==f&&(g=wt.from(f).toString("base64"))}let y={hasChanges:!0,diff:i,resultDiff:u,ignored:s};return i!==p&&(y.diffBinary=wt.from(p).toString("base64")),g&&(y.resultDiffBinary=g),y},Ge=async(e=[])=>{await F("git",["add",".",...e])},Ye=async()=>(await F("git",["status","-s"])).stdout,It=/.. (.+)?\.log$/,Tr=[It],Ir=async()=>{let e=await Ye();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
7
|
+
`);return s.length>e.length*.8?e:s}import Se from"process";import{getTracer as Gr}from"@netlify/otel";import le from"process";var ye=le.env.NETLIFY_API_URL,_e=le.env.NETLIFY_API_TOKEN,j=_("api"),Ee=()=>le.env.NETLIFY_LOCAL_MODE==="true",ce=async(e,t={})=>{if(!ye||!_e)throw new Error("No API URL or token");let r=new URL(e,ye),n={...t,headers:{...t.headers,Authorization:`Bearer ${_e}`}};le.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),s=o.ok&&o.status<=299;if(le.env.AGENT_RUNNERS_DEBUG==="true")j.log(`Response headers for ${r}:`),o.headers.forEach((c,i)=>{j.log(` ${i}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");j.log(`Request ID for ${r}: ${c||"N/A"}`)}if(s||j.error(`Got status ${o.status} for request ${r}`),t.raw){if(!s)throw o;return o}let l=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!s)throw l;return l},ot=e=>{j.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(ye=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(_e=e.constants.NETLIFY_API_TOKEN)},st=()=>({apiUrl:ye,token:_e}),ue=async(e,t)=>Ee()?(j.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):ce(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),B=async(e,t,r)=>Ee()?(j.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):ce(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var it=async(e,t)=>Ee()?(j.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):ce(`/api/v1/agent_runners/${e}/sessions/${t}`),at=(e,t,r)=>ce(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),lt=async(e,t)=>Ee()?(j.log("Mock API: getDiffUploadUrls called",{runnerId:e,sessionId:t}),{result:{upload_url:"https://s3.mock.com/mock-upload-url-result",s3_key:"mock-s3-key-result"},cumulative:{upload_url:"https://s3.mock.com/mock-upload-url-cumulative",s3_key:"mock-s3-key-cumulative"}}):ce(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),ke=async(e,t)=>{j.log(`Uploading diff to S3: ${e.substring(0,50)}...`);let r=await fetch(e,{method:"PUT",body:t,headers:{"Content-Type":"text/plain"}});if(!r.ok)throw new Error(`S3 upload failed with status ${r.status}`);return r};var ee=_("ai_gateway"),De=null;var ct=async()=>{if(De)return De;ee.log("Fetching available AI gateway providers");let e=await fetch(`${st().apiUrl}/api/v1/ai-gateway/providers`);if(!e.ok)throw new Error(`Failed to fetch AI gateway providers: ${e.statusText}`);let t=await e.json();return De=t,ee.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},tr=async(e,t)=>{let n=(await ct()).providers[e];if(!n)return ee.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return ee.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},ut=async({netlify:e,config:t})=>{let r,n,o,s,l=e.constants?.SITE_ID;if(!l)throw new Error("No site id");let c=async()=>{clearTimeout(o),ee.log("Requesting AI gateway information");let i=await at(l,t.id,t.sessionId);if({token:r,url:s}=i,n=i.expires_at?i.expires_at*1e3:void 0,ee.log("Got AI gateway information",{token:!!r,expiresAt:n,url:s}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),ct()]),{get url(){return s},get token(){return r},isModelAvailableForProvider:tr}};import G from"process";import K from"path";import we from"fs";import{fileURLToPath as lr}from"url";import{createRequire as cr}from"module";import{execa as ur,execaCommand as Dn}from"execa";import{Transform as rr}from"stream";var nr=new Set(["NODE_ENV","PATH","HOME","USER","USERNAME","SHELL","PWD","OLDPWD","TMPDIR","TMP","TEMP","LANG","TERM","EDITOR","PAGER","OS","PROCESSOR_ARCHITECTURE","PROCESSOR_IDENTIFIER","SYSTEMROOT","WINDIR","PROGRAMFILES","PROGRAMFILES(X86)","PROGRAMDATA","APPDATA","LOCALAPPDATA","NODE_OPTIONS","NODE_PATH","NODE_DEBUG","NODE_NO_WARNINGS","npm_config_registry","npm_config_cache","npm_execpath","npm_node_execpath","CI","GITHUB_ACTIONS","GITHUB_WORKSPACE","GITHUB_REPOSITORY","GITHUB_REF","BUILDKITE","BUILDKITE_BRANCH","BUILDKITE_COMMIT","BUILDKITE_BUILD_NUMBER","JENKINS_URL","TRAVIS","CIRCLECI","DISPLAY","COLORTERM","TERM_PROGRAM","TERM_PROGRAM_VERSION","COLUMNS","LINES","HISTSIZE","HISTFILE","NETLIFY_AGENT_RUNNER_ID","NETLIFY_AGENT_RUNNER_SESSION_ID","NETLIFY_AGENT_RUNNER_PROMPT","NETLIFY_AGENT_RUNNER_AGENT","NETLIFY_AGENT_RUNNER_MODEL","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED","ERROR_LOGS_PATH","NETLIFY_AGENT_RUNNER_CONTEXT","NETLIFY_AGENT_RUNNER_HAS_REPO","NETLIFY_FF_AGENT_RUNNER_BYOK_ENABLED","NETLIFY_AGENT_RUNNER_SHA","NETLIFY_TEAM_TYPE","AGENT_RUNNERS_DEBUG","NETLIFY_TEAM_ID","NETLIFY_AGENT_RUNNER_USER_ID","SITE_NAME"]),or=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function sr(){return Object.entries(process.env).filter(([e,t])=>!(!t||nr.has(e)||or.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function H(e){if(typeof e!="string")return e;let t=sr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(ir(n),"g");r=r.replace(o,"******")}),r}function ir(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var te=class extends rr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),s=H(o);n(null,s)}};function dt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,s){let l=typeof n=="string"?H(n):n;return typeof o=="function"?t(l,o):t(l,o,s)},process.stderr.write=function(n,o,s){let l=typeof n=="string"?H(n):n;return typeof o=="function"?r(l,o):r(l,o,s)}}var de=null,pt=e=>(de&&de.destroy(),de=new X({totalAllowedTime:e}),de),ft=()=>de;var X=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),s=null,l=null;n!==void 0&&(l=new Promise((c,i)=>{s=setTimeout(()=>{i(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return l?await Promise.race([r(),l]):await r()}finally{o(),s&&clearTimeout(s)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var gt={name:"@netlify/agent-runner-cli",type:"module",version:"1.57.0",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.51","@google/gemini-cli":"0.16.0","@netlify/otel":"^5.0.0","@openai/codex":"0.55.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var dr=lr(import.meta.url),pr=K.dirname(dr),fr=cr(import.meta.url),xe=_("shell"),Le=new Set,gr={preferLocal:!0},F=(e,t,r)=>{let[n,o]=mr(t,r),s={...gr,...o},l=ur(e,n,s);return hr(l,s),_r(l),l};var mr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},hr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(G.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new te).pipe(G.stdout),e.stdout?.pipe(new te).pipe(G.stdout),e.stderr?.pipe(new te).pipe(G.stderr);return}e.stdout?.pipe(G.stdout),e.stderr?.pipe(G.stderr)},mt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(G.kill(-e.pid,t),xe.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return xe.error("Error killing process:",r),!1}},yr=e=>mt(e,"SIGKILL"),_r=e=>{Le.add(e);let t=ft();if(t){let r=t.onTimesUp(()=>{xe.log(`Global timer expired, killing process ${e.pid}`),mt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(xe.log(`Force killing process ${e.pid} after timeout`),yr(e))},5e3)});e.on("exit",()=>{Le.delete(e),r()}),e.on("error",()=>{Le.delete(e),r()})}};function re(e,t){if(!G.env.NETLIFY_LOCAL_MODE)try{let o=fr.resolve(gt.name),s=K.dirname(o);for(;s!==K.dirname(s);){let l=K.dirname(s);if(K.basename(l)==="node_modules"){let c=K.join(l,".bin",t);if(we.existsSync(c))return c;break}s=l}}catch(o){console.error("Could not resolve package.json",o)}if(G.env.NODE_PATH){let o=K.join(G.env.NODE_PATH,".bin",t);if(we.existsSync(o))return o}let r=K.join(e,"node_modules",".bin",t);if(we.existsSync(r))return r;let n=K.join(pr,"..","node_modules",".bin",t);if(we.existsSync(n))return n}var ht="netlify-agent-runner-context.md",Ue="task-history",Me="netlify-context",D=".netlify",ne="results.md",je="assets";var Er=_("utils"),wr=e=>new Promise(t=>{setTimeout(t,e)}),yt=(e,t=3e3)=>{let r=!1,n=null,o=[],s=null,l=(...c)=>{if(r)return n=c,new Promise(p=>{o.push(p)});r=!0;let i,m=new Promise(p=>{i=p});return s=(async()=>{await Promise.resolve();let p=await e(...c);for(i(p);;){if(await wr(t),!n)return r=!1,s=null,p;let u=n,g=o;n=null,o=[],p=await e(...u),g.forEach(y=>{y(p)})}})(),m};return l.flush=async()=>{if((r||n)&&s)return await s,l.flush()},l},oe=(e,t,r=!1)=>{let n=null,o=null,s=null,l=function(...c){o=c,s=this;let i=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(s,o),o=null,s=null)},t),i&&(e.apply(s,o),o=null,s=null)};return l.cancel=()=>{clearTimeout(n),n=null,o=null,s=null},l.flush=()=>{if(n){clearTimeout(n);let c=o,i=s;n=null,o=null,s=null,e.apply(i,c)}},l},_t=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Er.error("Could not parse JSON",n))}},Et=(e,t)=>{let o=".netlify.app",s="agent-";if(!t)return`${s}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let i=60-c.length;if(i<=0)return"";if(i>=s.length+6){let m=Math.min(i-s.length,e.length);return`${s}${e.slice(0,m)}`}return e.slice(0,i)};import{Buffer as wt}from"buffer";import xr from"path";var xt=_("repo"),Tt=async({config:e})=>{xt.info("Getting runner diffs");let t=await Ir(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=vr(n);await Rr(o),xt.info("Changes after processing"),await Ye();let s=await Be(n);await Ge(s);let l={stdio:["ignore","pipe","pipe"]},i=(await F("git",["diff","--staged"],l)).stdout;if(r=!!i,!r)return{hasChanges:!1,ignored:s};let p=(await F("git",["diff","--staged","--binary"],l)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await F("git",["commit","-m","Agent runner"]),u=(await F("git",["diff",e.sha,"HEAD"],l)).stdout;let f=(await F("git",["diff",e.sha,"HEAD","--binary"],l)).stdout;u!==f&&(g=wt.from(f).toString("base64"))}let y={hasChanges:!0,diff:i,resultDiff:u,ignored:s};return i!==p&&(y.diffBinary=wt.from(p).toString("base64")),g&&(y.resultDiffBinary=g),y},Ge=async(e=[])=>{await F("git",["add",".",...e])},Ye=async()=>(await F("git",["status","-s"])).stdout,It=/.. (.+)?\.log$/,Tr=[It],Ir=async()=>{let e=await Ye();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
8
8
|
`).filter(n=>Tr.some(s=>s instanceof RegExp?s.test(n):n===s)?!1:n[1]?.trim()!=="")).length!==0,status:e}},vt=async()=>{let{stdout:e}=await F("git",["rev-parse","HEAD"]);return e.trim()},Rt=async()=>{let{stdout:e}=await F("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},Be=async e=>{e||=await Ye();let t=[".netlify","node_modules"],r=[];return e.split(`
|
|
9
9
|
`).forEach(n=>{t.forEach(s=>{[`?? ${s}`,`?? ${s}${xr.sep}`].some(c=>n.startsWith(c))&&r.push(`:!${s}`)});let o=n.match(It)?.[1];o&&r.push(`:!${o}.log`)}),r},St=async()=>{await F("git",["reset","--hard","HEAD"])},vr=e=>{let t=e.split(`
|
|
10
|
-
`).reduce((r,n)=>{if(!n)return r;let[o,s,,...l]=n,c=l.join(""),i=o.trim(),m=s.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:i,change:m},r},{});return Object.values(t)},Rr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(F("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import br from"fs/promises";import Ar from"os";import Nt from"path";import z from"process";import Nr from"readline";import He from"path";import Sr from"fs/promises";var Ke=_("agent-output-utils");async function se({initialResult:e,agentName:t,hasError:r}){let n="",o=He.join(process.cwd(),D,ne);try{let s=await Sr.readFile(o,"utf-8");s&&(n=s,Ke.log(`Pulled result from ${He.relative(process.cwd(),o)}`))}catch{Ke.log(`No results file found at ${He.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function ie({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Ke.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ae(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var L=_("runner_claude"),bt="Claude Code",
|
|
10
|
+
`).reduce((r,n)=>{if(!n)return r;let[o,s,,...l]=n,c=l.join(""),i=o.trim(),m=s.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:i,change:m},r},{});return Object.values(t)},Rr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(F("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import br from"fs/promises";import Ar from"os";import Nt from"path";import z from"process";import Nr from"readline";import He from"path";import Sr from"fs/promises";var Ke=_("agent-output-utils");async function se({initialResult:e,agentName:t,hasError:r}){let n="",o=He.join(process.cwd(),D,ne);try{let s=await Sr.readFile(o,"utf-8");s&&(n=s,Ke.log(`Pulled result from ${He.relative(process.cwd(),o)}`))}catch{Ke.log(`No results file found at ${He.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function ie({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Ke.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ae(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var L=_("runner_claude"),bt="Claude Code",Te="claude-opus-4-5-20251101",At=e=>({Task:"Task",Bash:"Run command",Glob:"Find files",Grep:"Search files",LS:"List directory",ExitPlanMode:"Exit planning",Read:"Read file",Edit:"Edit file",MultiEdit:"Edit multiple files",Write:"Coding",NotebookEdit:"Edit notebook",WebFetch:"Fetch webpage",TodoWrite:"Update task list",WebSearch:"Search web",BashOutput:"Get command output",KillBash:"Stop command"})[e]||e,Cr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(L.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(L.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(L.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function We({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:s}){let l=e,{accountType:c,prompt:i,modelVersionOverrides:m}=l,{model:p}=l,u="";if(n){let{token:h,url:d}=n;if(!h||!d)throw new Error("No token or url provided from AI Gateway");if(m?.claude){let a=m?.claude?.[c];if(a){if(!await n.isModelAvailableForProvider("anthropic",a))throw new Error(`Model override '${a}' is not available for anthropic provider`);p=a}}else if(p){if(!await n.isModelAvailableForProvider("anthropic",p))throw new Error(`Model '${p}' is not available for anthropic provider`)}else await n.isModelAvailableForProvider("anthropic",Te)?(p=Te,L.log(`Using default model: ${Te}`)):L.log(`Default model ${Te} is not available, proceeding without model specification`);z.env.ANTHROPIC_API_KEY=h,z.env.ANTHROPIC_BASE_URL=d}else if(!z.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],y=[],w={},x=0,f=0,I,T,A=[re(z.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...p?["--model",p]:[],...o?["--continue"]:[],...o&&s?["--resume",s]:[],"-p",i],N=`${z.env.NVM_BIN}/node`;L.log(`Running ${N} ${A.join(" ")}`);let C=t.utils.run(N,A,{all:!0,env:z.env});C.stdin?.end();let R=oe(()=>{r?.({steps:g,duration:f})},250),v=(h,d)=>{let a={...h,id:x};x+=1,y.push(a),g.push(a),d||R.flush(),R(),d&&R.flush()},$=Nr.createInterface({input:C.all});return $.on("error",h=>{L.error("Readline interface error",{error:h.message,stack:h.stack})}),$.on("line",h=>{let d=null;try{d=JSON.parse(h)}catch{L.log("Could not parse line",h)}d?.session_id&&d.session_id!==u&&(u=d.session_id),Array.isArray(d?.message?.content)?d.message.content.forEach(a=>{switch(a.type){case"text":{a.text&&v({message:a.text});break}case"image":{typeof a.source=="object"&&a.source&&a.source.type==="base64"&&a.source.media_type?v({message:``}):L.log(`Unsupported image type ${a.source?.type}`,a.source);break}case"tool_use":{if(a.name==="Task"){let E=a.input?.description&&`\`${a.input.description}\``;v({title:[At(a.name),E].filter(Boolean).join(" ")})}else a.id&&(w[a.id]=a);R.flush();break}case"tool_result":{let E=a.tool_use_id?w[a.tool_use_id]:void 0,V;if(E){let W=E.input?.file_path&&Nt.relative(z.cwd(),E.input.file_path),P=W&&`\`${W}\``;V=[At(E.name||""),P].filter(Boolean).join(" ")}let he=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(E?.name||""),J;if(typeof a.content=="string")J=a.content;else if(Array.isArray(a.content)){let W=[];a.content.forEach(P=>{P?.type==="text"&&typeof P.text=="string"?W.push(P.text):P?.type==="image"&&typeof P.source=="object"&&P.source?P.source.type==="base64"&&P.source.media_type?W.push(``):L.log(`Unsupported image type ${P.source.type}`,P.source):L.log(`Unsupported block type ${P?.type}`)}),J=W.join(`
|
|
11
11
|
|
|
12
|
-
`)}
|
|
12
|
+
`)}he&&J&&(J=`\`\`\`
|
|
13
13
|
${J.trim()}
|
|
14
|
-
\`\`\``),v({title:V,message:J},!0);break}case"thinking":{a.thinking&&v({title:"Thinking",message:a.thinking},!0);break}default:L.log(`Message content type is not supported ${a.type}`,a)}}):d?.type==="result"&&(f=d.duration_ms||0,d.is_error?T=d.result:I=d.result,[y,g].forEach(a=>{a[a.length-1]?.message===I&&a.pop()}))}),await C.catch(h=>{({error:T,result:I}=Cr({catchError:h,runCmd:C,error:T,result:I,runnerName:"Claude"}))}),$.close(),R.flush(),{steps:y,duration:f,result:await se({initialResult:I,agentName:bt,hasError:!!T}),error:ie({error:T,agentName:bt}),isRetryableError:ae(T),agentSessionId:u}}var Ct=async()=>{let e=Nt.join(Ar.homedir(),".claude");await br.rm(e,{recursive:!0,force:!0})};import pe from"fs/promises";import Ft from"os";import
|
|
14
|
+
\`\`\``),v({title:V,message:J},!0);break}case"thinking":{a.thinking&&v({title:"Thinking",message:a.thinking},!0);break}default:L.log(`Message content type is not supported ${a.type}`,a)}}):d?.type==="result"&&(f=d.duration_ms||0,d.is_error?T=d.result:I=d.result,[y,g].forEach(a=>{a[a.length-1]?.message===I&&a.pop()}))}),await C.catch(h=>{({error:T,result:I}=Cr({catchError:h,runCmd:C,error:T,result:I,runnerName:"Claude"}))}),$.close(),R.flush(),{steps:y,duration:f,result:await se({initialResult:I,agentName:bt,hasError:!!T}),error:ie({error:T,agentName:bt}),isRetryableError:ae(T),agentSessionId:u}}var Ct=async()=>{let e=Nt.join(Ar.homedir(),".claude");await br.rm(e,{recursive:!0,force:!0})};import pe from"fs/promises";import Ft from"os";import Ie from"path";import Z from"process";import Pr from"readline";var Y=_("runner_codex"),Pt="Codex CLI",Fr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(Y.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(Y.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(Y.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function qe({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:s,prompt:l,modelVersionOverrides:c}=e,{model:i}=e;if(o){let{token:d,url:a}=o;if(!d||!a)throw new Error("No token or url provided from AI Gateway");if(c?.codex){let E=c?.codex?.[s];if(E){if(!await o.isModelAvailableForProvider("openai",E))throw new Error(`Model override '${E}' is not available for openai provider`);i=E}}else if(i&&!await o.isModelAvailableForProvider("openai",i))throw new Error(`Model '${i}' is not available for openai provider`);Z.env.OPENAI_API_KEY=d,Z.env.OPENAI_BASE_URL=a}else if(!Z.env.OPENAI_API_KEY)throw new Error("OPENAI_API_KEY is not provided");let m=[],p=[],u=[],g={},y=0,w=0,x,f,I=`${Z.env.NVM_BIN}/node`,T=Ie.join(Ft.homedir(),".codex"),A=Ie.join(T,"config.toml"),N=Ie.join(T,"auth.json");try{await pe.mkdir(T,{recursive:!0});let d={OPENAI_API_KEY:Z.env.OPENAI_API_KEY};await pe.writeFile(N,JSON.stringify(d,null,2),"utf-8"),Y.log("Created Codex auth.json file");let a="";try{a=await pe.readFile(A,"utf-8")}catch{}a.includes("web_search")||(a.includes("[tools]")?a=a.replace(/\[tools\]/,`[tools]
|
|
15
15
|
web_search = true`):a+=`
|
|
16
16
|
[tools]
|
|
17
17
|
web_search = true
|
|
18
18
|
`,await pe.writeFile(A,a,"utf-8"),Y.log("Updated Codex config with web_search enabled"))}catch(d){throw Y.warn("Failed to setup Codex config and credentials",{error:d.message}),new Error(`Codex setup failed: ${d.message}`)}let C=[re(Z.cwd(),"codex"),"exec","--yolo","--json","--config","web_search=true",...i?["--model",i]:[],l].filter(Boolean);Y.log(`Running ${I} ${C.join(" ")}`);let R=t.utils.run(I,C,{all:!0,env:{...Z.env}}),v=oe(()=>{r?.({steps:m,duration:w}),n?.({steps:p,duration:w}),p=[]},250),$=(d,a)=>{d.id=y,y+=1,u.push(d),m.push(d),p.push(d),a||v.flush(),v(),a&&v.flush()},h=Pr.createInterface({input:R.all});return h.on("error",d=>{Y.error("Readline interface error",{error:d.message,stack:d.stack})}),h.on("line",d=>{let a=null;try{a=JSON.parse(d)}catch{Y.log("Could not parse line",d);return}if(a?.duration_ms&&(w=a.duration_ms),a?.type==="item.started"&&a?.item?.type==="command_execution")g[a.item.id]=a.item;else if(a?.type==="item.completed"&&a?.item?.type==="command_execution"){let E=$r(a.item);E&&$(E,!0)}else if(a?.type==="item.completed"&&a?.item?.type==="reasoning"){let E={title:"Reasoning",message:a.item.text};$(E,!0)}else if(a?.type==="local_shell_call")g[a.call_id]=a;else if(a?.type==="local_shell_call_output"){let E=kr(g[a.call_id],a);E&&$(E,!0)}else a?.type==="message"&&a.role==="assistant"?x=a.content.map(E=>E.text).join(`
|
|
19
19
|
`):a?.type==="message"&&a.role==="system"&&(f=a.content.map(E=>E.text).join(`
|
|
20
|
-
`))}),await R.catch(d=>{let a=Fr({catchError:d,runCmd:R,error:f,result:x,runnerName:"Codex"});f=a.error,x=a.result}),h.close(),v.flush(),{steps:u,duration:w,result:await se({initialResult:x,agentName:Pt,hasError:!!f}),error:ie({error:f,agentName:Pt}),isRetryableError:ae(f)}}var Ot=async()=>{let e=
|
|
20
|
+
`))}),await R.catch(d=>{let a=Fr({catchError:d,runCmd:R,error:f,result:x,runnerName:"Codex"});f=a.error,x=a.result}),h.close(),v.flush(),{steps:u,duration:w,result:await se({initialResult:x,agentName:Pt,hasError:!!f}),error:ie({error:f,agentName:Pt}),isRetryableError:ae(f)}}var Ot=async()=>{let e=Ie.join(Ft.homedir(),".codex");await pe.rm(e,{recursive:!0,force:!0})},Or=new Set(["bash","-lc"]),$r=e=>{if(!e||e.type!=="command_execution")return null;let t=e.command;t.startsWith("bash -lc ")&&(t=t.replace(/^bash -lc ['"]/,"").replace(/['"]$/,""));let r=`Running \`${t}\``,n=e.aggregated_output?.trim();return n&&(n=`\`\`\`
|
|
21
21
|
${n}
|
|
22
22
|
\`\`\``),e.status==="failed"&&e.exit_code!==0&&(n=n?`${n}
|
|
23
23
|
|
|
24
24
|
*Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:n}},kr=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(s=>!Or.has(s)),n=r?`Running \`${r.join(" ")}\``:void 0,o;try{o=JSON.parse(t.output).output?.trim(),o&&(o=`\`\`\`
|
|
25
25
|
${o.trim()}
|
|
26
|
-
\`\`\``)}catch(s){Y.error("Could not decode outputMsg",s,t.output)}return{title:n,message:o}};import ve from"fs/promises";import kt from"os";import Re from"path";import Q from"process";import Dr from"readline";var U=_("runner_gemini"),$t="Gemini CLI",
|
|
26
|
+
\`\`\``)}catch(s){Y.error("Could not decode outputMsg",s,t.output)}return{title:n,message:o}};import ve from"fs/promises";import kt from"os";import Re from"path";import Q from"process";import Dr from"readline";var U=_("runner_gemini"),$t="Gemini CLI",fe="",Lr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(U.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(U.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(U.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0})),Ur={list_directory:"List",read_file:"Read",write_file:"Write",glob:"Find",search_file_content:"Find",replace:"Edit",run_shell_command:"Run",web_fetch:"Web Fetch",web_search:"Web Search",read_many_files:"Read Many",save_memory:"Memorize"},Mr=async()=>{let e=Re.join(kt.homedir(),".gemini"),t=Re.join(e,"settings.json");try{await ve.mkdir(e,{recursive:!0});let r={};try{let n=await ve.readFile(t,"utf-8");r=JSON.parse(n)}catch{U.log("Creating new Gemini CLI settings file")}r.general||(r.general={}),r.general.previewFeatures||(r.general.previewFeatures=!0),r.model||(r.model={}),r.model.compressionThreshold!==.3&&(r.model.compressionThreshold=.3),await ve.writeFile(t,JSON.stringify(r,null,2),"utf-8"),U.log("Configured Gemini CLI settings (preview features and compression threshold)")}catch(r){U.error("Failed to ensure Gemini CLI settings",{error:r.message})}};async function Ve({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:s,prompt:l,modelVersionOverrides:c}=e,{model:i}=e;if(await Mr(),o){let{token:h,url:d}=o;if(!h||!d)throw new Error("No token or url provided from AI Gateway");if(c?.gemini){let a=c?.gemini?.[s];if(a){if(!await o.isModelAvailableForProvider("gemini",a))throw new Error(`Model override '${a}' is not available for gemini provider`);i=a}}if(!i)!!fe&&await o.isModelAvailableForProvider("gemini",fe)?(i=fe,U.log(`Using default model: ${fe}`)):U.log(`Default model ${fe} is not available, proceeding without model specification`);else if(i&&!c?.gemini?.[s]&&!await o.isModelAvailableForProvider("gemini",i))throw new Error(`Model '${i}' is not available for gemini provider`);Q.env.GEMINI_API_KEY=h,Q.env.GOOGLE_GEMINI_BASE_URL=d}else if(!Q.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let m=[],p=[],u=[],g={},y=0,w=0,x,f,I=[re(Q.cwd(),"gemini"),...i?["--model",i]:[],"--yolo","--output-format","stream-json","-p",l],T=`${Q.env.NVM_BIN}/node`;U.log(`Running ${T} ${I.join(" ")}`);let A=t.utils.run(T,I,{all:!0,env:Q.env});A.stdin?.end();let N=oe(()=>{r?.({steps:m,duration:w}),n?.({steps:p,duration:w}),p=[]},250),C=(h,d)=>{h.id=y,y+=1,u.push(h),m.push(h),p.push(h),d||N.flush(),N(),d&&N.flush()},R=Dr.createInterface({input:A.all});R.on("error",h=>{U.error("Readline interface error",{error:h.message,stack:h.stack})});let v="",$=()=>{v&&C({message:v.trim()}),v=""};return R.on("line",h=>{let d=null;try{if(h.startsWith("[API Error")){let a=h.match(/\[api error: (.+?)]$/i)?.[1];d={type:"error",value:_t(a,!1)?.error?.message||a||"Gemini encountered error"}}else d=JSON.parse(h)}catch{return}if(d)switch(["message","result"].includes(d.type)||$(),d.type){case"message":{d.role!=="user"&&d.content&&(v+=d.content);break}case"tool_use":{let a=Ur[d.tool_name]??d.tool_name,E=d.parameters?.file_path,V=E&&Re.relative(Q.cwd(),E),he=d.parameters?.command,W={title:[a,V&&`\`${V}\``,he&&`\`${he}\``].filter(Boolean).join(" ")};g[d.tool_id]=W,N.flush();break}case"tool_result":{let a=g[d.tool_id];a&&(d.output&&(a.message=`\`\`\`
|
|
27
27
|
${d.output.trim()}
|
|
28
28
|
\`\`\``),C(a,!0));break}case"result":{w=d.stats?.duration_ms,d.status==="error"?f=d.error?.message:x=v.trim();break}case"error":{f=d.error;break}case"finished":break;default:{U.warn("Unhandled message type:",d.type);break}}}),await A.catch(h=>{({error:f,result:x}=Lr({catchError:h,runCmd:A,error:f,result:x,runnerName:"Gemini"}))}),R.close(),N.flush(),{steps:u,duration:w,result:await se({initialResult:x,agentName:$t,hasError:!!f}),error:ie({error:f,agentName:$t}),isRetryableError:ae(f)}}var Dt=async()=>{let e=Re.join(kt.homedir(),".gemini");await ve.rm(e,{recursive:!0,force:!0})};var jr={codex:{runner:qe,clean:Ot},claude:{runner:We,clean:Ct},gemini:{runner:Ve,clean:Dt}},Lt=jr;var Yr=_("init_stage"),Ut=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:n})=>await S(Gr(),"init-stage",async o=>{let s=performance.now();o?.setAttributes({"init.runner":e.runner,"init.id":e.id,"init.sessionId":e.sessionId,"init.hasRepo":e.hasRepo,"init.useGateway":e.useGateway,"init.validateAgent":e.validateAgent,"init.runnerVersion":n||"unknown"});let l=Lt[e.runner];if(!l)throw o?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let c=Br({apiToken:r});ot(c);let i=e.useGateway?await ut({netlify:c,config:e}):void 0;o?.setAttributes({"init.aiGateway.created":!!i}),e.validateAgent&&e.errorLogsPath&&o?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let m=yt(({steps:y=[],duration:w})=>{let x=y.map(f=>({...f,title:f.title?H(f.title):void 0,message:f.message?H(f.message):void 0}));return y.length=0,B(e.id,e.sessionId,{steps:x,duration:w})},t);Yr.info("Adding build files to stage");let p=await Be();await Ge(p);let u;e.hasRepo?e.sha?(u=e.sha,o?.setAttributes({"init.sha.source":"provided"})):(u=await vt(),await ue(e.id,{sha:u}),o?.setAttributes({"init.sha.source":"current_commit"})):(u=await Rt(),o?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let g=performance.now()-s;return o?.setAttributes({"init.sha":u||"unknown","init.duration.ms":g,"init.status":"success"}),{aiGateway:i,context:c,persistSteps:m,runner:l,sha:u}}),Br=({apiToken:e})=>({constants:{NETLIFY_API_HOST:Se.env.NETLIFY_API_HOST||"api.netlify.com",NETLIFY_API_TOKEN:e||Se.env.NETLIFY_API_TOKEN,SITE_ID:Se.env.SITE_ID,FUNCTIONS_DIST:Se.env.FUNCTIONS_DIST||"netlify/functions"},utils:{run:F}});import{getTracer as Je}from"@netlify/otel";import Hr from"crypto";import q from"fs/promises";import k from"path";import M from"process";var O=_("context"),Kr=e=>{let t=e?.constants||{};return{siteId:t.SITE_ID,accountId:M.env.NETLIFY_TEAM_ID,userId:M.env.NETLIFY_AGENT_RUNNER_USER_ID,siteSlug:M.env.SITE_NAME,apiHost:t.NETLIFY_API_HOST,functionsDir:t.FUNCTIONS_DIST}},Wr=10,qr=async e=>{let{name:t,ext:r}=k.parse(e),n=e,o=k.join(M.cwd(),D,n),s=0;for(;await Vr(o);){if(s>=Wr)throw new Error("Failed to generate context file");n=`${t}-${Hr.randomUUID().slice(0,5)}${r}`,o=k.join(M.cwd(),D,n),s+=1}return n},Vr=async e=>{try{return await q.access(e),!0}catch{return!1}},Jr=async()=>{try{O.log("Fetching Netlify features context...");let e=await fetch("https://docs.netlify.com/ai-context/context-consumers",{signal:AbortSignal.timeout(1e4)});if(!e.ok)throw new Error(`Failed to fetch context consumers: ${e.status} ${e.statusText}`);let t=await e.json();if(!t||typeof t!="object"||!Array.isArray(t.consumers))return O.warn("Invalid response structure: missing or invalid consumers array"),null;let r=t.consumers.find(n=>n&&typeof n=="object"&&n.key==="catchall-consumer");return r?!r.contextScopes||typeof r.contextScopes!="object"?(O.warn("Catchall consumer missing or invalid contextScopes"),null):r:(O.warn("Catchall consumer not found in context consumers"),null)}catch(e){return e.name==="AbortError"?O.warn("Netlify features context request timed out"):O.warn("Failed to fetch Netlify features context:",e.message),null}},Xr=async(e,t)=>{try{let r=await fetch(e,{signal:AbortSignal.timeout(1e4)});if(!r.ok)throw new Error(`Failed to fetch ${e}: ${r.status} ${r.statusText}`);let n=await r.text();return await q.writeFile(t,n,"utf-8"),!0}catch(r){return r.name==="AbortError"?O.warn(`Download timeout for ${e}`):O.warn(`Failed to download context file ${e}:`,r.message),!1}},be=null,zr=async()=>{if(be)return be;let e=await Jr();if(!e)return[];let t=k.join(M.cwd(),D,Me);await q.mkdir(t,{recursive:!0});let r=Object.entries(e.contextScopes).map(async([o,s])=>{if(!s||typeof s!="object"||!s.endpoint||!s.scope)return O.warn(`Invalid scope data for ${o}, skipping...`),null;let l=`${o}.md`,c=k.join(t,l),i=k.join(D,Me,l);return O.log(`Downloading ${s.scope} context...`),await Xr(s.endpoint,c)?(O.log(`Downloaded: ${i}`),{scope:s.scope,path:i,key:o}):null});return be=(await Promise.all(r)).filter(o=>o!==null),be},Mt=async({cliPath:e,netlify:t,config:r,buildErrorContext:n})=>{let o=Kr(t),s=await qr(ht),l=k.join(M.cwd(),D);await q.mkdir(l,{recursive:!0});let c=k.join(D,s),i=k.join(M.cwd(),c),m=k.join(M.cwd(),D,ne);try{await q.unlink(m),O.log(`Deleted old results file: ${m}`)}catch{}let p=n?`You've already made changes to complete the above request. However, the build is currently failing after your changes.
|
|
29
29
|
Your task is to analyze and fix the build errors.
|
|
@@ -135,8 +135,8 @@ Deploy failed failed. Here are the errors to review on the latest build:
|
|
|
135
135
|
Below are all of the logs with potential issues that we extracted. Some of them may be false positives, discern them carefully and ensure fixes are relevant.
|
|
136
136
|
|
|
137
137
|
${e.pop()}
|
|
138
|
-
`;import rn from"process";import{getTracer as Xe}from"@netlify/otel";import{getTracer as en}from"@netlify/otel";var
|
|
139
|
-
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(i){throw
|
|
138
|
+
`;import rn from"process";import{getTracer as Xe}from"@netlify/otel";import{getTracer as en}from"@netlify/otel";var ge=_("deploy"),Yt=async e=>await S(en(),"create-preview-deploy",async t=>tn(e,t)),tn=async({netlify:e,hasRepo:t,skipBuild:r,message:n="Agent Preview",deploySubdomain:o,cliPath:s,filter:l},c)=>{try{let i=["deploy","--message",`"${n}"`,"--json","--draft","--verbose"];t||(ge.log("Deploy: Uploading source zip"),i.push("--upload-source-zip")),o&&i.push("--alias",o),l&&i.push("--filter",l),r?(ge.log("Deploy: Skipping build"),i.push("--no-build")):i.push("--context","deploy-preview");let m=s||"netlify";ge.log(`Running: ${m} ${i.join(" ")}`),c?.setAttributes({cmd:m,args:i});let p=await e.utils.run(m,i,{stdio:["ignore","pipe","pipe"]}),u=JSON.parse(p.stdout.trim());c?.setAttributes({success:!0,deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id}),ge.log(`
|
|
139
|
+
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(i){throw ge.error("Failed to create preview deploy via CLI:",i),c?.setAttributes({success:!1,error:i.message}),i}};var me=_("deploy_stage"),ze=async e=>await S(Xe(),"run-deploy-stage",async()=>nn(e)),nn=async({cliPath:e,config:t,context:r,result:n,filter:o})=>{let s=await S(Xe(),"get-runner-diffs",async()=>await Tt({config:t,netlify:r}));if(me.info("Resolved git",{hasChanges:s.hasChanges,ignored:s.ignored??[]}),!s.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:l,resultDiff:c,diffBinary:i,resultDiffBinary:m}=s,p=!0;me.log("Preview deploy condition check:",{resultUndefined:n===void 0,resultType:typeof n,hasChanges:p,wouldCreatePreview:n!==void 0&&p});let u=null;if(n!==void 0&&p)try{let g;try{let y=await S(Xe(),"get-runner-session",async()=>await it(t.id,t.sessionId));y?.title&&(g=y.title)}catch(y){me.warn("Failed to fetch session title, using fallback message:",y.message)}await B(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),u=await Yt({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:g,skipBuild:!1,deploySubdomain:Et(t.id,rn.env.SITE_NAME),filter:o})}catch(g){return me.warn("Failed to create preview deploy (continuing with agent run):",g),{diff:l,resultDiff:c,hasChanges:p,previewInfo:null,diffBinary:i,resultDiffBinary:m,deployError:g instanceof Error?g.message:String(g)}}return me.log("Git status",{hasDiff:!!l,hasChanges:p}),{diff:l,resultDiff:c,hasChanges:p,previewInfo:u,diffBinary:i,resultDiffBinary:m}};import{getTracer as Pe}from"@netlify/otel";async function Bt(e,t){let{maxRetries:r,baseDelay:n,onRetry:o}=t,s;for(let l=1;l<=r;l++)try{return await e()}catch(c){if(s=c,l===r)throw s;o&&o(l,s),await new Promise(i=>setTimeout(i,n*l))}throw s}var Ce=class{scanDiffForForms(t){let r=[],n=null,o=[],s=t.split(`
|
|
140
140
|
`);for(let l of s)if(l.startsWith("diff --git")){if(n&&o.length>0){let i=this.containsNetlifyForm(o,n);i&&r.push(i)}let c=l.split(" ");n=c[c.length-1].replace(/^b\//,""),o=[]}else l.startsWith("+")&&!l.startsWith("+++")&&o.push(l.slice(1));if(n&&o.length>0){let l=this.containsNetlifyForm(o,n);l&&r.push(l)}return{detected:r.length>0,matches:r}}containsNetlifyForm(t,r){let n=t.join(`
|
|
141
141
|
`),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:s,name:l}of o){let c=n.match(s);if(c){let i=c.index||0,m=Math.max(0,i-20),p=Math.min(n.length,i+c[0].length+20),u=n.slice(m,p).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${l}] ${u}`}}}return null}};var b=_("cleanup_stage"),Ht=async e=>await S(Pe(),"cleanup-stage",async()=>on(e)),Ze=1024*1024*10,on=async({config:e,diff:t,result:r,duration:n,resultDiff:o,diffBinary:s,resultDiffBinary:l,previewInfo:c})=>{let i={result:r||"Done",duration:n};c&&c.deployId&&(i.deploy_id=c.deployId),c&&c.sourceZipFilename&&(i.result_zip_file_name=c.sourceZipFilename);let m=t||s||o||l;if(m){let p=new Ce,u=t||s||"",g=p.scanDiffForForms(u);g.detected?(b.log("Detected Netlify form(s) in diff:"),g.matches.forEach(({file:y,snippet:w})=>{b.log(` - ${y}: ${w}`)}),i.has_netlify_form=!0):b.log("Did not detect Netlify form(s) in diff"),b.log("Did not detect Netlify form(s) in diff")}if(m)try{b.log("Getting pre-signed URLs for diff upload");let p=await lt(e.id,e.sessionId),u=[];(t||s)&&u.push(ke(p.result.upload_url,s||t).then(()=>{i.result_diff_s3_key=p.result.s3_key,b.log("Successfully uploaded result_diff to S3")})),(o||l)&&u.push(ke(p.cumulative.upload_url,l||o).then(()=>{i.cumulative_diff_s3_key=p.cumulative.s3_key,b.log("Successfully uploaded cumulative_diff to S3")})),b.log(`Uploading ${u.length} diff(s) to S3 in parallel`),await Promise.all(u),(o||l)&&(b.log("Updating agent runner with cumulative diff S3 key"),await S(Pe(),"update-runner",async()=>{await ue(e.id,{result_diff_s3_key:p.cumulative.s3_key})}))}catch(p){b.error("S3 upload failed, falling back to inline diffs:",p);let u=Buffer.byteLength(t||s||""),g=Buffer.byteLength(l||o||"");if(u>Ze||g>Ze){let y=`Diffs exceed maximum inline size of ${Ze} bytes.`;throw b.error(y),new Error(y)}i.result_diff=t,i.result_diff_binary=s,(o||l)&&(i.cumulative_diff=o,i.cumulative_diff_binary=l,b.log("Updating agent runner with inline diffs (fallback)"),await S(Pe(),"update-runner",async()=>{await ue(e.id,{result_diff:o,result_diff_binary:l})}))}else b.log("No diffs to upload");return b.log("Updated agent runner with result"),await Bt(async()=>await S(Pe(),"update-runner-session",()=>B(e.id,e.sessionId,i)),{maxRetries:3,baseDelay:1e3,onRetry:(p,u)=>{b.error(`Error updating agent runner session (attempt ${p}):`,u),b.log("Retrying...")}}),b.log("Finished updating agent runner with result"),{sessionUpdate:i}};import{getTracer as Kt,shutdownTracers as an,withActiveSpan as Wt}from"@netlify/otel";var ln=sn(import.meta.url),qt=ln("../package.json"),Vt=_("pipeline_index"),Fe=3,Ws=async({config:e,apiToken:t,cliPath:r="netlify",cwd:n,errorLogsPath:o,filter:s,tracing:l={}})=>{let c,{withStageTimer:i}=pt(X.timeUnits.hours(4)),m=await rt(qt.version,e.id,l);try{await Wt(Kt(),"run-pipeline",{},m,async()=>{let p,{aiGateway:u,context:g,persistSteps:y,runner:w,sha:x}=await i("init",()=>Ut({config:e,apiToken:t,cliPath:r,cwd:n,errorLogsPath:o,filter:s,runnerVersion:qt.version}),X.timeUnits.minutes(10));c=w.clean,e.sha=x;let{runnerResult:f}=await i("inference",()=>Ne({cliPath:r,config:e,context:g,runner:w.runner,persistSteps:y,aiGateway:u}));await B(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let I=await i("deploy",()=>ze({cliPath:r,config:e,context:g,result:f.result,filter:s})),T=f,A=[];if(I.hasChanges&&I.deployError){A.push(nt(I.deployError));let h=1;for(;h<=Fe&&!I.previewInfo;)Vt.log(`Deploy attempt had errors. Retrying. ${h}/${Fe}`),await Wt(Kt(),"deploy-stage",async d=>{d?.setAttributes({"stage.attempt":h});let{runnerResult:a}=await i(`inference-retry-${h}`,()=>Ne({cliPath:r,config:e,context:g,runner:w.runner,persistSteps:y,aiGateway:u,buildErrors:A,priorAgentSessionId:f.agentSessionId}));T={...a,steps:[...T.steps||[],...a.steps||[]],duration:(T.duration||0)+(a.duration||0)},I=await i(`deploy-retry-${h}`,()=>ze({cliPath:r,config:e,context:g,result:a.result,filter:s})),I.deployError&&A.push(I.deployError),h++});h>Fe&&!I.previewInfo&&(p=new Error(`Deploy validation failed after ${Fe} attempts`))}let{diff:N,resultDiff:C,previewInfo:R,diffBinary:v,resultDiffBinary:$}=I;if(await i("cleanup",()=>Ht({config:e,diff:N,result:T.result,duration:T.duration,resultDiff:C,diffBinary:v,resultDiffBinary:$,previewInfo:R}),X.timeUnits.minutes(10)),p)throw p;process.env.NETLIFY_LOCAL_MODE||(await c?.(),await St())})}catch(p){Vt.error("Got error while running pipeline",p),await c?.();let u=p instanceof Error&&p.message;throw await B(e.id,e.sessionId,{result:u||"Encountered error when running agent",state:"error"}),p}finally{await an()}};export{Ws as runPipeline};
|
|
142
142
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/agent-runner-cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.57.0",
|
|
5
5
|
"description": "CLI tool for running Netlify agents",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"vitest": "^1.5.0"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@anthropic-ai/claude-code": "2.0.
|
|
75
|
+
"@anthropic-ai/claude-code": "2.0.51",
|
|
76
76
|
"@google/gemini-cli": "0.16.0",
|
|
77
77
|
"@netlify/otel": "^5.0.0",
|
|
78
78
|
"@openai/codex": "0.55.0",
|