<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>地瓜大的飛翔旅程</title>
	<atom:link href="https://smlpoints.com/feed" rel="self" type="application/rss+xml" />
	<link>https://smlpoints.com</link>
	<description>點數旅行 留學 信用卡 程式學習</description>
	<lastBuildDate>Mon, 06 Apr 2026 14:15:53 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://smlpoints.com/wp-content/uploads/cropped-Official-Logo-512512.jpg</url>
	<title>地瓜大的飛翔旅程</title>
	<link>https://smlpoints.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[筆記][57358u 出現在 Claude Cli 提示輸入框內的解決辦法</title>
		<link>https://smlpoints.com/notes-57358u-claude-cli-vscode-ide.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 01:30:37 +0000</pubDate>
				<category><![CDATA[筆記 Notes]]></category>
		<category><![CDATA[軟體與硬體 Software & Hardware]]></category>
		<category><![CDATA[[57358u]]></category>
		<category><![CDATA[IDE]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13126</guid>

					<description><![CDATA[Claude Cli 命令輸入框搭配 VS Code IDE 一起使用時，IDE 在 1.112.0 以後的版本，會出現 [57358u 的文字。這對於需要語言 <a class="more-link" href="https://smlpoints.com/notes-57358u-claude-cli-vscode-ide.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>Claude Cli 命令輸入框搭配 VS Code IDE 一起使用時，IDE 在 1.112.0 以後的版本，會出現 [57358u 的文字。這對於需要語言切換的使用者而言，是很惱人的一個狀況。這邊筆記下解決方法。</p>
<p><img fetchpriority="high" decoding="async" class=" wp-image-12348 aligncenter" src="https://smlpoints.com/wp-content/uploads/notes-vs-code-sidebar-left-right-main-secondary-change-1.jpg" alt="vs code" width="262" height="262" /></p>
<hr />
<h2>內容</h2>
<p>緣由是 VS Code 在抓取 KittyKeyboardProtocol 的內容時，並沒有處理好這邊的訊號轉換，導致這個 CapsLock 鍵切換被解析出 [57358u。解法並不困難，就是暫時將 VS Code 的設定 JSON 加上 &#8220;terminal.integrated.enableKittyKeyboardProtocol&#8221;: false 即可。</p>
<p>等後續 VS Code 修復時，再把這個設定檔檔刪除即可。</p>
<hr />
<h2>參考資料</h2>
<p>1. <a href="https://github.com/microsoft/vscode/issues/304679#issuecomment-4126253169" target="_blank" rel="noopener">[BUG] Caps Lock key inserts raw escape sequence &#8220;[57358u&#8221; in chat input (VS Code 1.112.0 / macOS)</a></p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/notes-vs-code-sidebar-left-right-main-secondary-change-1.jpg" type="image/jpeg"/><media:content url="https://smlpoints.com/wp-content/uploads/notes-vs-code-sidebar-left-right-main-secondary-change-1.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>[筆記] Claude Code 代理人開發全攻略 &#8211; 15</title>
		<link>https://smlpoints.com/notes-claude-code-15.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 01:30:30 +0000</pubDate>
				<category><![CDATA[筆記 Notes]]></category>
		<category><![CDATA[軟體與硬體 Software & Hardware]]></category>
		<category><![CDATA[claudeCodeDuotify]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13131</guid>

					<description><![CDATA[筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。 課程相關資訊 [連結]：https://learn.duotify.com/courses/ <a class="more-link" href="https://smlpoints.com/notes-claude-code-15.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。</p>
<p><img decoding="async" class=" wp-image-13035 aligncenter" src="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" alt="notes-claude-code-1" width="565" height="330" /></p>
<hr />
<h2>課程相關資訊</h2>
<p>[連結]：<a href="https://learn.duotify.com/courses/claude-code" target="_blank" rel="noopener">https://learn.duotify.com/courses/claude-code</a></p>
<p>請注意：本系列文章為個人對應課程的消化吸收後，所整理出來的內容。換言之，並不一定會包含全部的課程內容，也有可能會添加其他資源來說明。</p>
<hr />
<h2>內容</h2>
<p>1. 大語言模型，還是有機會犯錯的<br />
2. SubAgent 建議綁上 MCP &#8211; Context7，可避免全力 100 % 瞎掰，另外文件內容過長，Context 7 的內容會被壓縮。因此你也可以考慮自己上官網把文件拉回來給語言模型讀<br />
3. 壓縮 compress 當前還是很花時間，有時可思考新開一個視窗<br />
4. MCP &amp; Sub-Agent 背後都是 Tool-Calling，很吃 token</p>
<hr />
<h2>系列文章</h2>
<p>[blogimove-CPC-TAG=claudeCodeDuotify-MODE=1-POSTNUM=-ORDERBY=title-ORDERTYPE=desc]</p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" type="image/png"/><media:content url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" medium="image"></media:content>
            	</item>
		<item>
		<title>[住宿] The Westin Yokohama 日本橫濱威斯汀</title>
		<link>https://smlpoints.com/the-westin-yokohama-japan.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 01:30:37 +0000</pubDate>
				<category><![CDATA[亞洲 Asia]]></category>
		<category><![CDATA[旅店 Hotel]]></category>
		<category><![CDATA[旅行 Travel]]></category>
		<category><![CDATA[日本 Japan]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Hotel]]></category>
		<category><![CDATA[hotelselect]]></category>
		<category><![CDATA[Westin]]></category>
		<category><![CDATA[Yokohama]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13150</guid>

					<description><![CDATA[The Westin Yokohama 日本橫濱威斯汀位於橫濱港未來地區，距離羽田機場乘坐電車前來約 30 分鐘。距離 JR 站、地下鐵車站步行都至少需要 10 <a class="more-link" href="https://smlpoints.com/the-westin-yokohama-japan.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>The Westin Yokohama 日本橫濱威斯汀位於橫濱港未來地區，距離羽田機場乘坐電車前來約 30 分鐘。距離 JR 站、地下鐵車站步行都至少需要 10 分鐘以上，周圍的購物點以 Shopping Mall 和一些餐廳為主。房間的氛圍走暖色系且視覺上相當柔和，搭配上具巧思空間且美味的早餐，挺適合與小朋友一同入住的。</p>
<p><img decoding="async" class=" wp-image-13158 aligncenter" src="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-2.jpg" alt="the-westin-yokohama-japan-2" width="315" height="420" /></p>
<hr />
<h2>房型分享</h2>
<h3>房間</h3>
<p>這回入住 17 樓。Westin 的天夢之床一如既往的舒適且富含支撐。浴廁採乾溼分離，洗臉台一個外加可自取的 Minibar &amp; 咖啡茶品。</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-13154 aligncenter" src="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-6.jpg" alt="the-westin-yokohama-japan-6" width="640" height="480" /></p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-13157 aligncenter" src="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-3.jpg" alt="the-westin-yokohama-japan-3" width="480" height="640" /> <img loading="lazy" decoding="async" class="size-full wp-image-13156 aligncenter" src="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-4.jpg" alt="the-westin-yokohama-japan-4" width="480" height="640" /> <img loading="lazy" decoding="async" class="size-full wp-image-13155 aligncenter" src="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-5.jpg" alt="the-westin-yokohama-japan-5" width="480" height="640" /></p>
<h3>早餐</h3>
<p>位於 3 樓的餐廳用餐，一般而言是需要排隊候位的。若有時間壓力的話，建議早上早一點前往。</p>
<p><img loading="lazy" decoding="async" class=" wp-image-13152 aligncenter" src="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-8.jpg" alt="the-westin-yokohama-japan-8" width="514" height="386" /></p>
<hr />
<h2>基本資訊</h2>
<p>入住日：2026 年 3 月 22 日<br />
<span style="font-size: 16px;">房型：Classic Room<br />
</span><span style="font-size: 16px;">電話：+81-45-5770888</span><span class="CFH2De" dir="ltr" style="font-size: 16px;"><br />
</span><span style="font-size: 16px;">費用：每晚 300 美元左右</span><span style="font-size: 16px;"><br />
</span><span style="font-size: 16px;">地址：橫濱市西區港未來4-2-8</span></p>
<p><img loading="lazy" decoding="async" class=" wp-image-13159 aligncenter" src="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-1.jpg" alt="the-westin-yokohama-japan-1" width="314" height="471" /></p>
<hr />
<h2>其他住宿分享</h2>
<p>[blogimove-CPC-TAG=hotelselect-MODE=3]</p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-6.jpg" type="image/jpeg"/><media:content url="https://smlpoints.com/wp-content/uploads/the-westin-yokohama-japan-6.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>[筆記] Claude Code 代理人開發全攻略 &#8211; 14</title>
		<link>https://smlpoints.com/notes-claude-code-14.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 01:30:59 +0000</pubDate>
				<category><![CDATA[程式語言 Programming Language]]></category>
		<category><![CDATA[筆記 Notes]]></category>
		<category><![CDATA[軟體與硬體 Software & Hardware]]></category>
		<category><![CDATA[claudeCodeDuotify]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13125</guid>

					<description><![CDATA[筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。 課程相關資訊 [連結]：https://learn.duotify.com/courses/ <a class="more-link" href="https://smlpoints.com/notes-claude-code-14.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。</p>
<p><img loading="lazy" decoding="async" class=" wp-image-13035 aligncenter" src="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" alt="notes-claude-code-1" width="565" height="330" /></p>
<hr />
<h2>課程相關資訊</h2>
<p>[連結]：<a href="https://learn.duotify.com/courses/claude-code" target="_blank" rel="noopener">https://learn.duotify.com/courses/claude-code</a></p>
<p>請注意：本系列文章為個人對應課程的消化吸收後，所整理出來的內容。換言之，並不一定會包含全部的課程內容，也有可能會添加其他資源來說明。</p>
<hr />
<h2>內容</h2>
<p>1. CLAUDE.md 要與時更新：要告訴它如何做<br />
2. 你不允許的東西，一定要寫在 Spec 內 ( <a href="https://github.com/github/spec-kit" target="_blank" rel="noopener">speckit</a> )<br />
3. Specify 是要講「要做什麼事情」</p>
<p>Specify =&gt; Plan =&gt; Task =&gt; Implement</p>
<p>Plan 和 Implement 較為值得呼叫 Sub Agent 進來</p>
<p>模型會由於訓練的資料緣故，會內建不少的 Best Practice，但並非適用於所有情境。</p>
<hr />
<h2>系列文章</h2>
<p>[blogimove-CPC-TAG=claudeCodeDuotify-MODE=1-POSTNUM=-ORDERBY=title-ORDERTYPE=desc]</p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" type="image/png"/><media:content url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" medium="image"></media:content>
            	</item>
		<item>
		<title>[指南] Gacha 特定轉蛋 扭蛋 怎麼找</title>
		<link>https://smlpoints.com/guide-gacha-jp-how-to-find.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Mon, 13 Apr 2026 01:30:44 +0000</pubDate>
				<category><![CDATA[亞洲 Asia]]></category>
		<category><![CDATA[指南 Guide]]></category>
		<category><![CDATA[日本 Japan]]></category>
		<category><![CDATA[Bandai]]></category>
		<category><![CDATA[Gatcha]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13119</guid>

					<description><![CDATA[Gacha ガシャポ  轉蛋 ( 扭蛋 ) 若要找特定的品項，除了追蹤一些知名連鎖店的 SNS 外，Bandai 日文官網也不失為一個管道。這邊筆記下流程。 內 <a class="more-link" href="https://smlpoints.com/guide-gacha-jp-how-to-find.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>Gacha ガシャポ  轉蛋 ( 扭蛋 ) 若要找特定的品項，除了追蹤一些知名連鎖店的 SNS 外，Bandai 日文官網也不失為一個管道。這邊筆記下流程。</p>
<p><img loading="lazy" decoding="async" class=" wp-image-13120 aligncenter" src="https://smlpoints.com/wp-content/uploads/guide-gacha-jp-how-to-find-1.jpg" alt="guide-gacha-jp-how-to-find-1" width="529" height="296" /></p>
<hr />
<h2>內容</h2>
<p>[ 網站 ]：<a href="https://gashapon.jp/shop/gplus.php" target="_blank" rel="noopener">https://gashapon.jp/shop/gplus.php</a></p>
<p>1. 點選左邊，便是以「商品」為主來進行搜尋，點選後會出現各種商品<br />
<img loading="lazy" decoding="async" class="size-full wp-image-13123 aligncenter" src="https://smlpoints.com/wp-content/uploads/guide-gacha-jp-how-to-find-2.jpg" alt="guide-gacha-jp-how-to-find-2" width="640" height="361" /><br />
2. 選擇你要的商品後，便會跳出全日本有配送此商品的店面。請注意這並非及時庫存<br />
<img loading="lazy" decoding="async" class="size-full wp-image-13122 aligncenter" src="https://smlpoints.com/wp-content/uploads/guide-gacha-jp-how-to-find-1-1.jpg" alt="guide-gacha-jp-how-to-find-1" width="640" height="355" /><br />
3. 若你是選擇右邊的話，就是先以「店」為主來進行搜尋。選擇你要的店面後，你便可知道該店當前有配送哪些轉蛋</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-13124 aligncenter" src="https://smlpoints.com/wp-content/uploads/guide-gacha-jp-how-to-find-3.jpg" alt="guide-gacha-jp-how-to-find-3" width="640" height="353" /></p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/guide-gacha-jp-how-to-find-1.jpg" type="image/jpeg"/><media:content url="https://smlpoints.com/wp-content/uploads/guide-gacha-jp-how-to-find-1.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>[筆記] Claude Code 代理人開發全攻略 &#8211; 13</title>
		<link>https://smlpoints.com/notes-claude-code-13.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Sun, 12 Apr 2026 01:30:13 +0000</pubDate>
				<category><![CDATA[程式語言 Programming Language]]></category>
		<category><![CDATA[筆記 Notes]]></category>
		<category><![CDATA[網頁開發 Web Development]]></category>
		<category><![CDATA[claudeCodeDuotify]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13110</guid>

					<description><![CDATA[筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。 課程相關資訊 [連結]：https://learn.duotify.com/courses/ <a class="more-link" href="https://smlpoints.com/notes-claude-code-13.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。</p>
<p><img loading="lazy" decoding="async" class=" wp-image-13035 aligncenter" src="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" alt="notes-claude-code-1" width="565" height="330" /></p>
<hr />
<h2>課程相關資訊</h2>
<p>[連結]：<a href="https://learn.duotify.com/courses/claude-code" target="_blank" rel="noopener">https://learn.duotify.com/courses/claude-code</a></p>
<p>請注意：本系列文章為個人對應課程的消化吸收後，所整理出來的內容。換言之，並不一定會包含全部的課程內容，也有可能會添加其他資源來說明。</p>
<hr />
<h2>內容</h2>
<h3>Sub-Agent</h3>
<p>1. 每個 sub-agent 的 context 是分離的<br />
2. Plan Mode 與 Work Mode，會視情況自己觸發<br />
3. 必要時，你可以用 @ 來提示上場</p>
<p>Sub-Agent 本身也是用 md 檔撰寫的描述提示。截止當前 2026 年，仍然會有過度設計的情況</p>
<p>英文本身對 AI 是比較友善。所以你可以將你的想法直接用英文寫，或是用中文再請 AI 翻成英文</p>
<hr />
<h2>系列文章</h2>
<p>[blogimove-CPC-TAG=claudeCodeDuotify-MODE=1-POSTNUM=-ORDERBY=title-ORDERTYPE=desc]</p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" type="image/png"/><media:content url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" medium="image"></media:content>
            	</item>
		<item>
		<title>[食記] 橫濱 角平蕎麥麵 Kadohei</title>
		<link>https://smlpoints.com/food-yokohama-soba-kadohei.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 01:30:25 +0000</pubDate>
				<category><![CDATA[亞洲 Asia]]></category>
		<category><![CDATA[旅行 Travel]]></category>
		<category><![CDATA[日本 Japan]]></category>
		<category><![CDATA[食記 Food]]></category>
		<category><![CDATA[Yokohama]]></category>
		<category><![CDATA[日本]]></category>
		<category><![CDATA[橫濱]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13133</guid>

					<description><![CDATA[距離 JR 橫濱站步行約 10 分鐘可抵達的「角平」蕎麥麵店，自 1950 年開業迄今已 70 多個年頭。招牌的 沾醬炸蝦天婦羅蕎麥麵，內含酥脆的炸蝦、鮮甜的醬 <a class="more-link" href="https://smlpoints.com/food-yokohama-soba-kadohei.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>距離 JR 橫濱站步行約 10 分鐘可抵達的「角平」蕎麥麵店，自 1950 年開業迄今已 70 多個年頭。招牌的 沾醬炸蝦天婦羅蕎麥麵，內含酥脆的炸蝦、鮮甜的醬汁搭配扎實口感的蕎麥麵，著實值得趁早一訪。</p>
<p><img loading="lazy" decoding="async" class=" wp-image-13135 aligncenter" src="https://smlpoints.com/wp-content/uploads/food-yokohama-soba-kadohei-2.jpg" alt="food-yokohama-soba-kadohei-2" width="563" height="422" /></p>
<hr />
<h2>內容</h2>
<p>[ 地址 ]：神奈川県横浜市西区平沼1-36-2</p>
<p>抵達時，要先自行在店門口的候位單寫上名字（如 Mike ) 與人數，再到隊伍中排隊。備有英文菜單，但職員是不諳英文的。若你聽得懂會一點點日文對話會比較好。</p>
<p>店內座席約20多，包廂區塊2個。點了招牌的沾醬炸蝦天婦羅蕎麥麵後，就等餐點上桌。<img loading="lazy" decoding="async" class="size-full wp-image-13136 aligncenter" src="https://smlpoints.com/wp-content/uploads/food-yokohama-soba-kadohei-1.jpg" alt="food-yokohama-soba-kadohei-1" width="640" height="480" /></p>
<p>蕎麥麵完食後，別忘記跟店員索取湯汁搭配一起喝光～（不過他們應該會發現你用完麵時就自動送上了）份量整體來說非常夠。</p>
<p>最後這邊僅收現金，沒有行動支付選項喔</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-13134 aligncenter" src="https://smlpoints.com/wp-content/uploads/food-yokohama-soba-kadohei-3.jpg" alt="food-yokohama-soba-kadohei-3" width="640" height="480" /></p>
<hr />
<h2>食記相關文章</h2>
<p>[blogimove-CPC-CID=11-MODE=1]</p>
<p><!-- notionvc: e4c9525b-fff7-4035-86fb-d2adf7e6d08f --></p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/food-yokohama-soba-kadohei-1.jpg" type="image/jpeg"/><media:content url="https://smlpoints.com/wp-content/uploads/food-yokohama-soba-kadohei-1.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>[筆記] Claude Code 代理人開發全攻略 &#8211; 12</title>
		<link>https://smlpoints.com/notes-claude-code-12.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Fri, 10 Apr 2026 01:30:55 +0000</pubDate>
				<category><![CDATA[程式語言 Programming Language]]></category>
		<category><![CDATA[筆記 Notes]]></category>
		<category><![CDATA[網頁開發 Web Development]]></category>
		<category><![CDATA[claudeCodeDuotify]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13108</guid>

					<description><![CDATA[筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。 課程相關資訊 [連結]：https://learn.duotify.com/courses/ <a class="more-link" href="https://smlpoints.com/notes-claude-code-12.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。</p>
<p><img loading="lazy" decoding="async" class=" wp-image-13035 aligncenter" src="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" alt="notes-claude-code-1" width="565" height="330" /></p>
<hr />
<h2>課程相關資訊</h2>
<p>[連結]：<a href="https://learn.duotify.com/courses/claude-code" target="_blank" rel="noopener">https://learn.duotify.com/courses/claude-code</a></p>
<p>請注意：本系列文章為個人對應課程的消化吸收後，所整理出來的內容。換言之，並不一定會包含全部的課程內容，也有可能會添加其他資源來說明。</p>
<hr />
<h2>內容</h2>
<h3>關於費用</h3>
<p>1. 購買 Claude 的 Pro / Max 訂閱，較無心理壓力，但是有每 5 小時、每週的用量上限。此上限是桌面版、cli、App 共用<br />
2. Anthoropic Console 無免費額度，就是用多少扣多少</p>
<p>盡力的使用最新的模型；Claude Code 會自動用較舊的模型來做一些簡單的工作</p>
<p>不要什麼都叫 Claude Code 做事，搭配 Gemini Cli 和 Codex Cli，你可以省下更多</p>
<p>因為 AI 無法一瞬間理解所有的專案需求，甚至是一些古老專案，故工程師們還是有存在的理由。你需要把這些邏輯補到 Claude.md</p>
<hr />
<h2>系列文章</h2>
<p>[blogimove-CPC-TAG=claudeCodeDuotify-MODE=1-POSTNUM=-ORDERBY=title-ORDERTYPE=desc]</p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" type="image/png"/><media:content url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" medium="image"></media:content>
            	</item>
		<item>
		<title>[筆記] Claude Code 代理人開發全攻略 &#8211; 11</title>
		<link>https://smlpoints.com/notes-claude-code-11.html</link>
		
		<dc:creator><![CDATA[ANDY LIEN]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 01:30:34 +0000</pubDate>
				<category><![CDATA[程式語言 Programming Language]]></category>
		<category><![CDATA[筆記 Notes]]></category>
		<category><![CDATA[網頁開發 Web Development]]></category>
		<category><![CDATA[claudeCodeDuotify]]></category>
		<guid isPermaLink="false">https://smlpoints.com/?p=13091</guid>

					<description><![CDATA[筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。 課程相關資訊 [連結]：https://learn.duotify.com/courses/ <a class="more-link" href="https://smlpoints.com/notes-claude-code-11.html">Read More ...</a>]]></description>
										<content:encoded><![CDATA[<p>筆記下 Claude Code 代理人開發全攻略 的聽講相關內容。</p>
<p><img loading="lazy" decoding="async" class=" wp-image-13035 aligncenter" src="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" alt="notes-claude-code-1" width="565" height="330" /></p>
<hr />
<h2>課程相關資訊</h2>
<p>[連結]：<a href="https://learn.duotify.com/courses/claude-code" target="_blank" rel="noopener">https://learn.duotify.com/courses/claude-code</a></p>
<p>請注意：本系列文章為個人對應課程的消化吸收後，所整理出來的內容。換言之，並不一定會包含全部的課程內容，也有可能會添加其他資源來說明。</p>
<hr />
<h2>內容</h2>
<p>1. Claude Code 並沒有文件說明哪些內部工具可用，但在 Claude API 文件有透露<br />
2. Task, TodoWrite, Read, Edit, &#8230; 等</p>
<h3>安全機制</h3>
<p>1. Read-only, Bash Commands, File Modification</p>
<p>後兩者之所以要核准，是因為不當的操作會導致 OS 被摧毀無法開機會資料被刪除無法救回</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-13093 aligncenter" src="https://smlpoints.com/wp-content/uploads/notes-claude-code-11-1.png" alt="notes-claude-code-11-1" width="640" height="343" /></p>
<hr />
<h2>系列文章</h2>
<p>[blogimove-CPC-TAG=claudeCodeDuotify-MODE=1-POSTNUM=-ORDERBY=title-ORDERTYPE=desc]</p>
]]></content:encoded>
					
		
		
		<enclosure url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" type="image/png"/><media:content url="https://smlpoints.com/wp-content/uploads/notes-claude-code-1.png" medium="image"></media:content>
            	</item>
	</channel>
</rss>
