<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AI &#8211; Bubblog</title>
	<atom:link href="https://blog.yangyuanping.com/tag/ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.yangyuanping.com</link>
	<description>nullable reference types</description>
	<lastBuildDate>Fri, 19 Dec 2025 18:05:17 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://blog.yangyuanping.com/wp-content/uploads/2025/11/cropped-patrick_log_logo_251121-2-32x32.png</url>
	<title>AI &#8211; Bubblog</title>
	<link>https://blog.yangyuanping.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Claude Error: File has been unexpectedly modified. Read it again before attempting to write it.</title>
		<link>https://blog.yangyuanping.com/claude-error-file-has-been-unexpectedly-modified-read-it-again-before-attempting-to-write-it/</link>
		
		<dc:creator><![CDATA[peny911]]></dc:creator>
		<pubDate>Thu, 20 Nov 2025 13:35:47 +0000</pubDate>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Claude]]></category>
		<guid isPermaLink="false">https://blog.yangyuanping.com/?p=976</guid>

					<description><![CDATA[Error: File has been unexpectedly modified. Read it aga [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Error: File has been unexpectedly modified. Read it again before attempting to write it.</p>
<blockquote>
<p><a href="https://github.com/anthropics/claude-code/issues/7918">https://github.com/anthropics/claude-code/issues/7918</a></p>
</blockquote>
<pre><code class="language-bash">## CRITICAL: File Editing on Windows

### &#x26a0; MANDATORY: Always Use Backslashes on Windows for File Paths

When using Edit or MultiEdit tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/).

#### &#x274c; WRONG - Will cause errors:
Edit(file_path: "D:/repos/project/file.tsx", ...)
MultiEdit(file_path: "D:/repos/project/file.tsx", ...)

#### &#x2705; CORRECT - Always works:
Edit(file_path: "D:\repos\project\file.tsx", ...)
MultiEdit(file_path: "D:\repos\project\file.tsx", ...)

- Always reply in Chinese.</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
