@netlify/agent-runner-cli 1.58.2 → 1.58.4
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 +40 -40
- package/dist/bin.js +28 -28
- package/dist/index.js +36 -36
- package/package.json +4 -4
package/dist/bin-local.js
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import C from"process";import ar from"path";import lr from"fs";import vn from"minimist";import{createRequire as xn}from"module";import{createTracerProvider as ur}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as
|
|
3
|
-
`),r=[],
|
|
4
|
-
`)),
|
|
2
|
+
import C from"process";import ar from"path";import lr from"fs";import vn from"minimist";import{createRequire as xn}from"module";import{createTracerProvider as ur}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as ct}from"@netlify/otel/opentelemetry";import{FetchInstrumentation as dr}from"@netlify/otel/instrumentation-fetch";import{withActiveSpan as pr}from"@netlify/otel";import{propagation as ut,context as dt,W3CTraceContextPropagator as fr}from"@netlify/otel/opentelemetry";import{OTLPTraceExporter as gr}from"@opentelemetry/exporter-trace-otlp-grpc";import cr from"process";function y(e){let t=cr.env.LOG!=="0";return{log:(...r)=>{t&&console.log(`[AR]-[${e}]`,...r)},error:(...r)=>{t&&console.error(`[AR]-[ERROR]-[${e}]`,...r)},warn:(...r)=>{t&&console.warn(`[AR]-[WARN]-[${e}]`,...r)},info:(...r)=>{t&&console.info(`[AR]-[${e}]`,...r)},debug:(...r)=>{t&&console.debug(`[AR]-[DEBUG]-[${e}]`,...r)}}}var Me=y("tracing"),pt=async(e,t,r)=>(await ur({serviceName:"@netlify/agent-runner-cli",serviceVersion:e,deploymentEnvironment:"production",siteUrl:"",siteId:process.env.SITE_ID??"",siteName:t,spanProcessors:[new ct(new je),new ct(new gr({url:r.exporterUrl}))],instrumentations:[new dr({skipHeaders:!0})]}),r.traceparent?(ut.setGlobalPropagator(new fr),ut.extract(dt.active(),{traceparent:r.traceparent,isRemote:!0})):dt.active());function S(e,t,r){return Me.log(`\u23F3 TRACE: ${t} starting...`),pr(e,t,r)}var je=class{export(t,r){for(let o of t)this.logSpan(o);r({code:1})}async shutdown(){}forceFlush(){return Promise.resolve()}logSpan(t){let r=(t.endTime[0]-t.startTime[0])*1e3+(t.endTime[1]-t.startTime[1])/1e6,o=t.attributes,n=[];for(let[c,l]of Object.entries(o))c.includes("duration")&&typeof l=="number"?n.push(`${c}=${l.toFixed(2)}ms`):n.push(`${c}=${l}`);let i=t.status?.code===2?"\u274C":"\u2705",s=n.length>0?` [${n.join(", ")}]`:"";Me.log(`${i} TRACE: ${t.name} completed in ${r.toFixed(2)}ms${s}`),t.status?.code===2&&t.status.message&&Me.log(` \u274C Error: ${t.status.message}`)}};var mr=["error","failed","exception","fatal","panic","abort","crash"];function ft(e){let t=e.split(`
|
|
3
|
+
`),r=[],o=-1,n=0;for(;n<t.length;){let c=t[n].slice(0,500).toLowerCase();if(mr.some(f=>c.includes(f))){let f=Math.max(0,n-10,o+1),p=Math.min(t.length-1,n+20),u=[];for(let m=f;m<=p;m++)u.push(t[m]);r.push(u.join(`
|
|
4
|
+
`)),o=p,n=p+1}else n++}if(r.length===0)return e;let i=r.map((s,c)=>`<extracted_error_chunk order="${c+1}">
|
|
5
5
|
${s}
|
|
6
6
|
</extracted_error_chunk>`).join(`
|
|
7
7
|
|
|
8
|
-
`);return i.length>e.length*.8?e:i}import Oe from"process";import{getTracer as nn}from"@netlify/otel";import me from"process";var Te=me.env.NETLIFY_API_URL,ve=me.env.NETLIFY_API_TOKEN,H=_("api"),Re=()=>me.env.NETLIFY_LOCAL_MODE==="true",he=async(e,t={})=>{if(!Te||!ve)throw new Error("No API URL or token");let r=new URL(e,Te),n={...t,headers:{...t.headers,Authorization:`Bearer ${ve}`}};me.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(me.env.AGENT_RUNNERS_DEBUG==="true")H.log(`Response headers for ${r}:`),o.headers.forEach((u,a)=>{H.log(` ${a}: ${u}`)});else{let u=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");H.log(`Request ID for ${r}: ${u||"N/A"}`)}if(i||H.error(`Got status ${o.status} for request ${r}`),t.raw){if(!i)throw o;return o}let s=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!i)throw s;return s},ft=e=>{H.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(Te=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(ve=e.constants.NETLIFY_API_TOKEN)},gt=()=>({apiUrl:Te,token:ve}),ye=async(e,t)=>Re()?(H.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):he(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),W=async(e,t,r)=>Re()?(H.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):he(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var mt=async(e,t)=>Re()?(H.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):he(`/api/v1/agent_runners/${e}/sessions/${t}`),ht=(e,t,r)=>he(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),yt=async(e,t)=>Re()?(H.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"}}):he(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Ge=async(e,t)=>{H.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 ne=_("ai_gateway"),Ye=null;var _t=async()=>{if(Ye)return Ye;ne.log("Fetching available AI gateway providers");let e=await fetch(`${gt().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 Ye=t,ne.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},hr=async(e,t)=>{let n=(await _t()).providers[e];if(!n)return ne.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return ne.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},Et=async({netlify:e,config:t})=>{let r,n,o,i,s=e.constants?.SITE_ID;if(!s)throw new Error("No site id");let u=async()=>{clearTimeout(o),ne.log("Requesting AI gateway information");let a=await ht(s,t.id,t.sessionId);if({token:r,url:i}=a,n=a.expires_at?a.expires_at*1e3:void 0,ne.log("Got AI gateway information",{token:!!r,expiresAt:n,url:i}),n){let f=n-Date.now()-6e4;f>0&&(o=setTimeout(()=>{u()},f))}};return await Promise.all([u(),_t()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:hr}};import q from"process";import J from"path";import Ae from"fs";import{fileURLToPath as Tr}from"url";import{createRequire as vr}from"module";import{execa as Rr,execaCommand as eo}from"execa";import{Transform as yr}from"stream";var _r=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"]),Er=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function wr(){return Object.entries(process.env).filter(([e,t])=>!(!t||_r.has(e)||Er.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function V(e){if(typeof e!="string")return e;let t=wr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(xr(n),"g");r=r.replace(o,"******")}),r}function xr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var oe=class extends yr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),i=V(o);n(null,i)}};function wt(){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 s=typeof n=="string"?V(n):n;return typeof o=="function"?t(s,o):t(s,o,i)},process.stderr.write=function(n,o,i){let s=typeof n=="string"?V(n):n;return typeof o=="function"?r(s,o):r(s,o,i)}}var _e=null,xt=e=>(_e&&_e.destroy(),_e=new ee({totalAllowedTime:e}),_e),It=()=>_e;var ee=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,s=null;n!==void 0&&(s=new Promise((u,a)=>{i=setTimeout(()=>{a(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return s?await Promise.race([r(),s]):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 Tt={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.2",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":"LOG=0 vitest --exclude '**/integration/**'","test:ci:vitest":"LOG=0 c8 -r lcovonly -r text -r json vitest --exclude '**/integration/**'","test:integration":"vitest run test/integration/","test:integration:codex":"vitest run test/integration/codex.test.ts","test:integration:claude":"vitest run test/integration/claude.test.ts","test:integration:gemini":"vitest run test/integration/gemini.test.ts",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.69","@google/gemini-cli":"0.20.2","@netlify/otel":"^5.1.1","@openai/codex":"0.72.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var Ar=Tr(import.meta.url),Sr=J.dirname(Ar),br=vr(import.meta.url),Se=_("shell"),Be=new Set,Nr={preferLocal:!0},N=(e,t,r)=>{let[n,o]=Cr(t,r),i={...Nr,...o},s=Rr(e,n,i);return Pr(s,i),Fr(s),s};var Cr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Pr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(q.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new oe).pipe(q.stdout),e.stdout?.pipe(new oe).pipe(q.stdout),e.stderr?.pipe(new oe).pipe(q.stderr);return}e.stdout?.pipe(q.stdout),e.stderr?.pipe(q.stderr)},vt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(q.kill(-e.pid,t),Se.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Se.error("Error killing process:",r),!1}},Or=e=>vt(e,"SIGKILL"),Fr=e=>{Be.add(e);let t=It();if(t){let r=t.onTimesUp(()=>{Se.log(`Global timer expired, killing process ${e.pid}`),vt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Se.log(`Force killing process ${e.pid} after timeout`),Or(e))},5e3)});e.on("exit",()=>{Be.delete(e),r()}),e.on("error",()=>{Be.delete(e),r()})}};function be(e,t){return!!te(e,t)}function te(e,t){if(!q.env.NETLIFY_LOCAL_MODE)try{let o=br.resolve(Tt.name),i=J.dirname(o);for(;i!==J.dirname(i);){let s=J.dirname(i);if(J.basename(s)==="node_modules"){let u=J.join(s,".bin",t);if(Ae.existsSync(u))return u;break}i=s}}catch(o){console.error("Could not resolve package.json",o)}if(q.env.NODE_PATH){let o=J.join(q.env.NODE_PATH,".bin",t);if(Ae.existsSync(o))return o}let r=J.join(e,"node_modules",".bin",t);if(Ae.existsSync(r))return r;let n=J.join(Sr,"..","node_modules",".bin",t);if(Ae.existsSync(n))return n}var Rt="netlify-agent-runner-context.md",He="task-history",qe="netlify-context",U=".netlify",ie="results.md",Ke="assets";var $r=_("utils"),kr=e=>new Promise(t=>{setTimeout(t,e)}),At=(e,t=3e3)=>{let r=!1,n=null,o=[],i=null,s=(...u)=>{if(r)return n=u,new Promise(p=>{o.push(p)});r=!0;let a,f=new Promise(p=>{a=p});return i=(async()=>{await Promise.resolve();let p=await e(...u);for(a(p);;){if(await kr(t),!n)return r=!1,i=null,p;let c=n,m=o;n=null,o=[],p=await e(...c),m.forEach(h=>{h(p)})}})(),f};return s.flush=async()=>{if((r||n)&&i)return await i,s.flush()},s},se=(e,t,r=!1)=>{let n=null,o=null,i=null,s=function(...u){o=u,i=this;let a=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(i,o),o=null,i=null)},t),a&&(e.apply(i,o),o=null,i=null)};return s.cancel=()=>{clearTimeout(n),n=null,o=null,i=null},s.flush=()=>{if(n){clearTimeout(n);let u=o,a=i;n=null,o=null,i=null,e.apply(a,u)}},s},St=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):$r.error("Could not parse JSON",n))}},bt=(e,t)=>{let o=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let u=`--${t}${o}`;if(u.length>55)return"";let a=60-u.length;if(a<=0)return"";if(a>=i.length+6){let f=Math.min(a-i.length,e.length);return`${i}${e.slice(0,f)}`}return e.slice(0,a)};var Dr=50*1024,We=(e,t=Dr)=>{if(!e||typeof e!="string"||e.length<=t)return e;let n=e.startsWith("```")?"\n... [truncated]\n```":"... [truncated]";return e.slice(0,t)+n};import{Buffer as Nt}from"buffer";import Lr from"path";var Ct=_("repo"),Pt=async({config:e,isRetry:t})=>{Ct.info("Getting runner diffs");let r=await Mr(),{hasChanges:n}=r,{status:o}=r;if(!n)return{hasChanges:!1};if(!t){let x=jr(o);await Gr(x)}Ct.info("Changes after processing"),await Je();let i=await Xe(o);await Ve(i);let s={stdio:["ignore","pipe","pipe"]},a=(await N("git",["diff","--staged"],s)).stdout;if(n=!!a,!n)return{hasChanges:!1,ignored:i};let p=(await N("git",["diff","--staged","--binary"],s)).stdout,c,m;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await N("git",["commit","-m","Agent runner"]),c=(await N("git",["diff",e.sha,"HEAD"],s)).stdout;let g=(await N("git",["diff",e.sha,"HEAD","--binary"],s)).stdout;c!==g&&(m=Nt.from(g).toString("base64"))}let h={hasChanges:!0,diff:a,resultDiff:c,ignored:i};return a!==p&&(h.diffBinary=Nt.from(p).toString("base64")),m&&(h.resultDiffBinary=m),h},Ve=async(e=[])=>{await N("git",["add",".",...e])},Je=async()=>(await N("git",["status","-s"])).stdout,Ot=/.. (.+)?\.log$/,Ur=[Ot],Mr=async()=>{let e=await Je();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
9
|
-
`).filter(
|
|
10
|
-
`).forEach(
|
|
11
|
-
`).reduce((r,
|
|
8
|
+
`);return i.length>e.length*.8?e:i}import Oe from"process";import{getTracer as nn}from"@netlify/otel";import me from"process";var Te=me.env.NETLIFY_API_URL,ve=me.env.NETLIFY_API_TOKEN,H=y("api"),Re=()=>me.env.NETLIFY_LOCAL_MODE==="true",he=async(e,t={})=>{if(!Te||!ve)throw new Error("No API URL or token");let r=new URL(e,Te),o={...t,headers:{...t.headers,Authorization:`Bearer ${ve}`}};me.env.AGENT_RUNNERS_DEBUG==="true"&&(o.headers["x-nf-debug-logging"]="true"),t.json&&(o.headers||={},o.headers["Content-Type"]="application/json",o.body=JSON.stringify(t.json));let n=await fetch(r,o),i=n.ok&&n.status<=299;if(me.env.AGENT_RUNNERS_DEBUG==="true")H.log(`Response headers for ${r}:`),n.headers.forEach((c,l)=>{H.log(` ${l}: ${c}`)});else{let c=n.headers.get("x-request-id")||n.headers.get("x-nf-request-id");H.log(`Request ID for ${r}: ${c||"N/A"}`)}if(i||H.error(`Got status ${n.status} for request ${r}`),t.raw){if(!i)throw new Error(`API request failed: ${n.status} ${n.statusText}`);return n}let s=await(n.headers.get("content-type")?.includes("application/json")?n.json():n.text());if(!i){let c=typeof s=="string"?s:JSON.stringify(s);throw new Error(`API request failed: ${n.status} - ${c}`)}return s},gt=e=>{H.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(Te=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(ve=e.constants.NETLIFY_API_TOKEN)},mt=()=>({apiUrl:Te,token:ve}),ye=async(e,t)=>Re()?(H.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):he(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),W=async(e,t,r)=>Re()?(H.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):he(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var ht=async(e,t)=>Re()?(H.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):he(`/api/v1/agent_runners/${e}/sessions/${t}`),yt=(e,t,r)=>he(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),_t=async(e,t)=>Re()?(H.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"}}):he(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Ge=async(e,t)=>{H.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 ne=y("ai_gateway"),Ye=null;var Et=async()=>{if(Ye)return Ye;ne.log("Fetching available AI gateway providers");let e=await fetch(`${mt().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 Ye=t,ne.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},hr=async(e,t)=>{let o=(await Et()).providers[e];if(!o)return ne.log(`Provider '${e}' not found`),!1;let n=o.models.includes(t);return ne.log(`Model validation for ${e}/${t}`,{isAvailable:n}),n},wt=async({netlify:e,config:t})=>{let r,o,n,i,s=e.constants?.SITE_ID;if(!s)throw new Error("No site id");let c=async()=>{clearTimeout(n),ne.log("Requesting AI gateway information");let l=await yt(s,t.id,t.sessionId);if({token:r,url:i}=l,o=l.expires_at?l.expires_at*1e3:void 0,ne.log("Got AI gateway information",{token:!!r,expiresAt:o,url:i}),o){let f=o-Date.now()-6e4;f>0&&(n=setTimeout(()=>{c()},f))}};return await Promise.all([c(),Et()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:hr}};import q from"process";import J from"path";import Ae from"fs";import{fileURLToPath as Tr}from"url";import{createRequire as vr}from"module";import{execa as Rr,execaCommand as eo}from"execa";import{Transform as yr}from"stream";var _r=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"]),Er=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function wr(){return Object.entries(process.env).filter(([e,t])=>!(!t||_r.has(e)||Er.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function V(e){if(typeof e!="string")return e;let t=wr();if(t.length===0)return e;let r=e;return t.forEach(o=>{let n=new RegExp(xr(o),"g");r=r.replace(n,"******")}),r}function xr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var oe=class extends yr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,o){let n=t.toString(),i=V(n);o(null,i)}};function xt(){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(o,n,i){let s=typeof o=="string"?V(o):o;return typeof n=="function"?t(s,n):t(s,n,i)},process.stderr.write=function(o,n,i){let s=typeof o=="string"?V(o):o;return typeof n=="function"?r(s,n):r(s,n,i)}}var _e=null,It=e=>(_e&&_e.destroy(),_e=new ee({totalAllowedTime:e}),_e),Tt=()=>_e;var ee=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,o)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let n=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),i=null,s=null;o!==void 0&&(s=new Promise((c,l)=>{i=setTimeout(()=>{l(new Error(`${t} stage exceeded its maximum duration of ${o}ms`))},o)}));try{return s?await Promise.race([r(),s]):await r()}finally{n(),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 vt={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.4",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":"LOG=0 vitest --exclude '**/integration/**'","test:ci:vitest":"LOG=0 c8 -r lcovonly -r text -r json vitest --exclude '**/integration/**'","test:integration":"vitest run test/integration/","test:integration:codex":"vitest run test/integration/codex.test.ts","test:integration:claude":"vitest run test/integration/claude.test.ts","test:integration:gemini":"vitest run test/integration/gemini.test.ts",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.76","@google/gemini-cli":"0.20.2","@netlify/otel":"^5.1.1","@openai/codex":"0.77.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.208.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var Ar=Tr(import.meta.url),Sr=J.dirname(Ar),br=vr(import.meta.url),Se=y("shell"),Be=new Set,Nr={preferLocal:!0},N=(e,t,r)=>{let[o,n]=Cr(t,r),i={...Nr,...n},s=Rr(e,o,i);return Pr(s,i),Fr(s),s};var Cr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Pr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(q.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new oe).pipe(q.stdout),e.stdout?.pipe(new oe).pipe(q.stdout),e.stderr?.pipe(new oe).pipe(q.stderr);return}e.stdout?.pipe(q.stdout),e.stderr?.pipe(q.stderr)},Rt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(q.kill(-e.pid,t),Se.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Se.error("Error killing process:",r),!1}},Or=e=>Rt(e,"SIGKILL"),Fr=e=>{Be.add(e);let t=Tt();if(t){let r=t.onTimesUp(()=>{Se.log(`Global timer expired, killing process ${e.pid}`),Rt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Se.log(`Force killing process ${e.pid} after timeout`),Or(e))},5e3)});e.on("exit",()=>{Be.delete(e),r()}),e.on("error",()=>{Be.delete(e),r()})}};function be(e,t){return!!te(e,t)}function te(e,t){if(!q.env.NETLIFY_LOCAL_MODE)try{let n=br.resolve(vt.name),i=J.dirname(n);for(;i!==J.dirname(i);){let s=J.dirname(i);if(J.basename(s)==="node_modules"){let c=J.join(s,".bin",t);if(Ae.existsSync(c))return c;break}i=s}}catch(n){console.error("Could not resolve package.json",n)}if(q.env.NODE_PATH){let n=J.join(q.env.NODE_PATH,".bin",t);if(Ae.existsSync(n))return n}let r=J.join(e,"node_modules",".bin",t);if(Ae.existsSync(r))return r;let o=J.join(Sr,"..","node_modules",".bin",t);if(Ae.existsSync(o))return o}var At="netlify-agent-runner-context.md",He="task-history",qe="netlify-context",M=".netlify",ie="results.md",Ke="assets";var $r=y("utils"),kr=e=>new Promise(t=>{setTimeout(t,e)}),St=(e,t=3e3)=>{let r=!1,o=null,n=[],i=null,s=(...c)=>{if(r)return o=c,new Promise(p=>{n.push(p)});r=!0;let l,f=new Promise(p=>{l=p});return i=(async()=>{await Promise.resolve();let p=await e(...c);for(l(p);;){if(await kr(t),!o)return r=!1,i=null,p;let u=o,m=n;o=null,n=[],p=await e(...u),m.forEach(h=>{h(p)})}})(),f};return s.flush=async()=>{if((r||o)&&i)return await i,s.flush()},s},se=(e,t,r=!1)=>{let o=null,n=null,i=null,s=function(...c){n=c,i=this;let l=r&&!o;clearTimeout(o),o=setTimeout(()=>{o=null,r||(e.apply(i,n),n=null,i=null)},t),l&&(e.apply(i,n),n=null,i=null)};return s.cancel=()=>{clearTimeout(o),o=null,n=null,i=null},s.flush=()=>{if(o){clearTimeout(o);let c=n,l=i;o=null,n=null,i=null,e.apply(l,c)}},s},bt=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(o){t&&(r?.error?r.error("Could not parse JSON",o):$r.error("Could not parse JSON",o))}},Nt=(e,t)=>{let n=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let c=`--${t}${n}`;if(c.length>55)return"";let l=60-c.length;if(l<=0)return"";if(l>=i.length+6){let f=Math.min(l-i.length,e.length);return`${i}${e.slice(0,f)}`}return e.slice(0,l)};var Dr=50*1024,We=(e,t=Dr)=>{if(!e||typeof e!="string"||e.length<=t)return e;let o=e.startsWith("```")?"\n... [truncated]\n```":"... [truncated]";return e.slice(0,t)+o};import{Buffer as Ct}from"buffer";import Lr from"path";var Pt=y("repo"),Ot=async({config:e,isRetry:t})=>{Pt.info("Getting runner diffs");let r=await Mr(),{hasChanges:o}=r,{status:n}=r;if(!o)return{hasChanges:!1};if(!t){let x=jr(n);await Gr(x)}Pt.info("Changes after processing"),await Je();let i=await Xe(n);await Ve(i);let s={stdio:["ignore","pipe","pipe"]},l=(await N("git",["diff","--staged"],s)).stdout;if(o=!!l,!o)return{hasChanges:!1,ignored:i};let p=(await N("git",["diff","--staged","--binary"],s)).stdout,u,m;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await N("git",["commit","-m","Agent runner"]),u=(await N("git",["diff",e.sha,"HEAD"],s)).stdout;let g=(await N("git",["diff",e.sha,"HEAD","--binary"],s)).stdout;u!==g&&(m=Ct.from(g).toString("base64"))}let h={hasChanges:!0,diff:l,resultDiff:u,ignored:i};return l!==p&&(h.diffBinary=Ct.from(p).toString("base64")),m&&(h.resultDiffBinary=m),h},Ve=async(e=[])=>{await N("git",["add",".",...e])},Je=async()=>(await N("git",["status","-s"])).stdout,Ft=/.. (.+)?\.log$/,Ur=[Ft],Mr=async()=>{let e=await Je();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
9
|
+
`).filter(o=>Ur.some(i=>i instanceof RegExp?i.test(o):o===i)?!1:o[1]?.trim()!=="")).length!==0,status:e}},$t=async()=>{let{stdout:e}=await N("git",["rev-parse","HEAD"]);return e.trim()},kt=async()=>{let{stdout:e}=await N("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},Xe=async e=>{e||=await Je();let t=[".netlify","node_modules","dist"],r=[];return e.split(`
|
|
10
|
+
`).forEach(o=>{t.forEach(i=>{[`?? ${i}`,`?? ${i}${Lr.sep}`].some(c=>o.startsWith(c))&&r.push(`:!${i}`)});let n=o.match(Ft)?.[1];n&&r.push(`:!${n}.log`)}),r},Dt=async()=>{await N("git",["reset","--hard","HEAD"])},jr=e=>{let t=e.split(`
|
|
11
|
+
`).reduce((r,o)=>{if(!o)return r;let[n,i,,...s]=o,c=s.join(""),l=n.trim(),f=i.trim();return r[c]?r[c].change=f:r[c]={filePath:c,stage:l,change:f},r},{});return Object.values(t)},Gr=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 Br from"fs/promises";import Hr from"os";import Mt from"path";import ue from"process";import qr from"readline";import ze from"path";import Yr from"fs/promises";var Ze=y("agent-output-utils");async function ae({initialResult:e,agentName:t,hasError:r}){let o="",n=ze.join(process.cwd(),M,ie);try{let i=await Yr.readFile(n,"utf-8");i&&(o=i,Ze.log(`Pulled result from ${ze.relative(process.cwd(),n)}`))}catch{Ze.log(`No results file found at ${ze.relative(process.cwd(),n)}`)}return o||(!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,o=r?.replace(/\s+/g," ").trim().toLowerCase()||"",n="";return o?.includes("ai gateway is not available for your account")||o?.includes("ai gateway is not enabled for your account")?n="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.":o?.includes("error when talking to gemini api")?n="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(o?.includes("connection closed prematurely")||o?.includes("499")&&t.toLowerCase().includes("gemini"))&&(n=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),o?.includes("request timed out")&&(n=`The ${t} API request's have timed out. Please try again or use a different available agent.`),o?.includes("network error")&&(n=`The ${t} agent is having network issues. Please try again or use a different available agent.`),n&&Ze.log(`Providing updated error messsage: ${n}, replacing original error: ${r}`),n||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 j=y("runner_claude"),Lt="Claude Code",de="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,Kr=({catchError:e,runCmd:t,error:r,result:o,runnerName:n})=>(j.log(`${n} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!o,resultLength:o?o.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),o?(j.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:o}:{error:"Process completed with errors but result was captured",result:o}):(j.log("Setting result to undefined because no valid result was captured"),{error:r||`${n} failed`,result:void 0}));async function Qe({config:e,netlify:t,persistSteps:r,aiGateway:o,continueSession:n,priorAgentSessionId:i,cwd:s=ue.cwd()}){let c=e,{accountType:l,prompt:f,modelVersionOverrides:p}=c,{model:u}=c,m="";if(o){let{token:_,url:d}=o;if(!_||!d)throw new Error("No token or url provided from AI Gateway");if(p?.claude){let a=p?.claude?.[l];if(a){if(!await o.isModelAvailableForProvider("anthropic",a))throw new Error(`Model override '${a}' is not available for anthropic provider`);u=a}}else if(u){if(!await o.isModelAvailableForProvider("anthropic",u))throw new Error(`Model '${u}' is not available for anthropic provider`)}else!!de&&await o.isModelAvailableForProvider("anthropic",de)?(u=de,j.log(`Using default model: ${de}`)):de&&j.log(`Default model ${de} is not available, proceeding without model specification`);ue.env.ANTHROPIC_API_KEY=_,ue.env.ANTHROPIC_BASE_URL=d}else if(!ue.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let h=[],x=[],T={},g=0,E=0,v,R,P=[te(s,"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...u?["--model",u]:[],...n?["--continue"]:[],...n&&i?["--resume",i]:[],"-p",f],O=`${ue.env.NVM_BIN}/node`;j.log(`Running ${O} ${P.join(" ")}`);let k=t.utils.run(O,P,{all:!0,env:ue.env,cwd:s});k.stdin?.end();let A=se(()=>{r?.({steps:h,duration:E})},250),I=(_,d)=>{let a={..._,id:g};g+=1,x.push(a),h.push(a),d||A.flush(),A(),d&&A.flush()},U=qr.createInterface({input:k.all});return U.on("error",_=>{j.error("Readline interface error",{error:_.message,stack:_.stack})}),U.on("line",_=>{let d=null;try{d=JSON.parse(_)}catch{j.log("Could not parse line",_)}d?.session_id&&d.session_id!==m&&(m=d.session_id),Array.isArray(d?.message?.content)?d.message.content.forEach(a=>{switch(a.type){case"text":{a.text&&I({message:a.text});break}case"image":{typeof a.source=="object"&&a.source&&a.source.type==="base64"&&a.source.media_type?I({message:``}):j.log(`Unsupported image type ${a.source?.type}`,a.source);break}case"tool_use":{if(a.name==="Task"){let w=a.input?.description&&`\`${a.input.description}\``;I({title:[Ut(a.name),w].filter(Boolean).join(" ")})}else a.id&&(T[a.id]=a);A.flush();break}case"tool_result":{let w=a.tool_use_id?T[a.tool_use_id]:void 0,Z;if(w){let X=w.input?.file_path&&Mt.relative(s,w.input.file_path),F=X&&`\`${X}\``;Z=[Ut(w.name||""),F].filter(Boolean).join(" ")}let Ie=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(w?.name||""),Q;if(typeof a.content=="string")Q=a.content;else if(Array.isArray(a.content)){let X=[];a.content.forEach(F=>{F?.type==="text"&&typeof F.text=="string"?X.push(F.text):F?.type==="image"&&typeof F.source=="object"&&F.source?F.source.type==="base64"&&F.source.media_type?X.push(``):j.log(`Unsupported image type ${F.source.type}`,F.source):j.log(`Unsupported block type ${F?.type}`)}),Q=X.join(`
|
|
12
12
|
|
|
13
13
|
`)}Ie&&Q&&(Q=`\`\`\`
|
|
14
14
|
${Q.trim()}
|
|
15
|
-
\`\`\``),
|
|
16
|
-
web_search_request = true`):
|
|
15
|
+
\`\`\``),I({title:Z,message:Q},!0);break}case"thinking":{a.thinking&&I({title:"Thinking",message:a.thinking},!0);break}default:j.log(`Message content type is not supported ${a.type}`,a)}}):d?.type==="result"&&(E=d.duration_ms||0,d.is_error?R=d.result:v=d.result,[x,h].forEach(a=>{a[a.length-1]?.message===v&&a.pop()}))}),await k.catch(_=>{({error:R,result:v}=Kr({catchError:_,runCmd:k,error:R,result:v,runnerName:"Claude"}))}),U.close(),A.flush(),{steps:x,duration:E,result:await ae({initialResult:v,agentName:Lt,hasError:!!R}),error:le({error:R,agentName:Lt}),isRetryableError:ce(R),agentSessionId:m}}var jt=async()=>{let e=Mt.join(Hr.homedir(),".claude");await Br.rm(e,{recursive:!0,force:!0})};import Ee from"fs/promises";import Yt from"os";import Ne from"path";import re from"process";import Wr from"readline";var G=y("runner_codex"),Gt="Codex CLI",pe="gpt-5.2",Vr=({catchError:e,runCmd:t,error:r,result:o,runnerName:n})=>(G.log(`${n} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!o,resultLength:o?o.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),o?(G.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:o}:{error:"Process completed with errors but result was captured",result:o}):(G.log("Setting result to undefined because no valid result was captured"),{error:r||`${n} failed`,result:void 0}));async function et({config:e,netlify:t,persistSteps:r=void 0,sendSteps:o=void 0,aiGateway:n,cwd:i=re.cwd()}){let{accountType:s,prompt:c,modelVersionOverrides:l}=e,{model:f}=e;if(n){let{token:d,url:a}=n;if(!d||!a)throw new Error("No token or url provided from AI Gateway");if(l?.codex){let w=l?.codex?.[s];if(w){if(!await n.isModelAvailableForProvider("openai",w))throw new Error(`Model override '${w}' is not available for openai provider`);f=w}}else if(f){if(!await n.isModelAvailableForProvider("openai",f))throw new Error(`Model '${f}' is not available for openai provider`)}else!!pe&&await n.isModelAvailableForProvider("openai",pe)?(f=pe,G.log(`Using default model: ${pe}`)):pe&&G.log(`Default model ${pe} is not available, proceeding without model specification`);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 p=[],u=[],m=[],h={},x=0,T=0,g,E,v=`${re.env.NVM_BIN}/node`,R=Ne.join(Yt.homedir(),".codex"),P=Ne.join(R,"config.toml"),O=Ne.join(R,"auth.json");try{await Ee.mkdir(R,{recursive:!0});let d={OPENAI_API_KEY:re.env.OPENAI_API_KEY};await Ee.writeFile(O,JSON.stringify(d,null,2),"utf-8"),G.log("Created Codex auth.json file");let a="";try{a=await Ee.readFile(P,"utf-8")}catch{}a.includes("web_search_request")||(a.includes("[features]")?a=a.replace(/\[features\]/,`[features]
|
|
16
|
+
web_search_request = true`):a+=`
|
|
17
17
|
[features]
|
|
18
18
|
web_search_request = true
|
|
19
|
-
`,await Ee.writeFile(P,
|
|
20
|
-
`):
|
|
21
|
-
`))}),await A.catch(d=>{let
|
|
22
|
-
${
|
|
23
|
-
\`\`\``),e.status==="failed"&&e.exit_code!==0&&(
|
|
24
|
-
|
|
25
|
-
*Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:
|
|
26
|
-
${
|
|
27
|
-
\`\`\``)}catch(i){
|
|
19
|
+
`,await Ee.writeFile(P,a,"utf-8"),G.log("Updated Codex config with web_search_request enabled"))}catch(d){throw G.warn("Failed to setup Codex config and credentials",{error:d.message}),new Error(`Codex setup failed: ${d.message}`)}let k=[te(i,"codex"),"exec","--yolo","--json","--enable","web_search_request",...f?["--model",f]:[],c].filter(Boolean);G.log(`Running ${v} ${k.join(" ")}`);let A=t.utils.run(v,k,{all:!0,cwd:i,env:{...re.env}}),I=se(()=>{r?.({steps:p,duration:T}),o?.({steps:u,duration:T}),u=[]},250),U=(d,a)=>{d.id=x,x+=1,m.push(d),p.push(d),u.push(d),a||I.flush(),I(),a&&I.flush()},_=Wr.createInterface({input:A.all});return _.on("error",d=>{G.error("Readline interface error",{error:d.message,stack:d.stack})}),_.on("line",d=>{let a=null;try{a=JSON.parse(d)}catch{G.log("Could not parse line",d);return}if(a?.duration_ms&&(T=a.duration_ms),a?.type==="item.started"&&a?.item?.type==="command_execution")h[a.item.id]=a.item;else if(a?.type==="item.completed"&&a?.item?.type==="command_execution"){let w=Xr(a.item);w&&U(w,!0)}else if(a?.type==="item.completed"&&a?.item?.type==="reasoning"){let w={title:"Reasoning",message:a.item.text};U(w,!0)}else if(a?.type==="local_shell_call")h[a.call_id]=a;else if(a?.type==="local_shell_call_output"){let w=zr(h[a.call_id],a);w&&U(w,!0)}else a?.type==="message"&&a.role==="assistant"?g=a.content.map(w=>w.text).join(`
|
|
20
|
+
`):a?.type==="message"&&a.role==="system"&&(E=a.content.map(w=>w.text).join(`
|
|
21
|
+
`))}),await A.catch(d=>{let a=Vr({catchError:d,runCmd:A,error:E,result:g,runnerName:"Codex"});E=a.error,g=a.result}),_.close(),I.flush(),{steps:m,duration:T,result:await ae({initialResult:g,agentName:Gt,hasError:!!E}),error:le({error:E,agentName:Gt}),isRetryableError:ce(E)}}var Bt=async()=>{let e=Ne.join(Yt.homedir(),".codex");await Ee.rm(e,{recursive:!0,force:!0})},Jr=new Set(["bash","-lc"]),Xr=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}\``,o=e.aggregated_output?.trim();return o&&(o=`\`\`\`
|
|
22
|
+
${o}
|
|
23
|
+
\`\`\``),e.status==="failed"&&e.exit_code!==0&&(o=o?`${o}
|
|
24
|
+
|
|
25
|
+
*Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:o}},zr=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(i=>!Jr.has(i)),o=r?`Running \`${r.join(" ")}\``:void 0,n;try{n=JSON.parse(t.output).output?.trim(),n&&(n=`\`\`\`
|
|
26
|
+
${n.trim()}
|
|
27
|
+
\`\`\``)}catch(i){G.error("Could not decode outputMsg",i,t.output)}return{title:o,message:n}};import Ce from"fs/promises";import qt from"os";import Pe from"path";import fe from"process";import Zr from"readline";var Y=y("runner_gemini"),Ht="Gemini CLI",ge="",Qr=({catchError:e,runCmd:t,error:r,result:o,runnerName:n})=>(Y.log(`${n} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!o,resultLength:o?o.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),o?(Y.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:o}:{error:"Process completed with errors but result was captured",result:o}):(Y.log("Setting result to undefined because no valid result was captured"),{error:r||`${n} failed`,result:void 0})),en={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"},tn=async()=>{let e=Pe.join(qt.homedir(),".gemini"),t=Pe.join(e,"settings.json");try{await Ce.mkdir(e,{recursive:!0});let r={};try{let o=await Ce.readFile(t,"utf-8");r=JSON.parse(o)}catch{Y.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 Ce.writeFile(t,JSON.stringify(r,null,2),"utf-8"),Y.log("Configured Gemini CLI settings (preview features and compression threshold)")}catch(r){Y.error("Failed to ensure Gemini CLI settings",{error:r.message})}};async function tt({config:e,netlify:t,persistSteps:r=void 0,sendSteps:o=void 0,aiGateway:n,cwd:i=fe.cwd()}){let{accountType:s,prompt:c,modelVersionOverrides:l}=e,{model:f}=e;if(await tn(),n){let{token:_,url:d}=n;if(!_||!d)throw new Error("No token or url provided from AI Gateway");if(l?.gemini){let a=l?.gemini?.[s];if(a){if(!await n.isModelAvailableForProvider("gemini",a))throw new Error(`Model override '${a}' is not available for gemini provider`);f=a}}if(!f)!!ge&&await n.isModelAvailableForProvider("gemini",ge)?(f=ge,Y.log(`Using default model: ${ge}`)):ge&&Y.log(`Default model ${ge} is not available, proceeding without model specification`);else if(f&&!l?.gemini?.[s]&&!await n.isModelAvailableForProvider("gemini",f))throw new Error(`Model '${f}' is not available for gemini provider`);fe.env.GEMINI_API_KEY=_,fe.env.GOOGLE_GEMINI_BASE_URL=d}else if(!fe.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let p=[],u=[],m=[],h={},x=0,T=0,g,E,v=[te(i,"gemini"),...f?["--model",f]:[],"--yolo","--output-format","stream-json","-p",c],R=`${fe.env.NVM_BIN}/node`;Y.log(`Running ${R} ${v.join(" ")}`);let P=t.utils.run(R,v,{all:!0,env:fe.env,cwd:i});P.stdin?.end();let O=se(()=>{r?.({steps:p,duration:T}),o?.({steps:u,duration:T}),u=[]},250),k=(_,d)=>{_.id=x,x+=1,m.push(_),p.push(_),u.push(_),d||O.flush(),O(),d&&O.flush()},A=Zr.createInterface({input:P.all});A.on("error",_=>{Y.error("Readline interface error",{error:_.message,stack:_.stack})});let I="",U=()=>{I&&k({message:I.trim()}),I=""};return A.on("line",_=>{let d=null;try{if(_.startsWith("[API Error")){let a=_.match(/\[api error: (.+?)]$/i)?.[1];d={type:"error",value:bt(a,!1)?.error?.message||a||"Gemini encountered error"}}else d=JSON.parse(_)}catch{return}if(d)switch(["message","result"].includes(d.type)||U(),d.type){case"message":{d.role!=="user"&&d.content&&(I+=d.content);break}case"tool_use":{let a=en[d.tool_name]??d.tool_name,w=d.parameters?.file_path,Z=w&&Pe.relative(i,w),Ie=d.parameters?.command,X={title:[a,Z&&`\`${Z}\``,Ie&&`\`${Ie}\``].filter(Boolean).join(" ")};h[d.tool_id]=X,O.flush();break}case"tool_result":{let a=h[d.tool_id];a&&(d.output&&(a.message=`\`\`\`
|
|
28
28
|
${d.output.trim()}
|
|
29
|
-
\`\`\``),k(
|
|
29
|
+
\`\`\``),k(a,!0));break}case"result":{T=d.stats?.duration_ms,d.status==="error"?E=d.error?.message:g=I.trim();break}case"error":{E=d.error;break}case"finished":break;default:{Y.warn("Unhandled message type:",d.type);break}}}),await P.catch(_=>{({error:E,result:g}=Qr({catchError:_,runCmd:P,error:E,result:g,runnerName:"Gemini"}))}),A.close(),O.flush(),{steps:m,duration:T,result:await ae({initialResult:g,agentName:Ht,hasError:!!E}),error:le({error:E,agentName:Ht}),isRetryableError:ce(E)}}var Kt=async()=>{let e=Pe.join(qt.homedir(),".gemini");await Ce.rm(e,{recursive:!0,force:!0})};var rn={codex:{runner:et,clean:Bt},claude:{runner:Qe,clean:jt},gemini:{runner:tt,clean:Kt}},Wt=rn;var Vt=y("init_stage"),Jt=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:o})=>await S(nn(),"init-stage",async n=>{let i=performance.now();n?.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":o||"unknown"});let s=Wt[e.runner];if(!s)throw n?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let c=on({apiToken:r});gt(c);let l=e.useGateway?await wt({netlify:c,config:e}):void 0;n?.setAttributes({"init.aiGateway.created":!!l}),e.validateAgent&&e.errorLogsPath&&n?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let f=5*1024,p=St(async({steps:x=[],duration:T})=>{let g=x.map(E=>{let v=E.title?We(V(E.title),f):void 0,R=E.message?We(V(E.message)):void 0;return{...E,title:v,message:R}});x.length=0;try{return await W(e.id,e.sessionId,{steps:g,duration:T})}catch(E){Vt.error("persistSteps failed",{error:E?.message||E})}},t);Vt.info("Adding build files to stage");let u=await Xe();await Ve(u);let m;e.hasRepo?e.sha?(m=e.sha,n?.setAttributes({"init.sha.source":"provided"})):(m=await $t(),await ye(e.id,{sha:m}),n?.setAttributes({"init.sha.source":"current_commit"})):(m=await kt(),n?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let h=performance.now()-i;return n?.setAttributes({"init.sha":m||"unknown","init.duration.ms":h,"init.status":"success"}),{aiGateway:l,context:c,persistSteps:p,runner:s,sha:m}}),on=({apiToken:e})=>({constants:{NETLIFY_API_HOST:Oe.env.NETLIFY_API_HOST||"api.netlify.com",NETLIFY_API_TOKEN:e||Oe.env.NETLIFY_API_TOKEN,SITE_ID:Oe.env.SITE_ID,FUNCTIONS_DIST:Oe.env.FUNCTIONS_DIST||"netlify/functions"},utils:{run:N}});import{getTracer as rt}from"@netlify/otel";import sn from"crypto";import z from"fs/promises";import L from"path";import B from"process";var D=y("context"),an=e=>{let t=e?.constants||{};return{siteId:t.SITE_ID,accountId:B.env.NETLIFY_TEAM_ID,userId:B.env.NETLIFY_AGENT_RUNNER_USER_ID,siteSlug:B.env.SITE_NAME,apiHost:t.NETLIFY_API_HOST,functionsDir:t.FUNCTIONS_DIST}},ln=10,cn=async e=>{let{name:t,ext:r}=L.parse(e),o=e,n=L.join(B.cwd(),M,o),i=0;for(;await un(n);){if(i>=ln)throw new Error("Failed to generate context file");o=`${t}-${sn.randomUUID().slice(0,5)}${r}`,n=L.join(B.cwd(),M,o),i+=1}return o},un=async e=>{try{return await z.access(e),!0}catch{return!1}},dn=async()=>{try{D.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 D.warn("Invalid response structure: missing or invalid consumers array"),null;let r=t.consumers.find(o=>o&&typeof o=="object"&&o.key==="catchall-consumer");return r?!r.contextScopes||typeof r.contextScopes!="object"?(D.warn("Catchall consumer missing or invalid contextScopes"),null):r:(D.warn("Catchall consumer not found in context consumers"),null)}catch(e){return e.name==="AbortError"?D.warn("Netlify features context request timed out"):D.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 o=await r.text();return await z.writeFile(t,o,"utf-8"),!0}catch(r){return r.name==="AbortError"?D.warn(`Download timeout for ${e}`):D.warn(`Failed to download context file ${e}:`,r.message),!1}},Fe=null,fn=async()=>{if(Fe)return Fe;let e=await dn();if(!e)return[];let t=L.join(B.cwd(),M,qe);await z.mkdir(t,{recursive:!0});let r=Object.entries(e.contextScopes).map(async([n,i])=>{if(!i||typeof i!="object"||!i.endpoint||!i.scope)return D.warn(`Invalid scope data for ${n}, skipping...`),null;let s=`${n}.md`,c=L.join(t,s),l=L.join(M,qe,s);return D.log(`Downloading ${i.scope} context...`),await pn(i.endpoint,c)?(D.log(`Downloaded: ${l}`),{scope:i.scope,path:l,key:n}):null});return Fe=(await Promise.all(r)).filter(n=>n!==null),Fe},Xt=async({cliPath:e,netlify:t,config:r,buildErrorContext:o})=>{let n=an(t),i=await cn(At),s=L.join(B.cwd(),M);await z.mkdir(s,{recursive:!0});let c=L.join(M,i),l=L.join(B.cwd(),c),f=L.join(B.cwd(),M,ie);try{await z.unlink(f),D.log(`Deleted old results file: ${f}`)}catch{}let p=o?`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.
|
|
31
31
|
Don't apply techniques of reverting changes. Apply fixes related to errors.
|
|
32
32
|
Don't try to run build by yourself. Just fix the errors.
|
|
33
33
|
|
|
34
34
|
<build_error_context>
|
|
35
|
-
${
|
|
36
|
-
</build_error_context>`:"",
|
|
35
|
+
${o}
|
|
36
|
+
</build_error_context>`:"",u="";r.siteContext&&r.siteContext.length!==0&&(u=`
|
|
37
37
|
<project_rules>
|
|
38
38
|
${r.siteContext.filter(g=>g.site_context).map(g=>typeof g.site_context=="string"?g.site_context:typeof g.site_context=="object"?JSON.stringify(g.site_context):"").join(`
|
|
39
39
|
|
|
40
40
|
`)}
|
|
41
41
|
</project_rules>
|
|
42
|
-
`);let m="";if(r.sessionHistoryContext?.length){let g=L.join(B.cwd(),
|
|
42
|
+
`);let m="";if(r.sessionHistoryContext?.length){let g=L.join(B.cwd(),M,He);await z.mkdir(g,{recursive:!0});let E=await Promise.all(r.sessionHistoryContext.map(async(v,R)=>{let P=R+1,O=`attempt-${P}.md`,k=L.join(g,O),A=L.join(M,He,O),I=`# Task History - Attempt ${P}
|
|
43
43
|
|
|
44
44
|
## Request - what the user asked for
|
|
45
45
|
${v.request}
|
|
@@ -49,7 +49,7 @@ ${v.request}
|
|
|
49
49
|
## Response - what the agent replied with after its work
|
|
50
50
|
|
|
51
51
|
${v.response}
|
|
52
|
-
`;return await z.writeFile(k,
|
|
52
|
+
`;return await z.writeFile(k,I,"utf-8"),D.log(`Created history file: ${A}`),A}));m+=`
|
|
53
53
|
<session_history_context>
|
|
54
54
|
History of prior work on this task.
|
|
55
55
|
You MUST review ALL of the files below as context to understand the context of previous attempts. Use this information to continue the discussion appropriately.
|
|
@@ -68,7 +68,7 @@ ${v.response}
|
|
|
68
68
|
|
|
69
69
|
Refer to these files when working with specific Netlify features.
|
|
70
70
|
</netlify_features_context>
|
|
71
|
-
`);let
|
|
71
|
+
`);let T=`
|
|
72
72
|
You're an AI agent designed to assist with tasks related to a Netlify project. Please review, understand, and use the context provided to complete the user's request as needed.
|
|
73
73
|
|
|
74
74
|
<request>
|
|
@@ -91,16 +91,16 @@ You're an AI agent designed to assist with tasks related to a Netlify project. P
|
|
|
91
91
|
- for requests that require work with attachments or assets, take into account that uploaded attachments are stored in ${s}/${Ke} folder
|
|
92
92
|
- move assets from ${s}/${Ke} folder to the project assets folder if they are referenced in a code or applied changes
|
|
93
93
|
</attachements>
|
|
94
|
-
${
|
|
94
|
+
${u}
|
|
95
95
|
</requirements>
|
|
96
96
|
|
|
97
97
|
<extra_context>
|
|
98
98
|
<metadata>
|
|
99
|
-
- Site/Project ID: ${
|
|
100
|
-
- Account/Team ID: ${
|
|
101
|
-
- User ID: ${
|
|
102
|
-
- Site/Project Slug: ${
|
|
103
|
-
- Netlify Functions directory: ${
|
|
99
|
+
- Site/Project ID: ${n.siteId}
|
|
100
|
+
- Account/Team ID: ${n.accountId}
|
|
101
|
+
- User ID: ${n.userId}
|
|
102
|
+
- Site/Project Slug: ${n.siteSlug}
|
|
103
|
+
- Netlify Functions directory: ${n.functionsDir}
|
|
104
104
|
</metadata>
|
|
105
105
|
<environment>
|
|
106
106
|
- Node Version: ${B.version||"unknown"}
|
|
@@ -116,7 +116,7 @@ You're an AI agent designed to assist with tasks related to a Netlify project. P
|
|
|
116
116
|
</extra_context>
|
|
117
117
|
|
|
118
118
|
${m}
|
|
119
|
-
`;return await z.writeFile(
|
|
119
|
+
`;return await z.writeFile(l,T,"utf-8"),D.log(`Generated agent context document at: ${l}`),T.length>5e5&&(T=`
|
|
120
120
|
You're an AI agent designed to assist with tasks related to a Netlify project. Please review, understand, and use the context provided to complete the user's request as needed.
|
|
121
121
|
|
|
122
122
|
<request>
|
|
@@ -126,20 +126,20 @@ You're an AI agent designed to assist with tasks related to a Netlify project. P
|
|
|
126
126
|
${p}
|
|
127
127
|
</request>
|
|
128
128
|
|
|
129
|
-
Use the following file for the complete context of the ask, the environment, and what's available. ${
|
|
130
|
-
`),
|
|
129
|
+
Use the following file for the complete context of the ask, the environment, and what's available. ${l} You MUST READ ALL OF IT. Make sure to read it first. Never cite or paraphrase private context.
|
|
130
|
+
`),T};var gn=y("prompt"),zt=async({cliPath:e,config:t,netlify:r,buildErrorContext:o})=>{let n=await Xt({cliPath:e,config:t,netlify:r,buildErrorContext:o});return process.env.AGENT_RUNNER_DEBUG&&gn.log("Contextful Prompt:",n),{prompt:n}};var $e=y("inference_stage"),Zt=5,ke=async e=>{let{cliPath:t,config:r,context:o,buildErrors:n,runner:i,persistSteps:s,aiGateway:c,attempt:l,contextPrefix:f,priorAgentSessionId:p}=e;$e.log(`Running inference stage, attempt ${l} of ${Zt}`);let u=await S(rt(),"inference-stage",async m=>{m?.setAttributes({"inference.attempt":l||1}),xt();let{prompt:h}=await S(rt(),"compose-prompt",async()=>await zt({cliPath:t,config:r,buildErrorContext:mn(n),netlify:o})),x=`
|
|
131
131
|
${f||""}
|
|
132
132
|
${h}
|
|
133
|
-
`.trim(),
|
|
133
|
+
`.trim(),T={...r,prompt:x},g=await S(rt(),`run-${r.runner}`,async()=>await i({aiGateway:c,config:T,netlify:o,persistSteps:s,continueSession:!!(l&&l>1),priorAgentSessionId:p}));return g.result&&(g.result=V(g.result)),g.error&&(g.error=V(g.error)),await s.flush(),g});if(u.error){if($e.error("Runner failed",{stepsCount:u.steps.length,duration:u.duration,error:u.error,isRetryableError:u.isRetryableError,attempt:l||1,agentSessionId:u.agentSessionId}),u.isRetryableError&&(!l||l<Zt))return $e.log("Retrying inference stage"),await new Promise(h=>setTimeout(h,5e3)),{runnerResult:(await ke({...e,attempt:(l||1)+1,priorAgentSessionId:u.agentSessionId,contextPrefix:u.agentSessionId?"":"<important> The agent has already started on this work but ran into networking errors trying to complete it. Please continue from where it left off (you can use git commands to see what's currently changed thus far) and do not start over. Here is the full prompt for context: </important>"})).runnerResult};throw $e.log("Do not retry inference stage"),new Error(u.error)}return{runnerResult:u}},mn=e=>!e||e.length===0?"":`
|
|
134
134
|
Deploy failed failed. Here are the errors to review on the latest build:
|
|
135
135
|
|
|
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 _n from"process";import{getTracer as nt}from"@netlify/otel";import{getTracer as hn}from"@netlify/otel";var we=
|
|
140
|
-
Preview deploy created successfully:`,{deployId:
|
|
141
|
-
`);for(let s of i)if(s.startsWith("diff --git")){if(n
|
|
142
|
-
`),
|
|
139
|
+
`;import _n from"process";import{getTracer as nt}from"@netlify/otel";import{getTracer as hn}from"@netlify/otel";var we=y("deploy"),Qt=async e=>await S(hn(),"create-preview-deploy",async t=>yn(e,t)),yn=async({netlify:e,hasRepo:t,skipBuild:r,message:o="Agent Preview",deploySubdomain:n,cliPath:i,filter:s},c)=>{try{let l=["deploy","--message",`"${o}"`,"--json","--draft","--verbose"];t||(we.log("Deploy: Uploading source zip"),l.push("--upload-source-zip")),n&&l.push("--alias",n),s&&l.push("--filter",s),r?(we.log("Deploy: Skipping build"),l.push("--no-build")):l.push("--context","deploy-preview");let f=i||"netlify";we.log(`Running: ${f} ${l.join(" ")}`),c?.setAttributes({cmd:f,args:l});let p=await e.utils.run(f,l,{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}),we.log(`
|
|
140
|
+
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let m={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(m.sourceZipFilename=u.source_zip_filename),m}catch(l){throw we.error("Failed to create preview deploy via CLI:",l),c?.setAttributes({success:!1,error:l.message}),l}};var xe=y("deploy_stage"),ot=async e=>await S(nt(),"run-deploy-stage",async()=>En(e)),En=async({cliPath:e,config:t,context:r,result:o,filter:n,isRetry:i})=>{let s=await S(nt(),"get-runner-diffs",async()=>await Ot({config:t,isRetry:i}));if(xe.info("Resolved git",{hasChanges:s.hasChanges,ignored:s.ignored??[]}),!s.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:c,resultDiff:l,diffBinary:f,resultDiffBinary:p}=s,u=!0;xe.log("Preview deploy condition check:",{resultUndefined:o===void 0,resultType:typeof o,hasChanges:u,wouldCreatePreview:o!==void 0&&u});let m=null;if(o!==void 0&&u)try{let h;try{let x=await S(nt(),"get-runner-session",async()=>await ht(t.id,t.sessionId));x?.title&&(h=x.title)}catch(x){xe.warn("Failed to fetch session title, using fallback message:",x.message)}await W(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),m=await Qt({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:h,skipBuild:!1,deploySubdomain:Nt(t.id,_n.env.SITE_NAME),filter:n})}catch(h){return xe.warn("Failed to create preview deploy (continuing with agent run):",h),{diff:c,resultDiff:l,hasChanges:u,previewInfo:null,diffBinary:f,resultDiffBinary:p,deployError:h instanceof Error?h.message:String(h)}}return xe.log("Git status",{hasDiff:!!c,hasChanges:u}),{diff:c,resultDiff:l,hasChanges:u,previewInfo:m,diffBinary:f,resultDiffBinary:p}};import{getTracer as Le}from"@netlify/otel";async function er(e,t){let{maxRetries:r,baseDelay:o,onRetry:n}=t,i;for(let s=1;s<=r;s++)try{return await e()}catch(c){if(i=c,s===r)throw i;n&&n(s,i),await new Promise(l=>setTimeout(l,o*s))}throw i}var De=class{scanDiffForForms(t){let r=[],o=null,n=[],i=t.split(`
|
|
141
|
+
`);for(let s of i)if(s.startsWith("diff --git")){if(o&&n.length>0){let l=this.containsNetlifyForm(n,o);l&&r.push(l)}let c=s.split(" ");o=c[c.length-1].replace(/^b\//,""),n=[]}else s.startsWith("+")&&!s.startsWith("+++")&&n.push(s.slice(1));if(o&&n.length>0){let s=this.containsNetlifyForm(n,o);s&&r.push(s)}return{detected:r.length>0,matches:r}}containsNetlifyForm(t,r){let o=t.join(`
|
|
142
|
+
`),n=[{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:s}of n){let c=o.match(i);if(c){let l=c.index||0,f=Math.max(0,l-20),p=Math.min(o.length,l+c[0].length+20),u=o.slice(f,p).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${s}] ${u}`}}}return null}};var b=y("cleanup_stage"),tr=async e=>await S(Le(),"cleanup-stage",async()=>wn(e)),it=1024*1024*10,wn=async({config:e,diff:t,result:r,duration:o,resultDiff:n,diffBinary:i,resultDiffBinary:s,previewInfo:c})=>{let l={result:r||"Done",duration:o};c&&c.deployId&&(l.deploy_id=c.deployId),c&&c.sourceZipFilename&&(l.result_zip_file_name=c.sourceZipFilename);let f=t||i||n||s;if(f&&(l.diff_produced=!0),f){let p=new De,u=t||i||"",m=p.scanDiffForForms(u);m.detected?(b.log("Detected Netlify form(s) in diff:"),m.matches.forEach(({file:h,snippet:x})=>{b.log(` - ${h}: ${x}`)}),l.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(f)try{b.log("Getting pre-signed URLs for diff upload");let p=await _t(e.id,e.sessionId),u=[];(t||i)&&u.push(Ge(p.result.upload_url,i||t).then(()=>{l.result_diff_s3_key=p.result.s3_key,b.log("Successfully uploaded result_diff to S3")})),(n||s)&&u.push(Ge(p.cumulative.upload_url,s||n).then(()=>{l.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),(n||s)&&(b.log("Updating agent runner with cumulative diff S3 key"),await S(Le(),"update-runner",async()=>{await ye(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||i||""),m=Buffer.byteLength(s||n||"");if(u>it||m>it){let h=`Diffs exceed maximum inline size of ${it} bytes.`;throw b.error(h),new Error(h)}l.result_diff=t,l.result_diff_binary=i,(n||s)&&(l.cumulative_diff=n,l.cumulative_diff_binary=s,b.log("Updating agent runner with inline diffs (fallback)"),await S(Le(),"update-runner",async()=>{await ye(e.id,{result_diff:n,result_diff_binary:s})}))}else b.log("No diffs to upload");return b.log("Updated agent runner with result"),await er(async()=>await S(Le(),"update-runner-session",()=>W(e.id,e.sessionId,l)),{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:l}};import{getTracer as rr,shutdownTracers as In,withActiveSpan as nr}from"@netlify/otel";var Tn=xn(import.meta.url),or=Tn("../package.json"),st=y("pipeline_index"),Ue=3,ir=async({config:e,apiToken:t,cliPath:r="netlify",cwd:o,errorLogsPath:n,filter:i,tracing:s={}})=>{let c,{withStageTimer:l}=It(ee.timeUnits.hours(4)),f=await pt(or.version,e.id,s);try{await nr(rr(),"run-pipeline",{},f,async()=>{let{aiGateway:p,context:u,persistSteps:m,runner:h,sha:x}=await l("init",()=>Jt({config:e,apiToken:t,cliPath:r,cwd:o,errorLogsPath:n,filter:i,runnerVersion:or.version}),ee.timeUnits.minutes(10));c=h.clean,e.sha=x;let{runnerResult:T}=await l("inference",()=>ke({cliPath:r,config:e,context:u,runner:h.runner,persistSteps:m,aiGateway:p}));await W(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let g=await l("deploy",()=>ot({cliPath:r,config:e,context:u,result:T.result,filter:i,isRetry:!1})),E=T,v=[];if(g.hasChanges&&g.deployError){v.push(ft(g.deployError));let I=1,U=!1;for(;I<=Ue&&!g.previewInfo&&!U;)st.log(`Deploy attempt had errors. Retrying. ${I}/${Ue}`),await nr(rr(),"deploy-stage",async _=>{_?.setAttributes({"stage.attempt":I});let d;try{d=(await l(`inference-retry-${I}`,()=>ke({cliPath:r,config:e,context:u,runner:h.runner,persistSteps:m,aiGateway:p,buildErrors:v,priorAgentSessionId:T.agentSessionId}))).runnerResult}catch(a){st.warn(`Inference retry ${I} failed, stopping deploy retries:`,a),U=!0;return}E={...d,steps:[...E.steps||[],...d.steps||[]],duration:(E.duration||0)+(d.duration||0)},g=await l(`deploy-retry-${I}`,()=>ot({cliPath:r,config:e,context:u,result:d.result,filter:i,isRetry:!0})),g.deployError&&v.push(g.deployError),I++});I>Ue&&!g.previewInfo&&console.warn(`Deploy validation failed after ${Ue} attempts`)}let{diff:R,resultDiff:P,previewInfo:O,diffBinary:k,resultDiffBinary:A}=g;await l("cleanup",()=>tr({config:e,diff:R,result:E.result,duration:E.duration,resultDiff:P,diffBinary:k,resultDiffBinary:A,previewInfo:O}),ee.timeUnits.minutes(10)),process.env.NETLIFY_LOCAL_MODE||(await c?.(),await Dt())})}catch(p){st.error("Got error while running pipeline",p),await c?.();let u=p instanceof Error&&p.message;throw await W(e.id,e.sessionId,{result:u||"Encountered error when running agent",state:"error"}),p}finally{await In()}};import sr from"crypto";var $=y("bin_local"),K=vn(C.argv.slice(2),{string:["cwd","cli-path","filter","prompt","runner","model","netlify-api-token"],boolean:["verbose","help"],alias:{h:"help",v:"verbose"}}),lt=()=>{console.log(`
|
|
143
143
|
agent-runner-cli-local - Run Netlify agent runner locally without API connections
|
|
144
144
|
|
|
145
145
|
USAGE:
|
|
@@ -171,6 +171,6 @@ NOTE:
|
|
|
171
171
|
This local mode mocks all Netlify API calls. The agent will run through
|
|
172
172
|
the full pipeline including inference and deployment, but API calls will
|
|
173
173
|
be logged instead of executed.
|
|
174
|
-
`)};K.help&&(
|
|
175
|
-
To link this directory to a Netlify site, run:`),$.error(" netlify link"),C.exit(1)}let
|
|
174
|
+
`)};K.help&&(lt(),C.exit(0));K.prompt||($.error("Error: --prompt is required"),lt(),C.exit(1));K["netlify-api-token"]||($.error("Error: --netlify-api-token is required - generate a PAT from your Netlify user settings"),lt(),C.exit(1));try{let e=K.cwd||C.cwd(),t=ar.join(e,".netlify","netlify-agent-runner-context*");lr.rmSync(t,{recursive:!0,force:!0});let r;try{r=await Rn(e)}catch(c){$.error(c.message),$.error(`
|
|
175
|
+
To link this directory to a Netlify site, run:`),$.error(" netlify link"),C.exit(1)}let o=`local-${sr.randomBytes(8).toString("hex")}`,n=`session-${sr.randomBytes(8).toString("hex")}`,i=K.runner||"claude";$.log("Starting agent runner in local mode",{runnerId:o,sessionId:n,siteId:r,cwd:e,runner:i});let s={id:o,sessionId:n,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"?be(e,"claude")||($.log("Claude CLI not found, installing..."),await at(e,"@anthropic-ai/claude-code")):i==="gemini"?be(e,"gemini")||($.log("Gemini CLI not found, installing..."),await at(e,"@google/gemini-cli")):i==="codex"?be(e,"codex")||($.log("Codex CLI not found, installing..."),await at(e,"@openai/codex")):($.error(`Unknown runner: ${i}`),C.exit(1)),await ir({config:s,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 at(e,t){return new Promise((r,o)=>{N("npm",["install",t,"--no-save"],{cwd:e}).then(({stdout:n})=>{$.log(`${t} installed: ${n}`),r()}).catch(n=>{$.error(`Error installing ${t}: ${n.stderr||n.message}`),o(n)})})}async function Rn(e){let t=ar.join(e,".netlify","state.json");try{let r=await lr.readFileSync(t,"utf-8"),o=JSON.parse(r);if(!o.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: ${o.siteId}`),o.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
|