-
Anthropic 公開了 System Prompts,但真正該學的是 simonw 把它變成 git 時間軸的那一招
Anthropic 公開了 claude.ai 的 system prompt 全歷史,Simon Willison 把它拆成 116 個偽造日期的 commit,讓 git log / diff / blame 變成讀...
-
Cline v4.1.7 拆解:checkpoint 其實存在你自己的 repo 裡,還有中斷時 prompt 佇列的兩種命運
v4.1.7 把 View Changes 接回 SDK checkpoint,也修好了中斷時被靜默丟掉的 prompt 佇列。從原始碼看,新的 checkpoint 不是 shadow repo,而是寫進你自己 rep...
-
Git 協作不可不知的重要指令
以下整理 套件開發協作時常遇到與用到的 Git 指令: SSH Key 與 HTTPS 的差別 其中 <repo_link> 的開頭有 https:// 和 git@ 兩種: git@ 開頭:需在 Githu...
-
【除錯紀錄】MAC 更新後 git 指令出現 xcrun: error
更新 Mac 到 12.3.1 後,日常使用 git 進行版控時,出現以下錯誤訊息: 解法是要安裝/升級 XCode command line tools 畫面跳出 按下「安裝」> 「同意」,等待完成就可以正常使用...