<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Claude Code on 老张开工了</title>
    <link>/claude-code/</link>
    <description>Recent content in Claude Code on 老张开工了</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 15 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="/claude-code/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>开发环境搭建：从 IDE 到 Agent CLI</title>
      <link>/posts/2026/06/ai-dev-env-setup/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <guid>/posts/2026/06/ai-dev-env-setup/</guid>
      <description>工欲善其事必先利其器。本章搭建一个可工作 + 可沉淀的环境：从 L1 补全到 L3 Agent harness，从单一工具到多工具协作，附带一份让你能直接照抄的&amp;quot;五文件起手配置&amp;quot;。&#xA;8.1 起手目标 本章结束，你应有：&#xA;一个能跑 Claude Code / OpenCode 的终端 一个支持 OpenAI / Anthropic 互换的 model 后端配置 一份 AGENTS.md / CLAUDE.md / OPENCODE.md (按你选择的工具) 一份 .opencode/skills/ 或 .claude/skills/ 目录（即使空着） 一份 SECURITY.md 兜底 一个本地运行的开发日记脚本：记录你今天回到了哪些 prompt 8.2 选 L1：先架 IDE 这层 选项 A：VS Code + Copilot / Continue # 安装 VS Code（如未） winget install Microsoft.VisualStudioCode # Windows brew install --cask visual-studio-code # macOS # 装 GitHub Copilot 扩展 → 登录 → 默认开启 Tab 补全 # 或 安装 Continue（开源替代） → 配置自托管后端 优点：稳、所有 AI 协作出现兼容性的起点 缺点：还是要靠你切换工具</description>
    </item>
    <item>
      <title>主流 AI 编程工具全景</title>
      <link>/posts/2026/06/ai-tools-landscape/</link>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <guid>/posts/2026/06/ai-tools-landscape/</guid>
      <description>AI 编程工具在 2025 年下半年开始大规模爆发，到 2026 年已经分成清晰的三层。本章不教你怎么按按钮，而是把每一层的&amp;quot;擅长点 + 短板&amp;quot;讲清——选型时，工具之间的差异远小于你想象，关键是把对的事用对工具做。&#xA;5.1 三层工具栈 ┌──────────────────────────────────────────────────┐ │ L3 · Agent Harness │ │ Claude Code / Codex CLI / OpenCode / Cursor Agent│ │ 能跑命令、改多文件、自循环执行任务 │ ├──────────────────────────────────────────────────┤ │ L2 · AI IDE / 工作区 │ │ Cursor / Windsurf / Copilot Workspace │ │ 带 chat + 多文件编辑、引用当前工程 │ ├──────────────────────────────────────────────────┤ │ L1 · In-Editor 补全 │ │ GitHub Copilot / Tab / Codeium │ │ 单行/小片段补全 │ └──────────────────────────────────────────────────┘ 三层不是&amp;quot;高级 = 顶级&amp;quot;——L1 仍然在 2026 年的日常编码里是高频出现的，因为它快。三层是协作而非替代。</description>
    </item>
  </channel>
</rss>
