<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Cloudflare changelogs | Agent Lee</title><description>Cloudflare changelogs for Agent Lee</description><link>https://developers.cloudflare.com/changelog/</link><item><title>Agent Lee - Export the code Agent Lee generates</title><link>https://developers.cloudflare.com/changelog/post/2026-08-12-agent-lee-take-home-code/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-08-12-agent-lee-take-home-code/</guid><description>&lt;p&gt;When Agent Lee generates a project for you — a starter static site, a Worker, a scaffold — you can now take the source with you. Agent Lee packages the generated files into a temporary repository and gives you a one-time command to clone it to your own machine.&lt;/p&gt;
&lt;p&gt;Previously, generated code lived only in the conversation. You had to copy files out of the chat by hand, which is tedious for anything larger than a single snippet and easy to get wrong.&lt;/p&gt;
&lt;div tabindex=&quot;-1&quot; class=&quot;heading-wrapper level-h4&quot;&gt;&lt;h4 id=&quot;how-it-works&quot;&gt;How it works&lt;/h4&gt;&lt;a class=&quot;anchor-link&quot; href=&quot;#how-it-works&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;anchor-icon&quot;&gt;&lt;svg width=&quot;16&quot; height=&quot;16&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentcolor&quot; d=&quot;m12.11 15.39-3.88 3.88a2.52 2.52 0 0 1-3.5 0 2.47 2.47 0 0 1 0-3.5l3.88-3.88a1 1 0 0 0-1.42-1.42l-3.88 3.89a4.48 4.48 0 0 0 6.33 6.33l3.89-3.88a1 1 0 1 0-1.42-1.42Zm8.58-12.08a4.49 4.49 0 0 0-6.33 0l-3.89 3.88a1 1 0 0 0 1.42 1.42l3.88-3.88a2.52 2.52 0 0 1 3.5 0 2.47 2.47 0 0 1 0 3.5l-3.88 3.88a1 1 0 1 0 1.42 1.42l3.88-3.89a4.49 4.49 0 0 0 0-6.33ZM8.83 15.17a1 1 0 0 0 1.1.22 1 1 0 0 0 .32-.22l4.92-4.92a1 1 0 0 0-1.42-1.42l-4.92 4.92a1 1 0 0 0 0 1.42Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Ask Agent Lee to build something, then ask it to export the code.&lt;/li&gt;
&lt;li&gt;An export card appears listing the files and a countdown to expiry.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Copy clone command&lt;/strong&gt;. Agent Lee fetches a fresh command and copies it to your clipboard.&lt;/li&gt;
&lt;li&gt;Run it in your terminal, then point the repository at your own Git host and push:&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;nb-code-figure&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;pre class=&quot;astro-code astro-code-themes github-light github-dark nb-shiki-c6xiwz&quot; tabindex=&quot;0&quot; data-language=&quot;sh&quot; data-nb-lang=&quot;sh&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-1t8gfj&quot;&gt;git&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; remote&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; set-url&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; origin&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; https://your-git-host.example/you/your-repo.git&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;nb-shiki-1t8gfj&quot;&gt;git&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; push&lt;/span&gt;&lt;span class=&quot;nb-shiki-dzsirb&quot;&gt; -u&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; origin&lt;/span&gt;&lt;span class=&quot;nb-shiki-mdbnqw&quot;&gt; main&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;div tabindex=&quot;-1&quot; class=&quot;heading-wrapper level-h4&quot;&gt;&lt;h4 id=&quot;good-to-know&quot;&gt;Good to know&lt;/h4&gt;&lt;a class=&quot;anchor-link&quot; href=&quot;#good-to-know&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;anchor-icon&quot;&gt;&lt;svg width=&quot;16&quot; height=&quot;16&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentcolor&quot; d=&quot;m12.11 15.39-3.88 3.88a2.52 2.52 0 0 1-3.5 0 2.47 2.47 0 0 1 0-3.5l3.88-3.88a1 1 0 0 0-1.42-1.42l-3.88 3.89a4.48 4.48 0 0 0 6.33 6.33l3.89-3.88a1 1 0 1 0-1.42-1.42Zm8.58-12.08a4.49 4.49 0 0 0-6.33 0l-3.89 3.88a1 1 0 0 0 1.42 1.42l3.88-3.88a2.52 2.52 0 0 1 3.5 0 2.47 2.47 0 0 1 0 3.5l-3.88 3.88a1 1 0 1 0 1.42 1.42l3.88-3.89a4.49 4.49 0 0 0 0-6.33ZM8.83 15.17a1 1 0 0 0 1.1.22 1 1 0 0 0 .32-.22l4.92-4.92a1 1 0 0 0-1.42-1.42l-4.92 4.92a1 1 0 0 0 0 1.42Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The export is temporary.&lt;/strong&gt; The repository expires about 36 hours after it is created and is then deleted automatically. The clone credential expires about an hour after it is issued. Clone promptly, then push to a repository you control.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No credential appears in the chat.&lt;/strong&gt; The clone command and its read-only credential are delivered only when you select &lt;strong&gt;Copy clone command&lt;/strong&gt; — never in the message text or conversation history.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nothing is written to your account.&lt;/strong&gt; The temporary repository lives in Cloudflare-managed storage, and connecting a GitHub or GitLab account is not required.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Intended for small projects.&lt;/strong&gt; An export can include up to 50 files, up to 100 KB per file and 2 MB in total.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Agent Lee remains in beta. Features and behaviors may change as the product evolves.&lt;/p&gt;
&lt;p&gt;For details, see &lt;a href=&quot;https://developers.cloudflare.com/agent-lee/take-home-code/&quot;&gt;Export generated code&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate><product>Agent Lee</product><category>Agent Lee</category></item></channel></rss>