@netlify/agent-runner-cli 1.58.0-alpha → 1.58.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 +59 -59
- package/dist/bin.js +48 -48
- package/dist/index.js +60 -60
- package/package.json +11 -7
package/dist/bin-local.js
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import C from"process";import
|
|
3
|
-
`),r=[],
|
|
4
|
-
`)),
|
|
5
|
-
${
|
|
2
|
+
import C from"process";import ir from"path";import sr from"fs";import In from"minimist";import{createRequire as En}from"module";import{createTracerProvider as lr}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as at}from"@netlify/otel/opentelemetry";import{FetchInstrumentation as cr}from"@netlify/otel/instrumentation-fetch";import{withActiveSpan as ur}from"@netlify/otel";import{propagation as lt,context as ct,W3CTraceContextPropagator as dr}from"@netlify/otel/opentelemetry";import{OTLPTraceExporter as pr}from"@opentelemetry/exporter-trace-otlp-grpc";import ar from"process";function _(e){let t=ar.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=_("tracing"),ut=async(e,t,r)=>(await lr({serviceName:"@netlify/agent-runner-cli",serviceVersion:e,deploymentEnvironment:"production",siteUrl:"",siteId:process.env.SITE_ID??"",siteName:t,spanProcessors:[new at(new je),new at(new pr({url:r.exporterUrl}))],instrumentations:[new cr({skipHeaders:!0})]}),r.traceparent?(lt.setGlobalPropagator(new dr),lt.extract(ct.active(),{traceparent:r.traceparent,isRemote:!0})):ct.active());function S(e,t,r){return Me.log(`\u23F3 TRACE: ${t} starting...`),ur(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[u,a]of Object.entries(o))u.includes("duration")&&typeof a=="number"?n.push(`${u}=${a.toFixed(2)}ms`):n.push(`${u}=${a}`);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 fr=["error","failed","exception","fatal","panic","abort","crash"];function dt(e){let t=e.split(`
|
|
3
|
+
`),r=[],o=-1,n=0;for(;n<t.length;){let u=t[n].slice(0,500).toLowerCase();if(fr.some(f=>u.includes(f))){let f=Math.max(0,n-10,o+1),p=Math.min(t.length-1,n+20),c=[];for(let m=f;m<=p;m++)c.push(t[m]);r.push(c.join(`
|
|
4
|
+
`)),o=p,n=p+1}else n++}if(r.length===0)return e;let i=r.map((s,u)=>`<extracted_error_chunk order="${u+1}">
|
|
5
|
+
${s}
|
|
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 fe from"process";var Ie=fe.env.NETLIFY_API_URL,xe=fe.env.NETLIFY_API_TOKEN,Y=y("api"),Te=()=>fe.env.NETLIFY_LOCAL_MODE==="true",ge=async(e,t={})=>{if(!Ie||!xe)throw new Error("No API URL or token");let r=new URL(e,Ie),n={...t,headers:{...t.headers,Authorization:`Bearer ${xe}`}};fe.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(fe.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 a=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!i)throw a;return a},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&&(Ie=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(xe=e.constants.NETLIFY_API_TOKEN)},dt=()=>({apiUrl:Ie,token:xe}),me=async(e,t)=>Te()?(Y.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):ge(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),q=async(e,t,r)=>Te()?(Y.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):ge(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var pt=async(e,t)=>Te()?(Y.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):ge(`/api/v1/agent_runners/${e}/sessions/${t}`),ft=(e,t,r)=>ge(`/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)=>Te()?(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"}}):ge(`/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=y("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,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let c=async()=>{clearTimeout(o),oe.log("Requesting AI gateway information");let s=await ft(a,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 ve 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 a=typeof n=="string"?W(n):n;return typeof o=="function"?t(a,o):t(a,o,i)},process.stderr.write=function(n,o,i){let a=typeof n=="string"?W(n):n;return typeof o=="function"?r(a,o):r(a,o,i)}}var he=null,_t=e=>(he&&he.destroy(),he=new Q({totalAllowedTime:e}),he),Et=()=>he;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,a=null;n!==void 0&&(a=new Promise((c,s)=>{i=setTimeout(()=>{s(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return a?await Promise.race([r(),a]):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.58.0-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.58","@google/gemini-cli":"0.19.1","@netlify/otel":"^5.0.1","@openai/codex":"0.65.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),Re=y("shell"),Ge=new Set,vr={preferLocal:!0},N=(e,t,r)=>{let[n,o]=Rr(t,r),i={...vr,...o},a=wr(e,n,i);return Ar(a,i),br(a),a};var Rr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Ar=(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),Re.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Re.error("Error killing process:",r),!1}},Sr=e=>It(e,"SIGKILL"),br=e=>{Ge.add(e);let t=Et();if(t){let r=t.onTimesUp(()=>{Re.log(`Global timer expired, killing process ${e.pid}`),It(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Re.log(`Force killing process ${e.pid} after timeout`),Sr(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function Ae(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 a=V.dirname(i);if(V.basename(a)==="node_modules"){let c=V.join(a,".bin",t);if(ve.existsSync(c))return c;break}i=a}}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(ve.existsSync(o))return o}let r=V.join(e,"node_modules",".bin",t);if(ve.existsSync(r))return r;let n=V.join(xr,"..","node_modules",".bin",t);if(ve.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=y("utils"),Cr=e=>new Promise(t=>{setTimeout(t,e)}),Tt=(e,t=3e3)=>{let r=!1,n=null,o=[],i=null,a=(...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(h=>{h(p)})}})(),m};return a.flush=async()=>{if((r||n)&&i)return await i,a.flush()},a},ae=(e,t,r=!1)=>{let n=null,o=null,i=null,a=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 a.cancel=()=>{clearTimeout(n),n=null,o=null,i=null},a.flush=()=>{if(n){clearTimeout(n);let c=o,s=i;n=null,o=null,i=null,e.apply(s,c)}},a},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 At}from"buffer";import Pr from"path";var St=y("repo"),bt=async({config:e})=>{St.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),St.info("Changes after processing"),await qe();let i=await We(n);await Ke(i);let a={stdio:["ignore","pipe","pipe"]},s=(await N("git",["diff","--staged"],a)).stdout;if(r=!!s,!r)return{hasChanges:!1,ignored:i};let p=(await N("git",["diff","--staged","--binary"],a)).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"],a)).stdout;let f=(await N("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;u!==f&&(g=At.from(f).toString("base64"))}let h={hasChanges:!0,diff:s,resultDiff:u,ignored:i};return s!==p&&(h.diffBinary=At.from(p).toString("base64")),g&&(h.resultDiffBinary=g),h},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
|
-
`).filter(
|
|
10
|
-
`).forEach(
|
|
11
|
-
`).reduce((r,
|
|
12
|
-
|
|
13
|
-
`)}
|
|
14
|
-
${
|
|
15
|
-
\`\`\``),
|
|
16
|
-
|
|
17
|
-
[
|
|
18
|
-
|
|
19
|
-
`,await
|
|
20
|
-
`):l?.type==="message"&&l.role==="system"&&(
|
|
21
|
-
`))}),await
|
|
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){
|
|
8
|
+
`);return i.length>e.length*.8?e:i}import Oe from"process";import{getTracer as en}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),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((u,a)=>{H.log(` ${a}: ${u}`)});else{let u=n.headers.get("x-request-id")||n.headers.get("x-nf-request-id");H.log(`Request ID for ${r}: ${u||"N/A"}`)}if(i||H.error(`Got status ${n.status} for request ${r}`),t.raw){if(!i)throw n;return n}let s=await(n.headers.get("content-type")?.includes("application/json")?n.json():n.text());if(!i)throw s;return s},pt=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)},ft=()=>({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 gt=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}`),mt=(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}}),ht=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 yt=async()=>{if(Ye)return Ye;ne.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 Ye=t,ne.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},gr=async(e,t)=>{let o=(await yt()).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},_t=async({netlify:e,config:t})=>{let r,o,n,i,s=e.constants?.SITE_ID;if(!s)throw new Error("No site id");let u=async()=>{clearTimeout(n),ne.log("Requesting AI gateway information");let a=await mt(s,t.id,t.sessionId);if({token:r,url:i}=a,o=a.expires_at?a.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(()=>{u()},f))}};return await Promise.all([u(),yt()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:gr}};import q from"process";import J from"path";import Ae from"fs";import{fileURLToPath as xr}from"url";import{createRequire as Ir}from"module";import{execa as Tr,execaCommand as Zn}from"execa";import{Transform as mr}from"stream";var hr=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"]),yr=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function _r(){return Object.entries(process.env).filter(([e,t])=>!(!t||hr.has(e)||yr.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function V(e){if(typeof e!="string")return e;let t=_r();if(t.length===0)return e;let r=e;return t.forEach(o=>{let n=new RegExp(Er(o),"g");r=r.replace(n,"******")}),r}function Er(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var oe=class extends mr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,o){let n=t.toString(),i=V(n);o(null,i)}};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(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,wt=e=>(_e&&_e.destroy(),_e=new ee({totalAllowedTime:e}),_e),xt=()=>_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((u,a)=>{i=setTimeout(()=>{a(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 It={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.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":"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.64","@google/gemini-cli":"0.20.0","@netlify/otel":"^5.1.0","@openai/codex":"0.71.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var vr=xr(import.meta.url),Rr=J.dirname(vr),Ar=Ir(import.meta.url),Se=_("shell"),Be=new Set,Sr={preferLocal:!0},N=(e,t,r)=>{let[o,n]=br(t,r),i={...Sr,...n},s=Tr(e,o,i);return Nr(s,i),Pr(s),s};var br=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Nr=(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)},Tt=(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}},Cr=e=>Tt(e,"SIGKILL"),Pr=e=>{Be.add(e);let t=xt();if(t){let r=t.onTimesUp(()=>{Se.log(`Global timer expired, killing process ${e.pid}`),Tt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Se.log(`Force killing process ${e.pid} after timeout`),Cr(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=Ar.resolve(It.name),i=J.dirname(n);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(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(Rr,"..","node_modules",".bin",t);if(Ae.existsSync(o))return o}var vt="netlify-agent-runner-context.md",He="task-history",qe="netlify-context",U=".netlify",ie="results.md",Ke="assets";var Or=_("utils"),Fr=e=>new Promise(t=>{setTimeout(t,e)}),Rt=(e,t=3e3)=>{let r=!1,o=null,n=[],i=null,s=(...u)=>{if(r)return o=u,new Promise(p=>{n.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 Fr(t),!o)return r=!1,i=null,p;let c=o,m=n;o=null,n=[],p=await e(...c),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(...u){n=u,i=this;let a=r&&!o;clearTimeout(o),o=setTimeout(()=>{o=null,r||(e.apply(i,n),n=null,i=null)},t),a&&(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 u=n,a=i;o=null,n=null,i=null,e.apply(a,u)}},s},At=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(o){t&&(r?.error?r.error("Could not parse JSON",o):Or.error("Could not parse JSON",o))}},St=(e,t)=>{let n=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let u=`--${t}${n}`;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)};import{Buffer as bt}from"buffer";import $r from"path";var Nt=_("repo"),Ct=async({config:e})=>{Nt.info("Getting runner diffs");let t=await Dr(),{hasChanges:r}=t,{status:o}=t;if(!r)return{hasChanges:!1};let n=Lr(o);await Ur(n),Nt.info("Changes after processing"),await Ve();let i=await Je(o);await We(i);let s={stdio:["ignore","pipe","pipe"]},a=(await N("git",["diff","--staged"],s)).stdout;if(r=!!a,!r)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=bt.from(g).toString("base64"))}let h={hasChanges:!0,diff:a,resultDiff:c,ignored:i};return a!==p&&(h.diffBinary=bt.from(p).toString("base64")),m&&(h.resultDiffBinary=m),h},We=async(e=[])=>{await N("git",["add",".",...e])},Ve=async()=>(await N("git",["status","-s"])).stdout,Pt=/.. (.+)?\.log$/,kr=[Pt],Dr=async()=>{let e=await Ve();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
9
|
+
`).filter(o=>kr.some(i=>i instanceof RegExp?i.test(o):o===i)?!1:o[1]?.trim()!=="")).length!==0,status:e}},Ot=async()=>{let{stdout:e}=await N("git",["rev-parse","HEAD"]);return e.trim()},Ft=async()=>{let{stdout:e}=await N("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},Je=async e=>{e||=await Ve();let t=[".netlify","node_modules","dist"],r=[];return e.split(`
|
|
10
|
+
`).forEach(o=>{t.forEach(i=>{[`?? ${i}`,`?? ${i}${$r.sep}`].some(u=>o.startsWith(u))&&r.push(`:!${i}`)});let n=o.match(Pt)?.[1];n&&r.push(`:!${n}.log`)}),r},$t=async()=>{await N("git",["reset","--hard","HEAD"])},Lr=e=>{let t=e.split(`
|
|
11
|
+
`).reduce((r,o)=>{if(!o)return r;let[n,i,,...s]=o,u=s.join(""),a=n.trim(),f=i.trim();return r[u]?r[u].change=f:r[u]={filePath:u,stage:a,change:f},r},{});return Object.values(t)},Ur=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 jr from"fs/promises";import Gr from"os";import Lt from"path";import ue from"process";import Yr from"readline";import Xe from"path";import Mr from"fs/promises";var ze=_("agent-output-utils");async function ae({initialResult:e,agentName:t,hasError:r}){let o="",n=Xe.join(process.cwd(),U,ie);try{let i=await Mr.readFile(n,"utf-8");i&&(o=i,ze.log(`Pulled result from ${Xe.relative(process.cwd(),n)}`))}catch{ze.log(`No results file found at ${Xe.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 M=_("runner_claude"),kt="Claude Code",de="claude-opus-4-5-20251101",Dt=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,Br=({catchError:e,runCmd:t,error:r,result:o,runnerName:n})=>(M.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?(M.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}):(M.log("Setting result to undefined because no valid result was captured"),{error:r||`${n} failed`,result:void 0}));async function Ze({config:e,netlify:t,persistSteps:r,aiGateway:o,continueSession:n,priorAgentSessionId:i,cwd:s=ue.cwd()}){let u=e,{accountType:a,prompt:f,modelVersionOverrides:p}=u,{model:c}=u,m="";if(o){let{token:y,url:d}=o;if(!y||!d)throw new Error("No token or url provided from AI Gateway");if(p?.claude){let l=p?.claude?.[a];if(l){if(!await o.isModelAvailableForProvider("anthropic",l))throw new Error(`Model override '${l}' is not available for anthropic provider`);c=l}}else if(c){if(!await o.isModelAvailableForProvider("anthropic",c))throw new Error(`Model '${c}' is not available for anthropic provider`)}else!!de&&await o.isModelAvailableForProvider("anthropic",de)?(c=de,M.log(`Using default model: ${de}`)):de&&M.log(`Default model ${de} is not available, proceeding without model specification`);ue.env.ANTHROPIC_API_KEY=y,ue.env.ANTHROPIC_BASE_URL=d}else if(!ue.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let h=[],T=[],w={},g=0,x=0,v,A,P=[te(s,"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...c?["--model",c]:[],...n?["--continue"]:[],...n&&i?["--resume",i]:[],"-p",f],O=`${ue.env.NVM_BIN}/node`;M.log(`Running ${O} ${P.join(" ")}`);let k=t.utils.run(O,P,{all:!0,env:ue.env,cwd:s});k.stdin?.end();let R=se(()=>{r?.({steps:h,duration:x})},250),I=(y,d)=>{let l={...y,id:g};g+=1,T.push(l),h.push(l),d||R.flush(),R(),d&&R.flush()},G=Yr.createInterface({input:k.all});return G.on("error",y=>{M.error("Readline interface error",{error:y.message,stack:y.stack})}),G.on("line",y=>{let d=null;try{d=JSON.parse(y)}catch{M.log("Could not parse line",y)}d?.session_id&&d.session_id!==m&&(m=d.session_id),Array.isArray(d?.message?.content)?d.message.content.forEach(l=>{switch(l.type){case"text":{l.text&&I({message:l.text});break}case"image":{typeof l.source=="object"&&l.source&&l.source.type==="base64"&&l.source.media_type?I({message:``}):M.log(`Unsupported image type ${l.source?.type}`,l.source);break}case"tool_use":{if(l.name==="Task"){let E=l.input?.description&&`\`${l.input.description}\``;I({title:[Dt(l.name),E].filter(Boolean).join(" ")})}else l.id&&(w[l.id]=l);R.flush();break}case"tool_result":{let E=l.tool_use_id?w[l.tool_use_id]:void 0,Z;if(E){let X=E.input?.file_path&&Lt.relative(s,E.input.file_path),F=X&&`\`${X}\``;Z=[Dt(E.name||""),F].filter(Boolean).join(" ")}let Ie=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(E?.name||""),Q;if(typeof l.content=="string")Q=l.content;else if(Array.isArray(l.content)){let X=[];l.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(``):M.log(`Unsupported image type ${F.source.type}`,F.source):M.log(`Unsupported block type ${F?.type}`)}),Q=X.join(`
|
|
12
|
+
|
|
13
|
+
`)}Ie&&Q&&(Q=`\`\`\`
|
|
14
|
+
${Q.trim()}
|
|
15
|
+
\`\`\``),I({title:Z,message:Q},!0);break}case"thinking":{l.thinking&&I({title:"Thinking",message:l.thinking},!0);break}default:M.log(`Message content type is not supported ${l.type}`,l)}}):d?.type==="result"&&(x=d.duration_ms||0,d.is_error?A=d.result:v=d.result,[T,h].forEach(l=>{l[l.length-1]?.message===v&&l.pop()}))}),await k.catch(y=>{({error:A,result:v}=Br({catchError:y,runCmd:k,error:A,result:v,runnerName:"Claude"}))}),G.close(),R.flush(),{steps:T,duration:x,result:await ae({initialResult:v,agentName:kt,hasError:!!A}),error:le({error:A,agentName:kt}),isRetryableError:ce(A),agentSessionId:m}}var Ut=async()=>{let e=Lt.join(Gr.homedir(),".claude");await jr.rm(e,{recursive:!0,force:!0})};import Ee from"fs/promises";import jt from"os";import Ne from"path";import re from"process";import Hr from"readline";var j=_("runner_codex"),Mt="Codex CLI",pe="gpt-5.2",qr=({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=void 0,sendSteps:o=void 0,aiGateway:n,cwd:i=re.cwd()}){let{accountType:s,prompt:u,modelVersionOverrides:a}=e,{model:f}=e;if(n){let{token:d,url:l}=n;if(!d||!l)throw new Error("No token or url provided from AI Gateway");if(a?.codex){let E=a?.codex?.[s];if(E){if(!await n.isModelAvailableForProvider("openai",E))throw new Error(`Model override '${E}' is not available for openai provider`);f=E}}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,j.log(`Using default model: ${pe}`)):pe&&j.log(`Default model ${pe} is not available, proceeding without model specification`);re.env.OPENAI_API_KEY=d,re.env.OPENAI_BASE_URL=l}else if(!re.env.OPENAI_API_KEY)throw new Error("OPENAI_API_KEY is not provided");let p=[],c=[],m=[],h={},T=0,w=0,g,x,v=`${re.env.NVM_BIN}/node`,A=Ne.join(jt.homedir(),".codex"),P=Ne.join(A,"config.toml"),O=Ne.join(A,"auth.json");try{await Ee.mkdir(A,{recursive:!0});let d={OPENAI_API_KEY:re.env.OPENAI_API_KEY};await Ee.writeFile(O,JSON.stringify(d,null,2),"utf-8"),j.log("Created Codex auth.json file");let l="";try{l=await Ee.readFile(P,"utf-8")}catch{}l.includes("web_search_request")||(l.includes("[features]")?l=l.replace(/\[features\]/,`[features]
|
|
16
|
+
web_search_request = true`):l+=`
|
|
17
|
+
[features]
|
|
18
|
+
web_search_request = true
|
|
19
|
+
`,await Ee.writeFile(P,l,"utf-8"),j.log("Updated Codex config with web_search_request enabled"))}catch(d){throw j.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]:[],u].filter(Boolean);j.log(`Running ${v} ${k.join(" ")}`);let R=t.utils.run(v,k,{all:!0,cwd:i,env:{...re.env}}),I=se(()=>{r?.({steps:p,duration:w}),o?.({steps:c,duration:w}),c=[]},250),G=(d,l)=>{d.id=T,T+=1,m.push(d),p.push(d),c.push(d),l||I.flush(),I(),l&&I.flush()},y=Hr.createInterface({input:R.all});return y.on("error",d=>{j.error("Readline interface error",{error:d.message,stack:d.stack})}),y.on("line",d=>{let l=null;try{l=JSON.parse(d)}catch{j.log("Could not parse line",d);return}if(l?.duration_ms&&(w=l.duration_ms),l?.type==="item.started"&&l?.item?.type==="command_execution")h[l.item.id]=l.item;else if(l?.type==="item.completed"&&l?.item?.type==="command_execution"){let E=Wr(l.item);E&&G(E,!0)}else if(l?.type==="item.completed"&&l?.item?.type==="reasoning"){let E={title:"Reasoning",message:l.item.text};G(E,!0)}else if(l?.type==="local_shell_call")h[l.call_id]=l;else if(l?.type==="local_shell_call_output"){let E=Vr(h[l.call_id],l);E&&G(E,!0)}else l?.type==="message"&&l.role==="assistant"?g=l.content.map(E=>E.text).join(`
|
|
20
|
+
`):l?.type==="message"&&l.role==="system"&&(x=l.content.map(E=>E.text).join(`
|
|
21
|
+
`))}),await R.catch(d=>{let l=qr({catchError:d,runCmd:R,error:x,result:g,runnerName:"Codex"});x=l.error,g=l.result}),y.close(),I.flush(),{steps:m,duration:w,result:await ae({initialResult:g,agentName:Mt,hasError:!!x}),error:le({error:x,agentName:Mt}),isRetryableError:ce(x)}}var Gt=async()=>{let e=Ne.join(jt.homedir(),".codex");await Ee.rm(e,{recursive:!0,force:!0})},Kr=new Set(["bash","-lc"]),Wr=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}},Vr=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(i=>!Kr.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){j.error("Could not decode outputMsg",i,t.output)}return{title:o,message:n}};import Ce from"fs/promises";import Bt from"os";import Pe from"path";import fe from"process";import Jr from"readline";var Y=_("runner_gemini"),Yt="Gemini CLI",ge="",Xr=({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})),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"},Zr=async()=>{let e=Pe.join(Bt.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 et({config:e,netlify:t,persistSteps:r=void 0,sendSteps:o=void 0,aiGateway:n,cwd:i=fe.cwd()}){let{accountType:s,prompt:u,modelVersionOverrides:a}=e,{model:f}=e;if(await Zr(),n){let{token:y,url:d}=n;if(!y||!d)throw new Error("No token or url provided from AI Gateway");if(a?.gemini){let l=a?.gemini?.[s];if(l){if(!await n.isModelAvailableForProvider("gemini",l))throw new Error(`Model override '${l}' is not available for gemini provider`);f=l}}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&&!a?.gemini?.[s]&&!await n.isModelAvailableForProvider("gemini",f))throw new Error(`Model '${f}' is not available for gemini provider`);fe.env.GEMINI_API_KEY=y,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=[],c=[],m=[],h={},T=0,w=0,g,x,v=[te(i,"gemini"),...f?["--model",f]:[],"--yolo","--output-format","stream-json","-p",u],A=`${fe.env.NVM_BIN}/node`;Y.log(`Running ${A} ${v.join(" ")}`);let P=t.utils.run(A,v,{all:!0,env:fe.env,cwd:i});P.stdin?.end();let O=se(()=>{r?.({steps:p,duration:w}),o?.({steps:c,duration:w}),c=[]},250),k=(y,d)=>{y.id=T,T+=1,m.push(y),p.push(y),c.push(y),d||O.flush(),O(),d&&O.flush()},R=Jr.createInterface({input:P.all});R.on("error",y=>{Y.error("Readline interface error",{error:y.message,stack:y.stack})});let I="",G=()=>{I&&k({message:I.trim()}),I=""};return R.on("line",y=>{let d=null;try{if(y.startsWith("[API Error")){let l=y.match(/\[api error: (.+?)]$/i)?.[1];d={type:"error",value:At(l,!1)?.error?.message||l||"Gemini encountered error"}}else d=JSON.parse(y)}catch{return}if(d)switch(["message","result"].includes(d.type)||G(),d.type){case"message":{d.role!=="user"&&d.content&&(I+=d.content);break}case"tool_use":{let l=zr[d.tool_name]??d.tool_name,E=d.parameters?.file_path,Z=E&&Pe.relative(i,E),Ie=d.parameters?.command,X={title:[l,Z&&`\`${Z}\``,Ie&&`\`${Ie}\``].filter(Boolean).join(" ")};h[d.tool_id]=X,O.flush();break}case"tool_result":{let l=h[d.tool_id];l&&(d.output&&(l.message=`\`\`\`
|
|
28
28
|
${d.output.trim()}
|
|
29
|
-
\`\`\``),
|
|
29
|
+
\`\`\``),k(l,!0));break}case"result":{w=d.stats?.duration_ms,d.status==="error"?x=d.error?.message:g=I.trim();break}case"error":{x=d.error;break}case"finished":break;default:{Y.warn("Unhandled message type:",d.type);break}}}),await P.catch(y=>{({error:x,result:g}=Xr({catchError:y,runCmd:P,error:x,result:g,runnerName:"Gemini"}))}),R.close(),O.flush(),{steps:m,duration:w,result:await ae({initialResult:g,agentName:Yt,hasError:!!x}),error:le({error:x,agentName:Yt}),isRetryableError:ce(x)}}var Ht=async()=>{let e=Pe.join(Bt.homedir(),".gemini");await Ce.rm(e,{recursive:!0,force:!0})};var Qr={codex:{runner:Qe,clean:Gt},claude:{runner:Ze,clean:Ut},gemini:{runner:et,clean:Ht}},qt=Qr;var tn=_("init_stage"),Kt=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:o})=>await S(en(),"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=qt[e.runner];if(!s)throw n?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let u=rn({apiToken:r});pt(u);let a=e.useGateway?await _t({netlify:u,config:e}):void 0;n?.setAttributes({"init.aiGateway.created":!!a}),e.validateAgent&&e.errorLogsPath&&n?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let f=Rt(({steps:h=[],duration:T})=>{let w=h.map(g=>({...g,title:g.title?V(g.title):void 0,message:g.message?V(g.message):void 0}));return h.length=0,W(e.id,e.sessionId,{steps:w,duration:T})},t);tn.info("Adding build files to stage");let p=await Je();await We(p);let c;e.hasRepo?e.sha?(c=e.sha,n?.setAttributes({"init.sha.source":"provided"})):(c=await Ot(),await ye(e.id,{sha:c}),n?.setAttributes({"init.sha.source":"current_commit"})):(c=await Ft(),n?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let m=performance.now()-i;return n?.setAttributes({"init.sha":c||"unknown","init.duration.ms":m,"init.status":"success"}),{aiGateway:a,context:u,persistSteps:f,runner:s,sha:c}}),rn=({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 tt}from"@netlify/otel";import nn from"crypto";import z from"fs/promises";import L from"path";import B from"process";var D=_("context"),on=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}},sn=10,an=async e=>{let{name:t,ext:r}=L.parse(e),o=e,n=L.join(B.cwd(),U,o),i=0;for(;await ln(n);){if(i>=sn)throw new Error("Failed to generate context file");o=`${t}-${nn.randomUUID().slice(0,5)}${r}`,n=L.join(B.cwd(),U,o),i+=1}return o},ln=async e=>{try{return await z.access(e),!0}catch{return!1}},cn=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}},un=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,dn=async()=>{if(Fe)return Fe;let e=await cn();if(!e)return[];let t=L.join(B.cwd(),U,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`,u=L.join(t,s),a=L.join(U,qe,s);return D.log(`Downloading ${i.scope} context...`),await un(i.endpoint,u)?(D.log(`Downloaded: ${a}`),{scope:i.scope,path:a,key:n}):null});return Fe=(await Promise.all(r)).filter(n=>n!==null),Fe},Wt=async({cliPath:e,netlify:t,config:r,buildErrorContext:o})=>{let n=on(t),i=await an(vt),s=L.join(B.cwd(),U);await z.mkdir(s,{recursive:!0});let u=L.join(U,i),a=L.join(B.cwd(),u),f=L.join(B.cwd(),U,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>`:"",c="";r.siteContext&&r.siteContext.length!==0&&(c=`
|
|
37
37
|
<project_rules>
|
|
38
|
-
${r.siteContext.filter(
|
|
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
|
|
42
|
+
`);let m="";if(r.sessionHistoryContext?.length){let g=L.join(B.cwd(),U,He);await z.mkdir(g,{recursive:!0});let x=await Promise.all(r.sessionHistoryContext.map(async(v,A)=>{let P=A+1,O=`attempt-${P}.md`,k=L.join(g,O),R=L.join(U,He,O),I=`# Task History - Attempt ${P}
|
|
43
43
|
|
|
44
44
|
## Request - what the user asked for
|
|
45
|
-
${
|
|
45
|
+
${v.request}
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
49
49
|
## Response - what the agent replied with after its work
|
|
50
50
|
|
|
51
|
-
${
|
|
52
|
-
`;return await
|
|
51
|
+
${v.response}
|
|
52
|
+
`;return await z.writeFile(k,I,"utf-8"),D.log(`Created history file: ${R}`),R}));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.
|
|
56
56
|
|
|
57
|
-
${
|
|
57
|
+
${x.slice(-5).map(v=>`- ${v}`).join(`
|
|
58
58
|
`)}
|
|
59
59
|
|
|
60
60
|
</session_history_context>
|
|
61
|
-
`}let h=await
|
|
61
|
+
`}let h=await dn(),T="";h.length>0&&(T=`
|
|
62
62
|
<netlify_features_context>
|
|
63
63
|
If the user request is explicitly related to a specific Netlify feature (e.g., Netlify Forms, Netlify Functions, etc.), you MUST review the relevant documentation below in addition to reviewing the project files.
|
|
64
64
|
DO NOT force the use of any Netlify feature if the user request does not explicitly require it or if the project has alternative implementations in place already.
|
|
65
65
|
|
|
66
|
-
${h.map(
|
|
66
|
+
${h.map(g=>`- **${g.scope}**: ${g.path}`).join(`
|
|
67
67
|
`)}
|
|
68
68
|
|
|
69
69
|
Refer to these files when working with specific Netlify features.
|
|
@@ -81,42 +81,42 @@ You're an AI agent designed to assist with tasks related to a Netlify project. P
|
|
|
81
81
|
<requirements>
|
|
82
82
|
<responses>
|
|
83
83
|
- Do not speak in first person. You may speak as "the agent".
|
|
84
|
-
- When work is complete, write a changes summary in ${
|
|
85
|
-
- If the user's request is informational in nature (asking for output, status, information, or analysis rather than asking you to make changes), write the requested information directly to the ${
|
|
84
|
+
- When work is complete, write a changes summary in ${s}/${ie} as a standalone PR description. Explain what was accomplished and why (avoid too many implementation details), assuming the reader has no prior context. Use past tense and write in prose without calling it a "PR", "Changelog", etc. This is the core of a PR message or summary page that already has a heading.
|
|
85
|
+
- If the user's request is informational in nature (asking for output, status, information, or analysis rather than asking you to make changes), write the requested information directly to the ${s}/${ie} file.
|
|
86
86
|
- Do not attempt to create git commits, PRs, etc. directly. You can use git to review information if required but the system that runs this agent will handle creating PRs or commits of the changes it performs.
|
|
87
87
|
- NEVER look into the \`.git\` folder
|
|
88
88
|
- NEVER print potentially sensitive values (like secrets) in the planning output or results
|
|
89
89
|
</responses>
|
|
90
90
|
<attachements>
|
|
91
|
-
- for requests that require work with attachments or assets, take into account that uploaded attachments are stored in ${
|
|
92
|
-
- move assets from ${
|
|
91
|
+
- for requests that require work with attachments or assets, take into account that uploaded attachments are stored in ${s}/${Ke} folder
|
|
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
|
+
${c}
|
|
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
|
-
- Node Version: ${
|
|
106
|
+
- Node Version: ${B.version||"unknown"}
|
|
107
107
|
- Environment variables are set globally (e.g. \`echo $VARIABLE_NAME\` can be used to check if a var is set).
|
|
108
108
|
- 'netlify-cli' npm package is already available as a global package. Don't try to install it again
|
|
109
109
|
- If you need to start a local development server in order to fulfill the request, try using the Netlify CLI over by running the shell command '${e} dev'. This will start a local HTTP server on port 8888, including live-reloading of any changes and, most critically, it offers local emulation for all Netlify features.
|
|
110
110
|
</environment>
|
|
111
|
-
${
|
|
111
|
+
${T}
|
|
112
112
|
<docs>
|
|
113
113
|
- Netlify Docs: https://docs.netlify.com
|
|
114
114
|
- LLM Resources Index: https://docs.netlify.com/llms.txt
|
|
115
115
|
</docs>
|
|
116
116
|
</extra_context>
|
|
117
117
|
|
|
118
|
-
${
|
|
119
|
-
`;return await
|
|
118
|
+
${m}
|
|
119
|
+
`;return await z.writeFile(a,w,"utf-8"),D.log(`Generated agent context document at: ${a}`),w.length>5e5&&(w=`
|
|
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
|
-
`),w};var
|
|
131
|
-
${
|
|
129
|
+
Use the following file for the complete context of the ask, the environment, and what's available. ${a} You MUST READ ALL OF IT. Make sure to read it first. Never cite or paraphrase private context.
|
|
130
|
+
`),w};var pn=_("prompt"),Vt=async({cliPath:e,config:t,netlify:r,buildErrorContext:o})=>{let n=await Wt({cliPath:e,config:t,netlify:r,buildErrorContext:o});return process.env.AGENT_RUNNER_DEBUG&&pn.log("Contextful Prompt:",n),{prompt:n}};var $e=_("inference_stage"),Jt=5,ke=async e=>{let{cliPath:t,config:r,context:o,buildErrors:n,runner:i,persistSteps:s,aiGateway:u,attempt:a,contextPrefix:f,priorAgentSessionId:p}=e;$e.log(`Running inference stage, attempt ${a} of ${Jt}`);let c=await S(tt(),"inference-stage",async m=>{m?.setAttributes({"inference.attempt":a||1}),Et();let{prompt:h}=await S(tt(),"compose-prompt",async()=>await Vt({cliPath:t,config:r,buildErrorContext:fn(n),netlify:o})),T=`
|
|
131
|
+
${f||""}
|
|
132
132
|
${h}
|
|
133
|
-
`.trim(),w={...r,prompt:
|
|
133
|
+
`.trim(),w={...r,prompt:T},g=await S(tt(),`run-${r.runner}`,async()=>await i({aiGateway:u,config:w,netlify:o,persistSteps:s,continueSession:!!(a&&a>1),priorAgentSessionId:p}));return g.result&&(g.result=V(g.result)),g.error&&(g.error=V(g.error)),await s.flush(),g});if(c.error){if($e.error("Runner failed",{stepsCount:c.steps.length,duration:c.duration,error:c.error,isRetryableError:c.isRetryableError,attempt:a||1,agentSessionId:c.agentSessionId}),c.isRetryableError&&(!a||a<Jt))return $e.log("Retrying inference stage"),await new Promise(h=>setTimeout(h,5e3)),{runnerResult:(await ke({...e,attempt:(a||1)+1,priorAgentSessionId:c.agentSessionId,contextPrefix:c.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(c.error)}return{runnerResult:c}},fn=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
|
|
140
|
-
Preview deploy created successfully:`,{deployId:
|
|
141
|
-
`);for(let
|
|
142
|
-
`),
|
|
139
|
+
`;import hn from"process";import{getTracer as rt}from"@netlify/otel";import{getTracer as gn}from"@netlify/otel";var we=_("deploy"),Xt=async e=>await S(gn(),"create-preview-deploy",async t=>mn(e,t)),mn=async({netlify:e,hasRepo:t,skipBuild:r,message:o="Agent Preview",deploySubdomain:n,cliPath:i,filter:s},u)=>{try{let a=["deploy","--message",`"${o}"`,"--json","--draft","--verbose"];t||(we.log("Deploy: Uploading source zip"),a.push("--upload-source-zip")),n&&a.push("--alias",n),s&&a.push("--filter",s),r?(we.log("Deploy: Skipping build"),a.push("--no-build")):a.push("--context","deploy-preview");let f=i||"netlify";we.log(`Running: ${f} ${a.join(" ")}`),u?.setAttributes({cmd:f,args:a});let p=await e.utils.run(f,a,{stdio:["ignore","pipe","pipe"]}),c=JSON.parse(p.stdout.trim());u?.setAttributes({success:!0,deployId:c.deploy_id,deployUrl:c.deploy_url,siteId:c.site_id}),we.log(`
|
|
140
|
+
Preview deploy created successfully:`,{deployId:c.deploy_id,deployUrl:c.deploy_url,siteId:c.site_id});let m={deployId:c.deploy_id,previewUrl:c.deploy_url,logsUrl:c.logs,siteId:c.site_id};return t||(m.sourceZipFilename=c.source_zip_filename),m}catch(a){throw we.error("Failed to create preview deploy via CLI:",a),u?.setAttributes({success:!1,error:a.message}),a}};var xe=_("deploy_stage"),nt=async e=>await S(rt(),"run-deploy-stage",async()=>yn(e)),yn=async({cliPath:e,config:t,context:r,result:o,filter:n})=>{let i=await S(rt(),"get-runner-diffs",async()=>await Ct({config:t}));if(xe.info("Resolved git",{hasChanges:i.hasChanges,ignored:i.ignored??[]}),!i.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:s,resultDiff:u,diffBinary:a,resultDiffBinary:f}=i,p=!0;xe.log("Preview deploy condition check:",{resultUndefined:o===void 0,resultType:typeof o,hasChanges:p,wouldCreatePreview:o!==void 0&&p});let c=null;if(o!==void 0&&p)try{let m;try{let h=await S(rt(),"get-runner-session",async()=>await gt(t.id,t.sessionId));h?.title&&(m=h.title)}catch(h){xe.warn("Failed to fetch session title, using fallback message:",h.message)}await W(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),c=await Xt({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:m,skipBuild:!1,deploySubdomain:St(t.id,hn.env.SITE_NAME),filter:n})}catch(m){return xe.warn("Failed to create preview deploy (continuing with agent run):",m),{diff:s,resultDiff:u,hasChanges:p,previewInfo:null,diffBinary:a,resultDiffBinary:f,deployError:m instanceof Error?m.message:String(m)}}return xe.log("Git status",{hasDiff:!!s,hasChanges:p}),{diff:s,resultDiff:u,hasChanges:p,previewInfo:c,diffBinary:a,resultDiffBinary:f}};import{getTracer as Le}from"@netlify/otel";async function zt(e,t){let{maxRetries:r,baseDelay:o,onRetry:n}=t,i;for(let s=1;s<=r;s++)try{return await e()}catch(u){if(i=u,s===r)throw i;n&&n(s,i),await new Promise(a=>setTimeout(a,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 a=this.containsNetlifyForm(n,o);a&&r.push(a)}let u=s.split(" ");o=u[u.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 u=o.match(i);if(u){let a=u.index||0,f=Math.max(0,a-20),p=Math.min(o.length,a+u[0].length+20),c=o.slice(f,p).trim();return c=c.replace(/\s+/g," "),c.length>100&&(c=c.slice(0,97)+"..."),{file:r,snippet:`[${s}] ${c}`}}}return null}};var b=_("cleanup_stage"),Zt=async e=>await S(Le(),"cleanup-stage",async()=>_n(e)),ot=1024*1024*10,_n=async({config:e,diff:t,result:r,duration:o,resultDiff:n,diffBinary:i,resultDiffBinary:s,previewInfo:u})=>{let a={result:r||"Done",duration:o};u&&u.deployId&&(a.deploy_id=u.deployId),u&&u.sourceZipFilename&&(a.result_zip_file_name=u.sourceZipFilename);let f=t||i||n||s;if(f){let p=new De,c=t||i||"",m=p.scanDiffForForms(c);m.detected?(b.log("Detected Netlify form(s) in diff:"),m.matches.forEach(({file:h,snippet:T})=>{b.log(` - ${h}: ${T}`)}),a.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 ht(e.id,e.sessionId),c=[];(t||i)&&c.push(Ge(p.result.upload_url,i||t).then(()=>{a.result_diff_s3_key=p.result.s3_key,b.log("Successfully uploaded result_diff to S3")})),(n||s)&&c.push(Ge(p.cumulative.upload_url,s||n).then(()=>{a.cumulative_diff_s3_key=p.cumulative.s3_key,b.log("Successfully uploaded cumulative_diff to S3")})),b.log(`Uploading ${c.length} diff(s) to S3 in parallel`),await Promise.all(c),(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 c=Buffer.byteLength(t||i||""),m=Buffer.byteLength(s||n||"");if(c>ot||m>ot){let h=`Diffs exceed maximum inline size of ${ot} bytes.`;throw b.error(h),new Error(h)}a.result_diff=t,a.result_diff_binary=i,(n||s)&&(a.cumulative_diff=n,a.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 zt(async()=>await S(Le(),"update-runner-session",()=>W(e.id,e.sessionId,a)),{maxRetries:3,baseDelay:1e3,onRetry:(p,c)=>{b.error(`Error updating agent runner session (attempt ${p}):`,c),b.log("Retrying...")}}),b.log("Finished updating agent runner with result"),{sessionUpdate:a}};import{getTracer as Qt,shutdownTracers as wn,withActiveSpan as er}from"@netlify/otel";var xn=En(import.meta.url),tr=xn("../package.json"),rr=_("pipeline_index"),Ue=3,nr=async({config:e,apiToken:t,cliPath:r="netlify",cwd:o,errorLogsPath:n,filter:i,tracing:s={}})=>{let u,{withStageTimer:a}=wt(ee.timeUnits.hours(4)),f=await ut(tr.version,e.id,s);try{await er(Qt(),"run-pipeline",{},f,async()=>{let{aiGateway:p,context:c,persistSteps:m,runner:h,sha:T}=await a("init",()=>Kt({config:e,apiToken:t,cliPath:r,cwd:o,errorLogsPath:n,filter:i,runnerVersion:tr.version}),ee.timeUnits.minutes(10));u=h.clean,e.sha=T;let{runnerResult:w}=await a("inference",()=>ke({cliPath:r,config:e,context:c,runner:h.runner,persistSteps:m,aiGateway:p}));await W(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let g=await a("deploy",()=>nt({cliPath:r,config:e,context:c,result:w.result,filter:i})),x=w,v=[];if(g.hasChanges&&g.deployError){v.push(dt(g.deployError));let I=1;for(;I<=Ue&&!g.previewInfo;)rr.log(`Deploy attempt had errors. Retrying. ${I}/${Ue}`),await er(Qt(),"deploy-stage",async G=>{G?.setAttributes({"stage.attempt":I});let{runnerResult:y}=await a(`inference-retry-${I}`,()=>ke({cliPath:r,config:e,context:c,runner:h.runner,persistSteps:m,aiGateway:p,buildErrors:v,priorAgentSessionId:w.agentSessionId}));x={...y,steps:[...x.steps||[],...y.steps||[]],duration:(x.duration||0)+(y.duration||0)},g=await a(`deploy-retry-${I}`,()=>nt({cliPath:r,config:e,context:c,result:y.result,filter:i})),g.deployError&&v.push(g.deployError),I++});I>Ue&&!g.previewInfo&&console.warn(`Deploy validation failed after ${Ue} attempts`)}let{diff:A,resultDiff:P,previewInfo:O,diffBinary:k,resultDiffBinary:R}=g;await a("cleanup",()=>Zt({config:e,diff:A,result:x.result,duration:x.duration,resultDiff:P,diffBinary:k,resultDiffBinary:R,previewInfo:O}),ee.timeUnits.minutes(10)),process.env.NETLIFY_LOCAL_MODE||(await u?.(),await $t())})}catch(p){rr.error("Got error while running pipeline",p),await u?.();let c=p instanceof Error&&p.message;throw await W(e.id,e.sessionId,{result:c||"Encountered error when running agent",state:"error"}),p}finally{await wn()}};import or from"crypto";var $=_("bin_local"),K=In(C.argv.slice(2),{string:["cwd","cli-path","filter","prompt","runner","model","netlify-api-token"],boolean:["verbose","help"],alias:{h:"help",v:"verbose"}}),st=()=>{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&&(st(),C.exit(0));K.prompt||($.error("Error: --prompt is required"),st(),C.exit(1));K["netlify-api-token"]||($.error("Error: --netlify-api-token is required - generate a PAT from your Netlify user settings"),st(),C.exit(1));try{let e=K.cwd||C.cwd(),t=ir.join(e,".netlify","netlify-agent-runner-context*");sr.rmSync(t,{recursive:!0,force:!0});let r;try{r=await Tn(e)}catch(u){$.error(u.message),$.error(`
|
|
175
|
+
To link this directory to a Netlify site, run:`),$.error(" netlify link"),C.exit(1)}let o=`local-${or.randomBytes(8).toString("hex")}`,n=`session-${or.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 it(e,"@anthropic-ai/claude-code")):i==="gemini"?be(e,"gemini")||($.log("Gemini CLI not found, installing..."),await it(e,"@google/gemini-cli")):i==="codex"?be(e,"codex")||($.log("Codex CLI not found, installing..."),await it(e,"@openai/codex")):($.error(`Unknown runner: ${i}`),C.exit(1)),await nr({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 it(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 Tn(e){let t=ir.join(e,".netlify","state.json");try{let r=await sr.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
|