<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Claude Daily — Signal Over Noise</title>
    <link>https://simpleclaude.news</link>
    <description>The single most useful piece of Claude AI content, curated daily by AI. No hype, just signal.</description>
    <language>en</language>
    <lastBuildDate>Fri, 17 Apr 2026 05:04:02 GMT</lastBuildDate>
    <atom:link href="https://simpleclaude.news/rss.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://simpleclaude.news/icons/logo.png</url>
      <title>Claude Daily</title>
      <link>https://simpleclaude.news</link>
    </image>
    <item>
      <title>🥇 Introducing Claude Opus 4.7</title>
      <link>https://www.anthropic.com/news/claude-opus-4-7</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-17#rank-1</guid>
      <pubDate>Fri, 17 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Anthropic released Claude Opus 4.7 — a direct upgrade to Opus 4.6 at the same price, with stronger coding, better multi-step agentic workflows, and significantly improved vision&lt;/li&gt;&lt;li&gt;SWE-bench Verified jumps from 80.8% → 87.6%; Cursor&amp;apos;s internal coding benchmark goes from 58% → 70%; tool error rate in complex workflows drops by two-thirds&lt;/li&gt;&lt;li&gt;Vision gets a 3x resolution upgrade — images up to 3.75MP (up from 1.15MP) — so screenshots, diagrams, and dense documents are processed at much higher fidelity automatically, no API changes needed&lt;/li&gt;&lt;li&gt;Opus 4.7 is the most literally instruction-following Claude model yet — worth auditing prompts written for earlier models before migrating&lt;/li&gt;&lt;li&gt;Available today via Anthropic API, Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 v2.1.111</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.111</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-17#rank-2</guid>
      <pubDate>Fri, 17 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;/ultrareview is new: comprehensive cloud-based code review using parallel multi-agent analysis — run with no args for your current branch, or /ultrareview &amp;lt;PR#&amp;gt; to review a specific GitHub PR&lt;/li&gt;&lt;li&gt;xhigh effort level is live for Opus 4.7 — sits between high and max, now tunable via an interactive /effort slider with arrow-key navigation&lt;/li&gt;&lt;li&gt;Auto mode is on by default for Max subscribers on Opus 4.7 — the --enable-auto-mode flag is no longer needed&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 [Release] anthropics/claude-agent-sdk-python: v0.1.60</title>
      <link>https://github.com/anthropics/claude-agent-sdk-python/releases/tag/v0.1.60</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-17#rank-3</guid>
      <pubDate>Fri, 17 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;list_subagents() and get_subagent_messages() are new session helpers for inspecting subagent message chains spawned during a session — no more manual transcript parsing to debug multi-agent workflows&lt;/li&gt;&lt;li&gt;OpenTelemetry distributed tracing added: install with pip install claude-agent-sdk[otel] to propagate W3C trace context from the SDK to the CLI subprocess, connecting spans end-to-end&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.110</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.110</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-16#rank-1</guid>
      <pubDate>Thu, 16 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Run `/tui fullscreen` to switch to flicker-free rendering in the same conversation — finally fixes the flickering that made fullscreen hard to use in long sessions&lt;/li&gt;&lt;li&gt;Claude can now send mobile push notifications when Remote Control is enabled — your phone pings you when a long-running task finishes&lt;/li&gt;&lt;li&gt;The Write tool now tells Claude when you edit its proposed content in the IDE diff before accepting — Claude sees your manual edits and can reason about why you changed them&lt;/li&gt;&lt;li&gt;`/autocompact`, `/context`, `/exit`, and `/reload-plugins` now work from Remote Control (mobile/web) — full session control from your phone&lt;/li&gt;&lt;li&gt;`--resume`/`--continue` now resurrects unexpired scheduled tasks that were interrupted&lt;/li&gt;&lt;li&gt;Session recap is now enabled for Bedrock, Vertex, and Foundry users (previously only opt-in); opt out via `/config` or `CLAUDE_CODE_ENABLE_AWAY_SUMMARY=0`&lt;/li&gt;&lt;li&gt;Bash tool now enforces its documented maximum timeout instead of accepting arbitrarily large values&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 What&apos;s eating your Claude Code context window? I wrote a 500-line Python script to find out</title>
      <link>https://dev.to/geniej/whats-eating-your-claude-code-context-window-i-wrote-a-500-line-python-script-to-find-out-3oma</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-16#rank-2</guid>
      <pubDate>Thu, 16 Apr 2026 08:00:00 GMT</pubDate>
      <category>Tutorial</category>
      <description>&lt;ul&gt;&lt;li&gt;`cc-healthcheck` is a single Python file, zero dependencies, that reads `~/.claude/` locally and tells you three things: what auto-loads into every session (CLAUDE.md chain, rules, skill frontmatter), whether your hooks are broken, and where last session&amp;apos;s tokens actually went&lt;/li&gt;&lt;li&gt;Shows per-model token totals, cache hit ratio, and system-reminder injection counts — so you can see if your prompt cache is actually working&lt;/li&gt;&lt;li&gt;Catches common hook bugs: unquoted `|` operators, missing timeouts, and case-sensitivity traps that silently fail&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Architectural drift with Agentic coding. Here&apos;s what I built to fix it.</title>
      <link>https://dev.to/deepcodersinc/agentic-coding-architectural-drift-heres-what-i-built-to-fix-it-4h2j</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-16#rank-3</guid>
      <pubDate>Thu, 16 Apr 2026 08:00:00 GMT</pubDate>
      <category>Tutorial</category>
      <description>&lt;ul&gt;&lt;li&gt;`unkode` is a Claude Code skill that generates a `unkode.yaml` architecture map from your codebase — commit it to main as a versioned baseline&lt;/li&gt;&lt;li&gt;On each PR, it diffs the current module graph against that baseline and flags new cross-layer dependencies (&amp;quot;Auth now imports from Billing — is that intended?&amp;quot;)&lt;/li&gt;&lt;li&gt;Solves a real agentic coding problem: Claude Code can add 14 imports across 8 files in one PR, and the diff is too big to catch the architectural implication by eyeballing it&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.108</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.108</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-15#rank-1</guid>
      <pubDate>Wed, 15 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;1-hour prompt cache TTL is now opt-in with `ENABLE_PROMPT_CACHING_1H` — previously API key users (and anyone who set `DISABLE_TELEMETRY`) were silently capped at the 5-minute TTL, burning extra cost on long sessions&lt;/li&gt;&lt;li&gt;New `/recap` command summarizes what happened since you stepped away so you can resume context instantly without re-reading the full transcript&lt;/li&gt;&lt;li&gt;Claude can now discover and self-invoke built-in slash commands like `/init`, `/review`, and `/security-review` via the Skill tool — opens the door to agent workflows that trigger standard operations without manual prompting&lt;/li&gt;&lt;li&gt;Error messages are now meaningfully differentiated: rate limits vs plan limits are separate, 5xx/529 errors link directly to status.claude.com, and unknown slash commands suggest the nearest valid match&lt;/li&gt;&lt;li&gt;`/resume` defaults to sessions in your current directory; Ctrl+A expands to all projects&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 YAML vs Markdown vs JSON vs TOON: Which Format Is Most Efficient for the Claude API</title>
      <link>https://dev.to/webramos/yaml-vs-markdown-vs-json-vs-toon-which-format-is-most-efficient-for-the-claude-api-4l94</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-15#rank-2</guid>
      <pubDate>Wed, 15 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;The same 200-product catalog costs 15,879 tokens in JSON vs 6,088 in TOON — a 62% difference that hits your API bill every call&lt;/li&gt;&lt;li&gt;This is the first public benchmark run on Claude specifically (Haiku 4.5, Sonnet 4.6, Opus 4.6): 450 API calls, 120 data files, 8 real-world scenarios, Anthropic&amp;apos;s production tokenizer&lt;/li&gt;&lt;li&gt;Practical rule: prefer Markdown or TOON over JSON whenever you&amp;apos;re passing structured data as context — not just in prompts, but in tool responses and retrieved documents&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Context budget optimization: how to design MCP tools that don&apos;t waste tokens</title>
      <link>https://dev.to/vdalhambra/context-budget-optimization-how-to-design-mcp-tools-that-dont-waste-tokens-3jcg</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-15#rank-3</guid>
      <pubDate>Wed, 15 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Most MCP tools return raw API JSON (4,000+ tokens) when Claude only needs a pre-digested summary — a 10-100x token waste per call&lt;/li&gt;&lt;li&gt;Design MCP responses to include what changed, what it means, and what to do next — not raw data dumps&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.105</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.105</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-14#rank-1</guid>
      <pubDate>Tue, 14 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New PreCompact hook: a hook can now block compaction entirely by exiting with code 2 or returning `{&amp;quot;decision&amp;quot;:&amp;quot;block&amp;quot;}` — useful if you want to prevent Claude from summarizing context mid-session&lt;/li&gt;&lt;li&gt;Background plugin monitors now auto-arm at session start or on skill invoke via a top-level `monitors` manifest key — no more manual setup&lt;/li&gt;&lt;li&gt;`/proactive` is now an alias for `/loop`, making the recurring-task mode easier to remember&lt;/li&gt;&lt;li&gt;`WebFetch` now strips `&amp;lt;style&amp;gt;` and `&amp;lt;script&amp;gt;` contents from fetched pages so CSS-heavy sites stop exhausting the content budget before reaching actual text&lt;/li&gt;&lt;li&gt;`/doctor` gets a facelift with status icons and an `f` key shortcut that has Claude fix reported issues automatically&lt;/li&gt;&lt;li&gt;15+ bug fixes: images on queued messages no longer dropped, blank screen on wrapped prompt input fixed, ASCII art no longer has leading whitespace stripped, and one-shot scheduled tasks no longer re-fire repeatedly&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Exploring the new `servo` crate</title>
      <link>https://simonwillison.net/2026/Apr/13/servo-crate-exploration/#atom-everything</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-14#rank-2</guid>
      <pubDate>Tue, 14 Apr 2026 08:00:00 GMT</pubDate>
      <category>Tutorial</category>
      <description>&lt;ul&gt;&lt;li&gt;Simon Willison tasked Claude Code with exploring the brand-new `servo` 0.1.0 crate (the Servo browser engine, now embeddable as a Rust library — released yesterday)&lt;/li&gt;&lt;li&gt;Claude Code built `servo-shot`, a working CLI tool that takes real screenshots of web pages using the Servo engine; the result accurately renders Hacker News&lt;/li&gt;&lt;li&gt;It also determined that compiling Servo to WebAssembly isn&amp;apos;t feasible (threads + SpiderMonkey) and built an alternative playground using `html5ever` compiled to Wasm instead&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 I Built a Free MCP Server for European Financial Data</title>
      <link>https://dev.to/dimitri_roesing/i-built-a-free-mcp-server-for-european-financial-data-50co</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-14#rank-3</guid>
      <pubDate>Tue, 14 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Free, open MCP server with 6 tools that pull ECB and Eurostat data into Claude as clean flat JSON — no more hand-parsing SDMX-XML&lt;/li&gt;&lt;li&gt;Covers: ECB deposit/refi/marginal lending rates, EUR exchange rates (30+ currencies), EU inflation by country (HICP), GDP by country (quarterly), and more&lt;/li&gt;&lt;li&gt;Install in 30 seconds; all sources are official and free (ECB Statistical Data Warehouse, Eurostat)&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Claude Code v2.1.101 — /team-onboarding, OS CA cert trust, command injection fix, memory leak, 20+ fixes</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.101</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-11#rank-1</guid>
      <pubDate>Sat, 11 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New `/team-onboarding` command: generates a teammate ramp-up guide from your own local Claude Code usage history — useful for async onboarding without writing docs manually&lt;/li&gt;&lt;li&gt;OS CA certificate store is now trusted by default, so enterprise TLS proxies work without extra setup; opt out with `CLAUDE_CODE_CERT_STORE=bundled` if you need the old behavior&lt;/li&gt;&lt;li&gt;Security fix: command injection vulnerability in the POSIX `which` fallback used by LSP binary detection — patched&lt;/li&gt;&lt;li&gt;Memory leak fix: long sessions were retaining dozens of historical copies of the full message list in the virtual scroller — now cleaned up&lt;/li&gt;&lt;li&gt;`/ultraplan` and remote-session features no longer require web setup first — they auto-create a default cloud environment&lt;/li&gt;&lt;li&gt;Multiple `--resume` fixes: context loss on large sessions, crash when a persisted Edit/Write result was missing `file_path`, and cross-subagent chain bridging into the wrong conversation&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Stop Putting Best Practices in Skills</title>
      <link>https://dev.to/edysilva/stop-putting-best-practices-in-skills-3pof</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-11#rank-2</guid>
      <pubDate>Sat, 11 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Skills in Claude Code only get invoked 6–66% of the time; CLAUDE.md is always in context — so anything you want Claude to *always* do should live in CLAUDE.md, not a skill&lt;/li&gt;&lt;li&gt;The author ran 51 multi-turn evals across 4 configurations, replicated Vercel&amp;apos;s single-shot experiment in realistic sessions, and read Claude Code&amp;apos;s source to confirm: skills and CLAUDE.md are both just prompts, but skills depend on a chain of decisions that frequently fails&lt;/li&gt;&lt;li&gt;Rule of thumb: CLAUDE.md for guidelines, coding standards, and non-negotiable behavior; skills for on-demand recipes (&amp;apos;run this audit&amp;apos;, &amp;apos;generate this template&amp;apos;, &amp;apos;open a PR&amp;apos;)&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Most of your Claude Code agents don&apos;t need Sonnet</title>
      <link>https://dev.to/edwardkubiak/most-of-your-claude-code-agents-dont-need-sonnet-4587</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-11#rank-3</guid>
      <pubDate>Sat, 11 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Haiku costs $0.25/1M input tokens vs Sonnet&amp;apos;s $3/1M — a 12x difference — and for mechanical tasks (commit messages, code review, docs, CI config, test running) Haiku is plenty&lt;/li&gt;&lt;li&gt;The author runs 50 agent calls/day; only 8 hit Sonnet — the remaining 68% run Haiku, with 2 local Ollama models at zero API cost&lt;/li&gt;&lt;li&gt;Sonnet stays on tasks where wrong answers are expensive: planning, multi-file debugging, security review, complex implementation&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 The Advisor Strategy: pair Opus as a mid-task advisor with Sonnet or Haiku as executor — now in beta</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sgy11x/were_bringing_the_advisor_strategy_to_the_claude/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-10#rank-1</guid>
      <pubDate>Fri, 10 Apr 2026 08:00:00 GMT</pubDate>
      <category>Announcement</category>
      <description>&lt;ul&gt;&lt;li&gt;New Claude Platform API feature in beta: designate Opus as an &amp;apos;advisor&amp;apos; that your Sonnet or Haiku agent consults when it hits a hard mid-task decision — Opus returns a plan, the executor keeps running, all inside one API request&lt;/li&gt;&lt;li&gt;Anthropic&amp;apos;s evals: Sonnet + Opus advisor beats plain Sonnet by 2.7 percentage points on SWE-bench Multilingual while costing 11.9% less per task — near-Opus quality at near-Sonnet prices&lt;/li&gt;&lt;li&gt;SDK support shipped simultaneously across all five languages: Python v0.93.0, TypeScript v0.87.0, Go v1.34.0, Java v2.24.0, C# v12.14.0 — the &amp;apos;beta advisor tool&amp;apos; feature is in each one&lt;/li&gt;&lt;li&gt;Full write-up at claude.com/blog/the-advisor-strategy&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code v2.1.98 — three Bash permission security fixes + Vertex AI setup wizard, Monitor tool, subprocess sandboxing</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.98</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-10#rank-2</guid>
      <pubDate>Fri, 10 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Security fix: a backslash-escaped flag in a Bash command could be auto-allowed as read-only and escalate to arbitrary code execution — patched&lt;/li&gt;&lt;li&gt;Security fix: compound Bash commands (e.g. `cmd1 &amp;amp;&amp;amp; cmd2`) were bypassing forced permission prompts in auto and bypass-permissions modes — patched&lt;/li&gt;&lt;li&gt;Security fix: redirects to `/dev/tcp/...` or `/dev/udp/...` were silently auto-allowed instead of prompting — patched&lt;/li&gt;&lt;li&gt;New: interactive Google Vertex AI setup wizard on the login screen — guides you through GCP auth, project/region config, credential check, and model pinning with no manual config files&lt;/li&gt;&lt;li&gt;New: `CLAUDE_CODE_PERFORCE_MODE` — Edit/Write/Notebook ops fail fast on read-only Perforce files with a `p4 edit` hint instead of silently overwriting&lt;/li&gt;&lt;li&gt;New: Monitor tool for streaming events from long-running background scripts&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Introducing Claude Managed Agents, now in public beta</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sfz7a5/introducing_claude_managed_agents_now_in_public/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-09#rank-1</guid>
      <pubDate>Thu, 09 Apr 2026 08:00:00 GMT</pubDate>
      <category>Announcement</category>
      <description>&lt;ul&gt;&lt;li&gt;Anthropic just launched Managed Agents: you define what your agent does, and Anthropic runs it on their infrastructure — no devops, no agent loop babysitting&lt;/li&gt;&lt;li&gt;Before this, shipping a production agent meant months of work on infrastructure, state management, and permissioning — now it&amp;apos;s supposed to be days&lt;/li&gt;&lt;li&gt;All five major Anthropic SDKs (Python, TypeScript, Java, Go, C#) shipped same-day support for the Managed Agents API, so you can start coding against it right now&lt;/li&gt;&lt;li&gt;Notion, Sentry, Rakuten, Asana, and Vibecode are early customers — Notion is running dozens of tasks in parallel directly inside its workspace&lt;/li&gt;&lt;li&gt;Multi-agent coordination is in research preview (request access); full blog at claude.com/blog/claude-managed-agents&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code v2.1.97 — focus view, permission hardening, MCP memory leak fix, 20+ fixes</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.97</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-09#rank-2</guid>
      <pubDate>Thu, 09 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New `Ctrl+O` focus view in NO_FLICKER mode: shows just your prompt, a one-line tool summary with diff stats, and the final response — great for staying focused&lt;/li&gt;&lt;li&gt;MCP HTTP/SSE connections were leaking ~50 MB/hour of memory when servers reconnect — now fixed&lt;/li&gt;&lt;li&gt;`--dangerously-skip-permissions` was silently being downgraded when you approved a write to a protected path — fixed&lt;/li&gt;&lt;li&gt;`settings.json` was being silently ignored if you had a permission rule named `toString` or another JS prototype property — fixed&lt;/li&gt;&lt;li&gt;`/resume` gets a pile of fixes: `--resume &amp;lt;name&amp;gt;` is now editable, diffs survive resume on large files, messages typed while Claude works are now persisted&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Claude Code GitHub Action v1.0 — Generally Available, simplified API, breaking changes</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-09#rank-3</guid>
      <pubDate>Thu, 09 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The Claude Code GitHub Action is now v1.0 GA — if you&amp;apos;re still on v0.x, you need to migrate&lt;/li&gt;&lt;li&gt;Old: `mode`, `direct_prompt`, `override_prompt`, `custom_instructions`, `model`, `allowed_tools` inputs. New: one `prompt` input and `claude_args` for everything else&lt;/li&gt;&lt;li&gt;Auto mode detection: no more manually setting `mode` — the action figures out interactive vs automation on its own&lt;/li&gt;&lt;li&gt;New example workflows published: automated PR reviews, CI failure fixes, issue triage, doc generation, security scanning&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 claude-mythos-preview appears simultaneously in all Anthropic SDKs</title>
      <link>https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.90.0</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-08#rank-1</guid>
      <pubDate>Wed, 08 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;All five major Anthropic SDKs (Python, TypeScript, Go, Java, C#) shipped a new release on the same day, and they all have exactly one thing in common: `claude-mythos-preview` is now a supported model ID&lt;/li&gt;&lt;li&gt;You can start passing `model=&amp;quot;claude-mythos-preview&amp;quot;` in your API calls right now — the SDK handles it, though actual access depends on Anthropic granting your account&lt;/li&gt;&lt;li&gt;This is the standard pattern Anthropic uses just before a model becomes broadly available: SDK support lands first, public announcement follows&lt;/li&gt;&lt;li&gt;The synchronized multi-language rollout suggests this isn&amp;apos;t a leak — it&amp;apos;s a coordinated release prep&lt;/li&gt;&lt;li&gt;Related context: a Thomas Friedman NYT piece and Anthropic&amp;apos;s &amp;quot;Glasswing&amp;quot; page are already circulating with details about Mythos&amp;apos; capabilities, including finding vulnerabilities in major software systems&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code v2.1.94 — effort defaults back to high for API users, 20+ fixes</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.94</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-08#rank-2</guid>
      <pubDate>Wed, 08 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Default effort level is now `high` again for API-key, Bedrock/Vertex/Foundry, Team, and Enterprise users — it was silently changed to `medium` a while back, this reverses that; control it with `/effort`&lt;/li&gt;&lt;li&gt;Bedrock Mantle is now supported via `CLAUDE_CODE_USE_MANTLE=1`&lt;/li&gt;&lt;li&gt;Fixed: agents stuck silently after 429 rate-limit (error now surfaces immediately)&lt;/li&gt;&lt;li&gt;Fixed: Console login on macOS silently failing with &amp;quot;Not logged in&amp;quot; when keychain is locked — `claude doctor` now diagnoses it&lt;/li&gt;&lt;li&gt;Fixed: CJK and multibyte text corruption when chunk boundaries split a UTF-8 sequence in stream-json mode&lt;/li&gt;&lt;li&gt;`--resume` now works across worktrees of the same repo directly, no more `cd` command required&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Amazon Bedrock Mantle client lands across all Anthropic SDKs</title>
      <link>https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.91.0</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-08#rank-3</guid>
      <pubDate>Wed, 08 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;A new `AnthropicBedrockMantle` client is now available in Python (v0.91.0), TypeScript (v0.85.0), Go (v1.32.0), and C# Bedrock (v0.2.0) — also in Claude Code itself via `CLAUDE_CODE_USE_MANTLE=1`&lt;/li&gt;&lt;li&gt;Mantle is Amazon&amp;apos;s unified inference layer for Bedrock — this client lets you talk to Claude through Mantle&amp;apos;s routing without managing region-specific endpoint strings manually&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Boris Cherny explains some recent changes to Claude Code</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1sed183/boris_cherny_explains_some_recent_changes_to/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-07#rank-1</guid>
      <pubDate>Tue, 07 Apr 2026 08:00:00 GMT</pubDate>
      <category>Update</category>
      <description>&lt;ul&gt;&lt;li&gt;Boris Cherny (Claude Code team lead) clarified why Claude Code &amp;quot;thinking&amp;quot; seems to have dropped: the `redact-thinking-2026-02-12` header hides thinking from the UI but doesn&amp;apos;t reduce it — Claude still thinks just as hard, you just don&amp;apos;t see the transcript&lt;/li&gt;&lt;li&gt;The actual thinking depth change happened Feb 9 when Opus 4.6 launched: it switched from a fixed thinking budget to *adaptive* thinking, where Claude decides how long to think. Turn this off with `CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING` env var if you want the old behavior&lt;/li&gt;&lt;li&gt;On March 3 they also changed the default effort from 100 to 85 (the sweet spot they found for speed vs. intelligence). To get full effort back: type `/effort` in Claude Code or add `&amp;quot;effort&amp;quot;: &amp;quot;high&amp;quot;` to settings.json — it sticks across sessions&lt;/li&gt;&lt;li&gt;If you want thinking shown in the UI again: add `&amp;quot;showThinkingSummaries&amp;quot;: true` to settings.json&lt;/li&gt;&lt;li&gt;Key takeaway: post GitHub issues, not Reddit, if you want Anthropic to see bug reports&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code v2.1.92 introduces Ultraplan — draft plans in the cloud, review in your browser, execute anywhere</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1se1kpr/claude_code_v2192_introduces_ultraplan_draft/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-07#rank-2</guid>
      <pubDate>Tue, 07 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code v2.1.92 ships `/ultraplan` (beta): run it in your terminal, get a structured plan back as a shareable web page at claude.ai/code with inline commenting&lt;/li&gt;&lt;li&gt;You can review and annotate the plan in the browser, then either execute it remotely in the cloud or send it back to your local CLI to run&lt;/li&gt;&lt;li&gt;This is the first step toward cloud-first Claude Code workflows — the terminal stays the power-user entry point but planning and review can now happen anywhere&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Claude Code can now submit your app to App Store Connect and help you pass review</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sdot1s/claude_code_can_now_submit_your_app_to_app_store/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-07#rank-3</guid>
      <pubDate>Tue, 07 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Blitz is an open-source macOS app (Apache 2.0) that adds MCP servers so Claude Code can control App Store Connect: metadata, screenshots, localization, build submission, TestFlight groups — all from the terminal&lt;/li&gt;&lt;li&gt;Includes a built-in terminal with Claude Code so agents can build, test, and submit without leaving one window; runs fully locally, MCP server is localhost-only&lt;/li&gt;&lt;li&gt;Repo: github.com/blitzdotdev/blitz-mac — there&amp;apos;s a demo of an agent submitting an end-to-end App Store review&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Claude Code GitHub Action v1.0 — Now Generally Available</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-06#rank-1</guid>
      <pubDate>Mon, 06 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The Claude Code GitHub Action hit v1.0 GA — you can now wire Claude directly into any GitHub workflow to do automated PR reviews, fix failing CI, triage issues, generate docs, and run security scans&lt;/li&gt;&lt;li&gt;Configuration got a major cleanup: one unified `prompt` input replaces the old `mode`/`direct_prompt`/`override_prompt` trio, and all CLI options go through `claude_args` instead of scattered fields&lt;/li&gt;&lt;li&gt;The action now auto-detects whether to run in interactive mode (responding to @claude mentions) or automation mode (running on triggers like PR opened), so no more manual `mode:` configuration&lt;/li&gt;&lt;li&gt;AWS Bedrock and Google Vertex AI are now fully supported alongside the default Anthropic API&lt;/li&gt;&lt;li&gt;Breaking changes from v0.x: if you already use the action, read the migration guide at github.com/anthropics/claude-code-action/blob/main/docs/migration-guide.md before upgrading&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 71.5x token reduction by compiling your raw folder into a knowledge graph instead of reading files. Built from Karpathy&apos;s workflow</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1sdaakg/715x_token_reduction_by_compiling_your_raw_folder/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-06#rank-2</guid>
      <pubDate>Mon, 06 Apr 2026 08:00:00 GMT</pubDate>
      <category>Tutorial</category>
      <description>&lt;ul&gt;&lt;li&gt;Instead of reloading raw files every Claude Code session, `graphify` compiles your whole folder — code (13 languages via AST), PDFs, images, markdown — into a structured wiki once, then answers questions from the graph&lt;/li&gt;&lt;li&gt;Install with `pip install graphify &amp;amp;&amp;amp; graphify install`, then call `/graphify ./raw` inside Claude Code — it works as a native Claude Code skill&lt;/li&gt;&lt;li&gt;Every relationship is tagged EXTRACTED, INFERRED, or AMBIGUOUS, so you know exactly what came from source vs. what the model reasoned&lt;/li&gt;&lt;li&gt;Tested at 71.5x fewer tokens per query vs. reading raw files cold; drop new content in and `--update` merges it into the existing graph&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 After months with Claude Code, the biggest time sink isn&apos;t bugs — it&apos;s silent fake success</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sdmohb/after_months_with_claude_code_the_biggest_time/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-06#rank-3</guid>
      <pubDate>Mon, 06 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code is optimized to produce &amp;quot;working&amp;quot; output — so when it can&amp;apos;t get auth working, it quietly inserts a try/catch returning sample data, and you won&amp;apos;t notice until three days later&lt;/li&gt;&lt;li&gt;Add an &amp;quot;Error Handling Philosophy: Fail Loud, Never Fake&amp;quot; section to your CLAUDE.md: prefer visible failures over silent fallbacks, never substitute placeholder data, and always disclose degraded mode&lt;/li&gt;&lt;li&gt;The priority ladder: works correctly → disclosed fallback (with a banner/log) → clear error message → silent degradation (never acceptable)&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 I gave Claude Code a 285-line operating manual and 5 lifecycle hooks inside my Obsidian vault. After a month, it basically runs my work documentation for me.</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sc65st/i_gave_claude_code_a_285line_operating_manual_and/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-05#rank-1</guid>
      <pubDate>Sun, 05 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;You can wire up Claude Code&amp;apos;s session hooks (SessionStart, UserPromptSubmit, PostToolUse, PreCompact, Stop) in `.claude/settings.json` to fully automate work documentation in an Obsidian vault&lt;/li&gt;&lt;li&gt;SessionStart injects your active projects, recent git changes, and open tasks so Claude already knows your context — no more &amp;quot;let me catch you up&amp;quot; at the start of every session&lt;/li&gt;&lt;li&gt;UserPromptSubmit classifies your messages before Claude responds: say &amp;quot;just had a 1:1 with Sarah, she wants error monitoring before release&amp;quot; and it automatically creates the 1:1 note, updates Sarah&amp;apos;s person file, logs the decision, and adds the win to your brag doc&lt;/li&gt;&lt;li&gt;PostToolUse validates every .md Claude writes (frontmatter, wikilinks, correct folder) before mistakes compound; Stop auto-archives completed projects and checks for orphan notes&lt;/li&gt;&lt;li&gt;The 285-line CLAUDE.md is the keystone — consistent note schema is what makes synthesis work, not clever prompting&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 I got Claude Code to stop burning 40K tokens by just figuring out my codebase</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1scq9vk/i_got_claude_code_to_stop_burning_40k_tokens_by/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-05#rank-2</guid>
      <pubDate>Sun, 05 Apr 2026 08:00:00 GMT</pubDate>
      <category>Tutorial</category>
      <description>&lt;ul&gt;&lt;li&gt;Most Claude Code sessions waste 25K–66K tokens just re-exploring your codebase at the start of every conversation; codesight fixes this in one command&lt;/li&gt;&lt;li&gt;Run `npx codesight scan` and it writes compact context files into `.codesight/` — architecture overview, all API routes, DB schema, UI components, env vars, and an import graph with &amp;quot;blast radius&amp;quot; analysis&lt;/li&gt;&lt;li&gt;Add one line to CLAUDE.md pointing Claude at `.codesight/CODESIGHT.md` and future sessions start from a pre-computed map instead of rediscovering everything (~12x fewer orientation tokens on real production codebases)&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Senior engineer best practice for scaling yourself with Claude Code</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1sciznh/senior_engineer_best_practice_for_scaling/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-05#rank-3</guid>
      <pubDate>Sun, 05 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Git worktrees let you run 4–8 Claude Code agents in parallel on the same repo, each on its own branch — if Claude Code made you 10x faster, worktrees multiply that again depending on how many agents you can manage at once&lt;/li&gt;&lt;li&gt;Without a structured planning step first (like the compound-engineering-plugin&amp;apos;s multi-agent brainstorm → plan → execute → review flow), parallel worktrees create collisions and confusion rather than speed&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.92</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.92</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-04#rank-1</guid>
      <pubDate>Sat, 04 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New interactive Bedrock setup wizard walks you through AWS auth, region config, credential verification, and model pinning right from the login screen — no more manual config fumbling&lt;/li&gt;&lt;li&gt;`/cost` now shows a per-model and cache-hit breakdown for subscription users, so you can actually see which models are eating your quota&lt;/li&gt;&lt;li&gt;Pro users get a footer hint when prompt cache expires mid-session, telling you roughly how many tokens the next message will burn uncached&lt;/li&gt;&lt;li&gt;Write tool diff computation is 60% faster on files containing tabs, ampersands, or dollar signs&lt;/li&gt;&lt;li&gt;`/release-notes` is now an interactive version picker instead of a wall of text&lt;/li&gt;&lt;li&gt;13 bug fixes including: subagent spawning failures after tmux window kills, Stop hook failures with fast models, streaming JSON encoding bugs, phantom feedback submissions from autopilot keypresses, and a duplicate-message scroll glitch in iTerm2/Ghostty&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Using third-party harnesses with your Claude subscriptions</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sbtmru/using_thirdparty_harnesses_with_your_claude/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-04#rank-2</guid>
      <pubDate>Sat, 04 Apr 2026 08:00:00 GMT</pubDate>
      <category>Announcement</category>
      <description>&lt;ul&gt;&lt;li&gt;Starting April 4 at 12pm PT, Claude subscriptions no longer cover usage on third-party tools like OpenClaw that authenticate via Claude login&lt;/li&gt;&lt;li&gt;Affected users get a one-time credit equal to their monthly plan cost, plus access to discounted usage bundles&lt;/li&gt;&lt;li&gt;To keep using these tools: switch to a Claude API key, or buy the new extra usage bundles&lt;/li&gt;&lt;li&gt;Agent SDK is unaffected for now&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 I reverse-engineered why Claude Code burns through your usage so fast. 7 bugs that stack on top of each other — and the worst one activates when Extra Usage kicks in</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sbqalg/i_reverseengineered_why_claude_code_burns_through/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-04#rank-3</guid>
      <pubDate>Sat, 04 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;The native installer binary silently breaks prompt caching on every turn — switching to the npm version (`npm install -g @anthropic-ai/claude-code`) fixes it immediately&lt;/li&gt;&lt;li&gt;When Extra Usage kicks in, the client quietly downgrades your cache TTL from 1-hour to 5-minute, causing cache misses to spike exactly when you can least afford them&lt;/li&gt;&lt;li&gt;Three of the seven bugs (session resume dropping attachments, autocompact infinite loop, and the cache downgrade) were present for weeks and have since been patched in v2.1.89–v2.1.91&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.91</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.91</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-03#rank-1</guid>
      <pubDate>Fri, 03 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;MCP tool results can now be up to 500K characters (up from ~50K) by setting `_meta[&amp;quot;anthropic/maxResultSizeChars&amp;quot;]` on the tool annotation — no more silent truncation of large DB schemas or file dumps&lt;/li&gt;&lt;li&gt;Plugins can now ship executables under `bin/` and invoke them as bare commands from the Bash tool, making plugin-packaged CLIs a first-class citizen&lt;/li&gt;&lt;li&gt;Multi-line prompts in `claude-cli://open?q=` deep links now work — encoded newlines (`%0A`) are no longer rejected&lt;/li&gt;&lt;li&gt;A bug where `--resume` could silently lose conversation history when async transcript writes fail is fixed&lt;/li&gt;&lt;li&gt;Plan mode no longer loses track of the plan file after a container restart in remote sessions, which was causing spurious permission prompts and empty plan-approval modals&lt;/li&gt;&lt;li&gt;The Edit tool now uses shorter `old_string` anchors, reducing output token count on every file edit&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code GitHub Action v1.0 — Now Generally Available</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-03#rank-2</guid>
      <pubDate>Fri, 03 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The Claude Code GitHub Action hits v1.0 GA — the action that lets you trigger Claude Code on PRs, issues, and CI events with `@claude` mentions or automation rules&lt;/li&gt;&lt;li&gt;Configuration is drastically simplified: `mode`, `direct_prompt`, `override_prompt`, and `custom_instructions` are all replaced by a single `prompt` input and a `claude_args` passthrough for CLI flags&lt;/li&gt;&lt;li&gt;Now supports AWS Bedrock and Google Vertex AI natively, so teams with cloud-provider constraints can use it without routing through the Anthropic API&lt;/li&gt;&lt;li&gt;Breaking changes from v0.x — check the migration guide before upgrading&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Follow-up on usage limits</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sat07y/followup_on_usage_limits/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-03#rank-3</guid>
      <pubDate>Fri, 03 Apr 2026 08:00:00 GMT</pubDate>
      <category>Announcement</category>
      <description>&lt;ul&gt;&lt;li&gt;Anthropic&amp;apos;s official account explains what&amp;apos;s been driving faster usage burn: peak-hour limits tightened and 1M-context sessions got larger, not a billing bug&lt;/li&gt;&lt;li&gt;Key tips: use Sonnet 4.6 instead of Opus on Pro (Opus burns ~2× as fast), turn off extended thinking when you don&amp;apos;t need it, start fresh sessions rather than resuming idle ones, and set `CLAUDE_CODE_AUTO_COMPACT_WINDOW=200000` to cap context growth&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.90</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.90</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-02#rank-1</guid>
      <pubDate>Thu, 02 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code v2.1.90 ships `/powerup` — an interactive, animated tutorial system that teaches you Claude Code features in-context; great onboarding shortcut if you&amp;apos;ve been skipping the docs&lt;/li&gt;&lt;li&gt;The long-running `--resume` cache bug is fixed: since v2.1.69, resuming a session with MCP servers, deferred tools, or custom agents triggered a full prompt-cache miss on the first request, quietly burning up to 11.5× more tokens than expected every single time&lt;/li&gt;&lt;li&gt;Auto mode now correctly honors explicit user boundaries (&amp;apos;don&amp;apos;t push&amp;apos;, &amp;apos;wait for X before Y&amp;apos;) — before this fix those instructions were silently ignored even when the action was otherwise allowed&lt;/li&gt;&lt;li&gt;Three quadratic-time performance regressions fixed in one release: SSE transport large-frame handling, SDK session transcript writes, and per-turn MCP tool schema lookups are all now linear&lt;/li&gt;&lt;li&gt;PowerShell security hardened: four distinct bypass techniques (background job `&amp;amp;`, `-ErrorAction Break` debugger hang, archive-extraction TOCTOU, parse-fail deny-rule degradation) were all patched simultaneously&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 anthropic-sdk-python v0.88.0 / anthropic-sdk-typescript v0.82.0</title>
      <link>https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.88.0</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-02#rank-2</guid>
      <pubDate>Thu, 02 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Both the Python and TypeScript SDKs now return `structured stop_details` on message responses — instead of inferring why a generation stopped, you get a typed object telling you exactly whether it was `tool_use`, `end_turn`, `max_tokens`, or another reason&lt;/li&gt;&lt;li&gt;Bedrock now supports API key authentication in both SDKs, removing the AWS credential ceremony for teams that want simpler Bedrock access&lt;/li&gt;&lt;li&gt;A new `aws-sdk` package lands in the TypeScript SDK (v0.2.0) for first-class AWS-native integration&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 I investigated Claude Code&apos;s --resume cache bug. Here&apos;s what was actually happening</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1sa5ch4/i_investigated_claude_codes_resume_cache_bug/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-02#rank-3</guid>
      <pubDate>Thu, 02 Apr 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;A developer traced the v2.1.69–v2.1.90 `--resume` regression to its root cause: session state was silently dropping `deferred_tools_delta` and `mcp_instructions_delta` records on save, so resume reconstructed a different cache key and triggered a full miss every time&lt;/li&gt;&lt;li&gt;Real cost numbers: ~11.5× higher token spend on the first resumed request; one heavy MCP user estimated 12.6M extra tokens burned and ~$43.56 in wasted API value over 27 days — with a broader community midpoint around $285K&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.89</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.89</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-01#rank-1</guid>
      <pubDate>Wed, 01 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code v2.1.89 lands with 20+ changes — the headline is a new `&amp;quot;defer&amp;quot;` value for PreToolUse hooks: headless sessions can now pause mid-task at any tool call and resume later with `-p --resume`, so long automation pipelines can checkpoint instead of running all-at-once or stopping cold&lt;/li&gt;&lt;li&gt;`CLAUDE_CODE_NO_FLICKER=1` is a new env var for flicker-free alt-screen rendering — if you&amp;apos;re running Claude Code in tmux or over SSH and seeing visual glitches, set this and they go away&lt;/li&gt;&lt;li&gt;Auto mode now shows denied commands in a `/permissions` → Recent tab where you can retry with `r` — previously blocked actions were invisible; now you can see and re-evaluate them&lt;/li&gt;&lt;li&gt;Windows users get two critical fixes: Edit/Write were doubling CRLF line endings and stripping Markdown hard line breaks (two trailing spaces), silently corrupting files — update now if you&amp;apos;re on Windows&lt;/li&gt;&lt;li&gt;`/stats` now correctly counts subagent token usage and preserves data past 30 days — your token history was likely undercounting the whole time&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code GitHub Action v1.0 — Now Generally Available</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-01#rank-2</guid>
      <pubDate>Wed, 01 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The Claude Code GitHub Action hits v1.0 GA — the old `mode`, `direct_prompt`, and `override_prompt` inputs are replaced with a single `prompt` input, and all CLI options now flow through `claude_args`, making setup dramatically simpler&lt;/li&gt;&lt;li&gt;The action now auto-detects interactive vs automation mode (no more manual configuration), and adds native AWS Bedrock and GCP Vertex AI support if you want to route away from the Anthropic API directly&lt;/li&gt;&lt;li&gt;Breaking changes from v0.x — review the migration guide before upgrading production workflows&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 claude-agent-sdk-typescript: v0.2.89</title>
      <link>https://github.com/anthropics/claude-agent-sdk-typescript/releases/tag/v0.2.89</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-04-01#rank-3</guid>
      <pubDate>Wed, 01 Apr 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New `startup()` function pre-warms the CLI subprocess before your first `query()` call — pay the cold-start cost upfront and get ~20x faster first responses when you control the timing&lt;/li&gt;&lt;li&gt;New `listSubagents()` and `getSubagentMessages()` functions expose what subagents did inside a session — finally lets you inspect multi-agent execution history programmatically&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Computer use is now in Claude Code</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1s7wkky/computer_use_is_now_in_claude_code/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-31#rank-1</guid>
      <pubDate>Tue, 31 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code can now open your actual apps, click through the UI, and test what it built — all directly from the CLI, without you touching the keyboard&lt;/li&gt;&lt;li&gt;Works on anything you can open on a Mac: a compiled SwiftUI app, a local Electron build, or any GUI tool that doesn&amp;apos;t have a CLI — so Claude can visually verify its own output&lt;/li&gt;&lt;li&gt;This is a research preview, available now on Pro and Max plans on macOS. Enable it with /mcp in Claude Code&lt;/li&gt;&lt;li&gt;Docs at code.claude.com/docs/en/computer-use — this is the first time Claude can close the loop from &amp;apos;write code&amp;apos; to &amp;apos;run it and see if it looks right&amp;apos;&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 v2.1.88</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.88</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-31#rank-2</guid>
      <pubDate>Tue, 31 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Adds a new PermissionDenied hook that fires when auto mode blocks an action — return {retry: true} to let the model try a different approach instead of just stopping&lt;/li&gt;&lt;li&gt;Fixes a StructuredOutput schema cache bug that was causing ~50% failure rates in workflows with multiple schemas — a likely silent source of mysterious failures in agent pipelines&lt;/li&gt;&lt;li&gt;Fixes prompt cache misses in long sessions caused by tool schema bytes changing mid-session (a known cost multiplier)&lt;/li&gt;&lt;li&gt;Fixes the misleading &amp;apos;Rate limit reached&amp;apos; error that was actually an entitlement error — now shows the real message with actionable hints&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 PSA: Claude Code has two cache bugs that can silently 10-20x your API costs — here&apos;s the root cause and workarounds</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1s7mkn3/psa_claude_code_has_two_cache_bugs_that_can/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-31#rank-3</guid>
      <pubDate>Tue, 31 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Bug 1: The standalone Claude Code binary (from claude.ai/install.sh or npm install -g) has a native string replacement that can break your prompt cache if your conversation ever discusses Claude Code&amp;apos;s own billing internals — workaround: run via npx @anthropic-ai/claude-code instead&lt;/li&gt;&lt;li&gt;Bug 2: Every --resume since v2.1.69 causes a full cache miss on the entire conversation history — only the system prompt stays cached, so a long session resumed once could cost $3-10 extra in wasted input tokens&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Bringing Code Review to Claude Code</title>
      <link>https://claude.com/blog/code-review</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-30#rank-1</guid>
      <pubDate>Mon, 30 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code now has a built-in code review workflow — ask Claude to review your changes the same way you&amp;apos;d request a teammate review&lt;/li&gt;&lt;li&gt;This moves Claude Code from &amp;apos;write code for me&amp;apos; toward &amp;apos;be my full development partner&amp;apos;, covering the review step that was previously manual&lt;/li&gt;&lt;li&gt;Official Anthropic blog post — code review is one of the most common developer workflows, and having it native to Claude Code removes the context-switch to a separate reviewer&lt;/li&gt;&lt;li&gt;Pairs naturally with the Claude Code GitHub Action v1.0 (released last week) for automated PR review pipelines&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Why the 1M context window burns through limits faster and what to do about it</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1s6zxkp/why_the_1m_context_window_burns_through_limits/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-30#rank-2</guid>
      <pubDate>Mon, 30 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Every message you send re-sends your *entire* conversation to the API — message 50 includes all 49 prior turns before Claude starts on your new one. Without caching, a 100-turn Opus session would cost $50-100 in input tokens alone&lt;/li&gt;&lt;li&gt;Anthropic caches aggressively (90% off for cache hits). One measured session hit 96.39% cache hit rate: 47M tokens sent, only 1.6M needed real compute&lt;/li&gt;&lt;li&gt;The real cost driver is cache *busts* caused by the 5-minute TTL. A 6-minute coffee break on a 500K-token conversation costs ~$3.13 just in cache-write fees (billed at 125% of normal input rate)&lt;/li&gt;&lt;li&gt;Common accidental cache busters: timestamps or dynamic content in your system prompt, switching models mid-session, adding/removing MCP tools (tool definitions are part of the cached prefix)&lt;/li&gt;&lt;li&gt;Fix: keep system prompts fully static, don&amp;apos;t swap models mid-session, batch MCP tool changes to the start, avoid pauses longer than 5 minutes when your context is large&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 MEX: structured context scaffold for Claude Code with drift detection</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1s7580d/i_built_this_last_week_woke_up_to_a_developer/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-30#rank-3</guid>
      <pubDate>Mon, 30 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;MEX replaces one monolithic context file with a routing table in `.mex/` — Claude loads only the context relevant to the current task (working on auth? loads `context/architecture.md`, writing new code? loads `context/conventions.md`)&lt;/li&gt;&lt;li&gt;A CLI runs 8 zero-token, zero-AI drift checkers: finds referenced file paths that no longer exist, npm scripts your docs mention that were deleted, dependency version conflicts, scaffold files not updated in 50+ commits&lt;/li&gt;&lt;li&gt;When drift is found, `mex sync` builds a targeted repair prompt and fires Claude Code on only the broken files&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 [Release] anthropics/claude-code-action: Claude Code GitHub Action v1.0</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-29#rank-1</guid>
      <pubDate>Sun, 29 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code GitHub Action just hit v1.0 GA — it&amp;apos;s now production-ready with a cleaner, unified interface&lt;/li&gt;&lt;li&gt;The old `mode`, `direct_prompt`, `override_prompt` inputs are gone — everything goes through a single `prompt` input now&lt;/li&gt;&lt;li&gt;All Claude Code CLI options are now passable via `claude_args`, giving you direct access to custom system prompts, tool configs, and model selection&lt;/li&gt;&lt;li&gt;AWS Bedrock and Google Vertex AI compatibility improved&lt;/li&gt;&lt;li&gt;New example workflows bundled: automated PR review, CI failure fixes, issue triage, doc generation, security scanning&lt;/li&gt;&lt;li&gt;Breaking change from v0.x — if you&amp;apos;re on v0, check the migration guide before upgrading&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 [Release] anthropics/claude-agent-sdk-python: v0.1.52</title>
      <link>https://github.com/anthropics/claude-agent-sdk-python/releases/tag/v0.1.52</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-29#rank-2</guid>
      <pubDate>Sun, 29 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;`get_context_usage()` lands in the Python SDK — finally see exactly what&amp;apos;s eating your context window, by category (parity with TypeScript SDK)&lt;/li&gt;&lt;li&gt;`@tool` decorator now supports `typing.Annotated` for per-parameter descriptions, making auto-generated JSON schemas much more readable&lt;/li&gt;&lt;li&gt;Critical bug fixed: `connect(prompt=&amp;quot;...&amp;quot;)` was silently dropping the string prompt, causing `receive_messages()` to hang forever — upgrade if you&amp;apos;ve seen mysterious hangs&lt;/li&gt;&lt;li&gt;In-flight hook callbacks are now properly cancelled when the CLI abandons them&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 My 10 Pro Tips for Claude Code users</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1s65ymk/my_10_pro_tips_for_claude_code_users/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-29#rank-3</guid>
      <pubDate>Sun, 29 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;`/effort high` + `ultrathink` in your prompt forces full extended thinking with a 31,999-token budget — the most tokens you can give it&lt;/li&gt;&lt;li&gt;`/fast` does NOT change the model — it&amp;apos;s the same Opus with faster output; pair with `/effort medium` for best speed/quality balance&lt;/li&gt;&lt;li&gt;Exit code 2 in a PostToolUse/PreToolUse hook silently blocks actions and forces a rewind — powerful for building guardrails&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.86</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.86</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-28#rank-1</guid>
      <pubDate>Sat, 28 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;A new `X-Claude-Code-Session-Id` header is added to every API request so proxies and observability tools can group requests by session without parsing the body&lt;/li&gt;&lt;li&gt;`.jj` and `.sl` directories (Jujutsu and Sapling VCS) are now excluded from Grep and file autocomplete — no more accidentally descending into VCS metadata&lt;/li&gt;&lt;li&gt;`--resume` no longer fails with &amp;apos;tool_use ids were found without tool_result blocks&amp;apos; on sessions created before v2.1.85 — safe to resume old sessions again&lt;/li&gt;&lt;li&gt;Write/Edit/Read now work on files outside the project root (e.g., `~/.claude/CLAUDE.md`) when conditional skills or rules are configured — this was a quiet but painful regression&lt;/li&gt;&lt;li&gt;Official marketplace plugin scripts no longer fail with &amp;apos;Permission denied&amp;apos; on macOS/Linux (broken since v2.1.83)&lt;/li&gt;&lt;li&gt;`--bare` mode now correctly passes through MCP tools in interactive sessions and no longer silently drops messages queued mid-turn&lt;/li&gt;&lt;li&gt;Prompt cache hit rate for Bedrock, Vertex, and Foundry users improved by removing dynamic content from tool descriptions&lt;/li&gt;&lt;li&gt;Token overhead for `@`-mentioned files reduced — raw string content is no longer JSON-escaped before being sent&lt;/li&gt;&lt;li&gt;Memory filenames in the &amp;apos;Saved N memories&amp;apos; notice now open on click&lt;/li&gt;&lt;li&gt;Fixed masked OAuth input leaking token start characters when wrapping on narrow terminals&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 [Release] anthropics/claude-agent-sdk-python: v0.1.51</title>
      <link>https://github.com/anthropics/claude-agent-sdk-python/releases/tag/v0.1.51</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-28#rank-2</guid>
      <pubDate>Sat, 28 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;`fork_session()` and `delete_session()` land in the Python SDK — you can now branch a session mid-conversation and clean up sessions programmatically&lt;/li&gt;&lt;li&gt;`task_budget` option added for token budget management — tell the agent upfront how many tokens it has so it paces itself instead of blowing the budget mid-task&lt;/li&gt;&lt;li&gt;`AgentDefinition` now accepts `disallowedTools`, `maxTurns`, and `initialPrompt` — you can bake constraints and a starter prompt directly into the agent definition&lt;/li&gt;&lt;li&gt;`--system-prompt-file` CLI flag now available as `SystemPromptFile` in the SDK&lt;/li&gt;&lt;li&gt;Python 3.10 users: `NotRequired` TypedDict fields now work correctly via `typing_extensions`&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 [Release] anthropics/claude-agent-sdk-typescript: v0.2.86</title>
      <link>https://github.com/anthropics/claude-agent-sdk-typescript/releases/tag/v0.2.86</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-28#rank-3</guid>
      <pubDate>Sat, 28 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New `getContextUsage()` control method returns a breakdown of context window usage by category — finally a way to see exactly what&amp;apos;s eating your context budget&lt;/li&gt;&lt;li&gt;`session_id` is now optional in `SDKUserMessage` — the SDK assigns one automatically if you don&amp;apos;t provide it, removing a common footgun for new SDK users&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.85</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.85</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-27#rank-1</guid>
      <pubDate>Fri, 27 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Hooks just got a lot smarter: you can now add an `if` field using permission rule syntax (e.g., `Bash(git *)`) so hooks only fire on the tool calls you actually care about — no more spawning a process for every single command&lt;/li&gt;&lt;li&gt;PreToolUse hooks can now answer an `AskUserQuestion` by returning `updatedInput` alongside `permissionDecision: &amp;quot;allow&amp;quot;` — this is the missing piece for headless CI integrations that need to inject answers without a human at the keyboard&lt;/li&gt;&lt;li&gt;The `/compact` command no longer crashes when the conversation is so large that the compact request itself exceeds the context limit — it quietly handles the overflow&lt;/li&gt;&lt;li&gt;Timestamp markers now appear in transcripts whenever `/loop` or `CronCreate` tasks fire — finally you can see exactly when a scheduled task ran in a long session&lt;/li&gt;&lt;li&gt;Deep link queries (`claude-cli://open?q=…`) now support up to 5,000 characters, with a scroll-to-review warning for anything long&lt;/li&gt;&lt;li&gt;Plugins blocked by organization policy are now hidden from the marketplace entirely, not just disabled&lt;/li&gt;&lt;li&gt;Fixed `deniedMcpServers` not actually blocking claude.ai MCP servers — the setting now works as documented&lt;/li&gt;&lt;li&gt;Fixed `switch_display` returning &amp;quot;not available in this session&amp;quot; on multi-monitor setups in computer-use&lt;/li&gt;&lt;li&gt;Fixed a memory leak in remote sessions when a streaming response is interrupted&lt;/li&gt;&lt;li&gt;Fixed ECONNRESET errors during edge connection churn by using a fresh TCP connection on retry&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Exclusive: Anthropic acknowledges testing new AI model representing &apos;step change&apos; in capabilities, after accidental data leak reveals its existence</title>
      <link>https://fortune.com/2026/03/26/anthropic-says-testing-mythos-powerful-new-ai-model-after-data-leak-reveals-its-existence-step-change-in-capabilities/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-27#rank-2</guid>
      <pubDate>Fri, 27 Mar 2026 08:00:00 GMT</pubDate>
      <category>Announcement</category>
      <description>&lt;ul&gt;&lt;li&gt;Anthropic accidentally leaked the existence of a new model called &amp;quot;Mythos&amp;quot; through a data leak before any official announcement&lt;/li&gt;&lt;li&gt;After the leak, Anthropic confirmed they are actively testing Mythos and described it as a &amp;quot;step change&amp;quot; in capabilities — not an incremental update&lt;/li&gt;&lt;li&gt;No public release date or pricing yet — this is purely a confirmation that it exists and is in testing&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 [Release] anthropics/claude-agent-sdk-typescript: v0.2.85</title>
      <link>https://github.com/anthropics/claude-agent-sdk-typescript/releases/tag/v0.2.85</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-27#rank-3</guid>
      <pubDate>Fri, 27 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New `reloadPlugins()` method lets SDK-based integrations hot-reload plugins and get back refreshed commands, agents, and MCP server status without restarting&lt;/li&gt;&lt;li&gt;Fixed a bug where PreToolUse hooks returning `permissionDecision: &amp;quot;ask&amp;quot;` were silently ignored in SDK mode — they now correctly prompt as expected&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.84</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.84</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-26#rank-1</guid>
      <pubDate>Thu, 26 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Windows users get a PowerShell tool as an opt-in preview — finally a native shell experience instead of relying on bash workarounds&lt;/li&gt;&lt;li&gt;If you&amp;apos;ve ever come back to a stale Claude Code session hours later and burned tokens re-caching context, a new idle-return prompt now nudges you to /clear after 75+ minutes away&lt;/li&gt;&lt;li&gt;New TaskCreated hook fires when a task spins up via TaskCreate — useful for logging, notifications, or triggering side effects in multi-agent workflows&lt;/li&gt;&lt;li&gt;WorktreeCreate HTTP hooks can now return the created worktree path, making it easier to integrate with external CI systems&lt;/li&gt;&lt;li&gt;MCP tool descriptions are now capped at 2KB, preventing OpenAPI-generated servers from stuffing your context with thousands of tokens of schema noise&lt;/li&gt;&lt;li&gt;Token counts ≥1M now display as &amp;apos;1.5m&amp;apos; instead of &amp;apos;1512.6k&amp;apos; — small detail, big improvement for readability in long agentic sessions&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code GitHub Action v1.0 — Now Generally Available</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-26#rank-2</guid>
      <pubDate>Thu, 26 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The official Claude Code GitHub Action hits v1.0 GA — it&amp;apos;s now the stable, supported way to wire Claude into your CI/CD pipelines&lt;/li&gt;&lt;li&gt;Mode detection is now automatic: no more manually setting &amp;apos;interactive&amp;apos; vs &amp;apos;automation&amp;apos;. The action figures it out from your setup&lt;/li&gt;&lt;li&gt;All prompts go through a single &amp;apos;prompt&amp;apos; input now, and CLI options through &amp;apos;claude_args&amp;apos; — simpler, more consistent with how you&amp;apos;d use the CLI directly&lt;/li&gt;&lt;li&gt;Ready-made examples cover automated PR review, CI failure fixes, issue triage, doc generation, and security scanning&lt;/li&gt;&lt;li&gt;Breaking changes from v0.x: if you&amp;apos;re already using this action, check the migration guide before updating&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 [Release] anthropics/claude-agent-sdk-typescript: v0.2.84</title>
      <link>https://github.com/anthropics/claude-agent-sdk-typescript/releases/tag/v0.2.84</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-26#rank-3</guid>
      <pubDate>Thu, 26 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New &amp;apos;taskBudget&amp;apos; option lets you tell the model upfront how many tokens it has for a task, so it paces tool use instead of going all-in on exploration and hitting limits mid-task&lt;/li&gt;&lt;li&gt;&amp;apos;enableChannel()&amp;apos; method and &amp;apos;capabilities&amp;apos; field on McpServerStatus give you SDK-level control over which MCP channels are active&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Auto mode for Claude Code</title>
      <link>https://claude.com/blog/auto-mode</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-25#rank-1</guid>
      <pubDate>Wed, 25 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code&amp;apos;s biggest daily friction — approving every single file write and bash command — now has a middle path between babysitting and full danger mode&lt;/li&gt;&lt;li&gt;Auto mode uses a classifier that checks each tool call before it runs: safe actions proceed automatically, risky ones get blocked and Claude finds a different approach instead&lt;/li&gt;&lt;li&gt;You no longer need --dangerously-skip-permissions to get flow state — auto mode gives you speed without removing all guardrails&lt;/li&gt;&lt;li&gt;Currently research preview on Team plan. Enterprise and API access rolling out in the coming days&lt;/li&gt;&lt;li&gt;Anthropic recommends running it in isolated environments — the classifier reduces risk but doesn&amp;apos;t eliminate it&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code with --dangerously-skip-permissions is a real attack surface. Lasso published research + an open-source defender worth knowing about.</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1s2qdh0/claude_code_with_dangerouslyskippermissions_is_a/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-25#rank-2</guid>
      <pubDate>Wed, 25 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;When Claude reads files, fetches web pages, or gets output from MCP servers, it can&amp;apos;t reliably tell your instructions apart from malicious ones hidden in that content&lt;/li&gt;&lt;li&gt;If you&amp;apos;re running --dangerously-skip-permissions and Claude clones a repo with a poisoned README, it might just follow the embedded instructions with full system access&lt;/li&gt;&lt;li&gt;Attack vectors include hidden instructions in code comments, malicious web pages Claude fetches, edited Notion/GitHub/Slack pages through MCP connectors, and Base64/homoglyph-encoded payloads&lt;/li&gt;&lt;li&gt;Lasso Security released an open-source PostToolUse hook that scans tool outputs against 50+ detection patterns — warns rather than hard-blocks, takes ~5 minutes to set up&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Agent Flow: A beautiful way to visualize what Claude Code does</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1s286nb/agent_flow_a_beautiful_way_to_visualize_what/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-25#rank-3</guid>
      <pubDate>Wed, 25 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code is a black box — you see what it built, not how it decided to build it. Agent Flow is a VS Code extension that makes the agent&amp;apos;s decisions visible in real time&lt;/li&gt;&lt;li&gt;See live tool calls with timing and token costs, watch subagents spawn and coordinate, click into any step to inspect the full transcript&lt;/li&gt;&lt;li&gt;File attention heatmaps show which files Claude is reading and writing most — useful for catching unnecessary context reads that drain your usage budget&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Put Claude to work on your computer</title>
      <link>https://claude.com/blog/dispatch-and-computer-use</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-24#rank-1</guid>
      <pubDate>Tue, 24 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude can now physically use your Mac — open apps, navigate browsers, fill in spreadsheets — just like a person sitting at your desk&lt;/li&gt;&lt;li&gt;It uses your connected integrations (Slack, Calendar, etc.) first; when no connector exists, it asks permission to take over your screen directly&lt;/li&gt;&lt;li&gt;The key trick: assign a task from your phone, put it down, and come back to finished work. Claude picks up the conversation exactly where it left off&lt;/li&gt;&lt;li&gt;You can set recurring instructions once — &amp;quot;scan my email every morning&amp;quot; or &amp;quot;pull a report every Friday&amp;quot; — and Claude handles it on schedule&lt;/li&gt;&lt;li&gt;Currently research preview: Pro and Max plans, macOS only. Update your desktop app and pair with mobile to try it&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 [Release] anthropics/claude-code-action: Claude Code GitHub Action v1.0</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-24#rank-2</guid>
      <pubDate>Tue, 24 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The Claude Code GitHub Action hit v1.0 GA — the API got a complete overhaul and it&amp;apos;s cleaner: one `prompt` input instead of three separate modes, all CLI options through `claude_args`&lt;/li&gt;&lt;li&gt;Automatic mode detection — you no longer need to manually specify interactive vs. automation mode; the action figures it out&lt;/li&gt;&lt;li&gt;Breaking change: `mode`, `direct_prompt`, `custom_instructions`, `model`, `allowed_tools` are all gone. If you&amp;apos;re on v0.x, read the migration guide before upgrading&lt;/li&gt;&lt;li&gt;New use case examples are bundled: automated PR review, CI failure auto-fix, issue triage, doc generation, security scanning&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 I made Claude aware of my entire git history</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1s1w8hh/i_made_claude_aware_of_my_entire_git_history/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-24#rank-3</guid>
      <pubDate>Tue, 24 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;claudememory indexes your entire git history into a local vector database and exposes it to Claude Code via MCP tools — one `pip install claudememory` away&lt;/li&gt;&lt;li&gt;Claude can now answer &amp;quot;why was X removed?&amp;quot;, see the full commit history of a file before editing it, and look up past bug fixes near code it&amp;apos;s about to touch&lt;/li&gt;&lt;li&gt;The concrete payoff: Claude stopped re-introducing bugs that were already fixed, because it now checks the fix history before adding new code in that area&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Orchestration -- the exact prompts I use to get 3-4 hour agentic runs</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1s0nktx/orchestration_the_exact_prompts_i_use_to_get_34/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-23#rank-1</guid>
      <pubDate>Mon, 23 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;The entire system is a 25-line PLAN.md file that tells Claude *how* to plan AND *how* to implement — not a complex multi-agent framework, something anyone can write themselves&lt;/li&gt;&lt;li&gt;Planning phase (~30 min): Claude asks a few questions upfront, then generates a milestone-specific plan file that embeds its own implementation instructions&lt;/li&gt;&lt;li&gt;Execution phase (2-4 hours): a fresh Claude agent reads that plan file and runs fully autonomously — implementation, validation, and self-correction all baked into the file&amp;apos;s instructions&lt;/li&gt;&lt;li&gt;Built-in code review: 4 separate second-opinion calls to a different agent (Claude/Codex) covering KISS, style, correctness, and goal fulfillment — Claude *must* address objections before it ships&lt;/li&gt;&lt;li&gt;Author links to the actual PLAN.md and a real PLAN-M3.md on GitHub so you can copy the format directly into your own projects&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Hook-Based Context Injection for Coding Agents</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1s15sdl/hookbased_context_injection_for_coding_agents/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-23#rank-2</guid>
      <pubDate>Mon, 23 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Instead of dumping everything into CLAUDE.md at session start (where it gets buried 20 minutes later), inject only the *relevant* conventions the moment Claude touches a specific file — via PreToolUse hooks&lt;/li&gt;&lt;li&gt;A billing file gets billing-specific docs injected; a frontend component gets component conventions — all-match routing, general first, domain-specific last, landing at the recency end of the context window&lt;/li&gt;&lt;li&gt;PostToolUse runs grep-based architecture checks that block basic violations (wrong logger, fetch outside hooks, etc.) before Claude can move on&lt;/li&gt;&lt;li&gt;Tested on 15-file context decay runs with both Haiku and Sonnet: 108/108, zero degradation from file 1 to file 15&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 PSA for heavy daily use Claude Code users: give yourself a gift and get &apos;claude-devtools&apos;</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1s132j8/psa_for_heavy_daily_use_claude_code_users_give/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-23#rank-3</guid>
      <pubDate>Mon, 23 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;claude-devtools reads the log files Claude Code already writes to ~/.claude/ and turns them into something readable — no wrapper, no changed behavior, just visibility&lt;/li&gt;&lt;li&gt;Token breakdown across 7 categories (CLAUDE.md files, tool inputs/outputs, thinking tokens, skill activations, user text, etc.) — finally see exactly what&amp;apos;s eating your context window&lt;/li&gt;&lt;li&gt;Full subagent tree: when Claude spawns sub-agents, you see each one&amp;apos;s prompts, tool calls, cost, and duration as a nested tree — including agents that spawn more agents&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Bringing Code Review to Claude Code</title>
      <link>https://claude.com/blog/code-review</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-22#rank-1</guid>
      <pubDate>Sun, 22 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code now has a built-in Code Review feature — get structured feedback on your code without leaving the terminal&lt;/li&gt;&lt;li&gt;Ask Claude Code to review any file, a diff, or your full recent changes; it flags issues, suggests improvements, and explains its reasoning inline&lt;/li&gt;&lt;li&gt;Closes the loop: write code → get review → fix → commit, all inside one session — no context switch to a separate chat window&lt;/li&gt;&lt;li&gt;Especially useful for solo devs who don&amp;apos;t have peers to review PRs, or teams that want a fast AI first-pass before human review&lt;/li&gt;&lt;li&gt;Ships as a native Claude Code capability, not a third-party add-on&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Advancing Claude for Excel and PowerPoint</title>
      <link>https://claude.com/blog/claude-excel-powerpoint-updates</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-22#rank-2</guid>
      <pubDate>Sun, 22 Mar 2026 08:00:00 GMT</pubDate>
      <category>Update</category>
      <description>&lt;ul&gt;&lt;li&gt;Anthropic has shipped updates to how Claude works inside Microsoft Excel and PowerPoint&lt;/li&gt;&lt;li&gt;Improvements cover complex formula handling, richer data analysis in spreadsheets, and better slide generation in PowerPoint&lt;/li&gt;&lt;li&gt;If you&amp;apos;re on Microsoft 365, Claude&amp;apos;s capabilities inside those apps just got meaningfully deeper — no extra setup needed&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 How I got Claude Code to maintain its own documentation (and stop breaking production)</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1s05abq/how_i_got_claude_code_to_maintain_its_own/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-22#rank-3</guid>
      <pubDate>Sun, 22 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Solo dev with 135 DB tables and 60+ API routes kept having Claude Code edit the wrong file, use the wrong table name, or invent column names that don&amp;apos;t exist — costing 15-30 min debug sessions each time&lt;/li&gt;&lt;li&gt;Fix: two living markdown docs that Claude reads before every task and updates after — a 2,000+ line auto-generated ROUTE_REFERENCE.md and a hand-curated SYSTEM_DOCS.md&lt;/li&gt;&lt;li&gt;To bootstrap: point Claude Code at your routes file, server mounts, and sidebar nav → one read-only scan generates the skeleton in ~7 minutes&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Claude Code v2.1.81</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.81</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-21#rank-1</guid>
      <pubDate>Sat, 21 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New `--bare` flag makes Claude Code safe for scripted/automation pipelines: it skips hooks, LSP, and plugin sync so `-p` calls run cleanly without interactive interruptions — requires an API key (no OAuth/keychain in bare mode)&lt;/li&gt;&lt;li&gt;Multi-session OAuth fix: if you&amp;apos;re running several Claude Code windows at once, one session refreshing its token no longer forces all the others to re-authenticate&lt;/li&gt;&lt;li&gt;`--channels` permission relay expanded: channel servers that declare the permission capability can now forward tool approval prompts to your phone (approve/deny file writes, bash commands, etc., without being in the terminal)&lt;/li&gt;&lt;li&gt;Voice mode gets two reliability fixes: silent retry failures now show the real error instead of &amp;quot;check your network&amp;quot;, and audio recovers when the server silently drops the WebSocket connection&lt;/li&gt;&lt;li&gt;MCP read/search tool calls now collapse into a single &amp;quot;Queried {server}&amp;quot; line (expand with Ctrl+O), cutting transcript clutter; plugin hooks no longer block prompt submission if the plugin directory is deleted mid-session&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code GitHub Action v1.0 — Now Generally Available</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-21#rank-2</guid>
      <pubDate>Sat, 21 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The Claude Code GitHub Action officially hits v1.0 GA with a cleaned-up API: the old `mode`, `direct_prompt`, `override_prompt`, `custom_instructions`, `allowed_tools`, and `mcp_config` inputs are gone — everything now flows through a single `prompt` input and `claude_args` (matching the CLI format)&lt;/li&gt;&lt;li&gt;Automatic mode detection means you no longer configure interactive vs. automation mode manually — the action figures it out from your setup&lt;/li&gt;&lt;li&gt;Breaking changes from v0.x require migration — check the migration guide before upgrading. New example workflows cover automated PR reviews, CI failure auto-fix, issue triage, documentation generation, and security scanning&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 claude-agent-sdk-python v0.1.49</title>
      <link>https://github.com/anthropics/claude-agent-sdk-python/releases/tag/v0.1.49</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-21#rank-3</guid>
      <pubDate>Sat, 21 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;`AgentDefinition` now accepts `skills`, `memory`, and `mcpServers` fields — you can define agents with full Claude Code infrastructure (skill files, memory, MCP servers) directly in Python code rather than wiring it separately&lt;/li&gt;&lt;li&gt;Per-turn token usage now preserved on `AssistantMessage`, new typed `RateLimitEvent`, and programmatic `tag_session()` / `rename_session()` — better observability and organization for multi-session agent runs&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Claude Code v2.1.80</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.80</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-20#rank-1</guid>
      <pubDate>Fri, 20 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The big headline: `--channels` (research preview) lets MCP servers push messages directly into your Claude Code session — meaning you can control Claude Code from Telegram or Discord, right from your phone&lt;/li&gt;&lt;li&gt;Rate limit visibility is finally here: a new `rate_limits` field in statusline scripts shows your Claude.ai usage percentage and reset times for both 5-hour and 7-day windows — no more guessing when you&amp;apos;ll run out&lt;/li&gt;&lt;li&gt;You can now set `effort` in skill/slash command frontmatter to override the model effort level when that command runs — useful for making lightweight commands cheaper without touching global settings&lt;/li&gt;&lt;li&gt;Memory usage drops by ~80MB on large repositories (250k+ files) — if you work on huge codebases this is a noticeable improvement on startup&lt;/li&gt;&lt;li&gt;Bug fixes that matter: `--resume` no longer drops parallel tool results (sessions with parallel tool calls now restore correctly), voice mode WebSocket failures from Cloudflare bot detection are fixed, and plugin installs are now a single `/plugin install` command instead of a two-step flow&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 From Zero to Fleet: The Claude Code Progression Ladder</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1ry0aj7/from_zero_to_fleet_the_claude_code_progression/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-20#rank-2</guid>
      <pubDate>Fri, 20 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Someone who built a 668,000-line platform with autonomous Claude agents maps out 5 distinct levels of Claude Code mastery: raw prompting → CLAUDE.md → Skills → Hooks → Orchestration&lt;/li&gt;&lt;li&gt;The key insight: you don&amp;apos;t level up by deciding to — you get pushed up when something breaks. The fix is always more infrastructure, not more effort&lt;/li&gt;&lt;li&gt;CLAUDE.md has a real ceiling at ~100 lines (theirs crept to 190 with 40% redundancy); Skills are the right place for deep expertise — they have 40 skills totaling 10,800 lines that cost zero tokens when not in use&lt;/li&gt;&lt;li&gt;Level 5 (Orchestration) means parallel agents in isolated worktrees, 198 agents across 109 waves — don&amp;apos;t try to skip to it before having solid hooks in place&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 How I use Haiku as a gatekeeper before Sonnet to save ~80% on API costs</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1ry7ad1/how_i_use_haiku_as_a_gatekeeper_before_sonnet_to/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-20#rank-3</guid>
      <pubDate>Fri, 20 Mar 2026 08:00:00 GMT</pubDate>
      <category>Tutorial</category>
      <description>&lt;ul&gt;&lt;li&gt;Simple two-stage pipeline: send everything to Haiku first with a yes/no prompt (&amp;quot;does this contain a real complaint/need?&amp;quot;), then only pass the ~15% that pass to Sonnet for the real work&lt;/li&gt;&lt;li&gt;Result: running Sonnet on 15% of input instead of 100% — the cost difference at scale is massive, and Haiku is surprisingly good at the gate job with few false negatives&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 Claude Code GitHub Action v1.0 — Now Generally Available</title>
      <link>https://github.com/anthropics/claude-code-action/releases/tag/v1</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-19#rank-1</guid>
      <pubDate>Thu, 19 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;The Claude Code GitHub Action just hit v1.0 and is now officially stable — you can automate AI-assisted code review, CI failure diagnosis, issue triage, and docs generation directly in your GitHub workflows&lt;/li&gt;&lt;li&gt;Big simplification: instead of juggling separate `mode`, `direct_prompt`, `model`, and `allowed_tools` inputs, everything now flows through a single `prompt` input and a `claude_args` passthrough for any CLI option&lt;/li&gt;&lt;li&gt;The action now intelligently detects whether to run in interactive mode (responding to @claude mentions in PRs) or automation mode (triggered by CI events) — no more manual configuration&lt;/li&gt;&lt;li&gt;Breaking changes from v0.x: several old inputs (`mode`, `direct_prompt`, `override_prompt`, `trigger_phrase`) are gone — check the migration guide before upgrading&lt;/li&gt;&lt;li&gt;Now works with AWS Bedrock and Google Vertex AI, and you get direct access to every Claude Code CLI flag through `claude_args`&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Claude Code v2.1.79</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.79</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-19#rank-2</guid>
      <pubDate>Thu, 19 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;New `/remote-control` command in VSCode lets you bridge your local Claude Code session to claude.ai/code so you can pick it back up from a browser or phone mid-task&lt;/li&gt;&lt;li&gt;Session tabs in VSCode now get AI-generated titles based on your first message — no more mystery sessions&lt;/li&gt;&lt;li&gt;Added `--console` flag to `claude auth login` so you can authenticate against the Anthropic Console (API billing) directly from the CLI&lt;/li&gt;&lt;li&gt;Startup memory usage drops by ~18MB across all scenarios, and non-streaming API calls now have a 2-minute timeout so sessions won&amp;apos;t hang indefinitely&lt;/li&gt;&lt;li&gt;Bug fixes: `claude -p` no longer hangs when spawned as a Python subprocess, Ctrl+C works again in print mode, and enterprise users can retry on rate-limit (429) errors&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Claude Code Hooks — all 23 explained and implemented</title>
      <link>https://www.reddit.com/r/ClaudeAI/comments/1rxu41b/claude_code_hooks_all_23_explained_and_implemented/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-19#rank-3</guid>
      <pubDate>Thu, 19 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Someone built a complete open-source reference repo that implements all 23 Claude Code hooks, with a companion YouTube video walking through every use case — hooks are one of the biggest differentiators between Claude Code and other CLI coding agents&lt;/li&gt;&lt;li&gt;Hooks let you run shell scripts automatically at specific points in Claude&amp;apos;s workflow (before tool calls, after commits, when sessions end, etc.) — think of them as programmable guardrails and automation triggers that other AI CLIs don&amp;apos;t have&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 The CLAUDE.md rules that actually change Claude&apos;s behavior</title>
      <link>https://dev.to/builtbyzac/the-claudemd-rules-that-actually-change-claudes-behavior-596e</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-18#rank-1</guid>
      <pubDate>Wed, 18 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;CLAUDE.md files work better as hard rules (&amp;quot;never do X&amp;quot;) instead of soft guidelines (&amp;quot;prefer to do X&amp;quot;), because Claude will skip soft suggestions when tasks feel urgent&lt;/li&gt;&lt;li&gt;The most effective rules are binary and specific—&amp;quot;TypeScript only, never .js files&amp;quot; works way better than &amp;quot;prefer TypeScript when possible&amp;quot;&lt;/li&gt;&lt;li&gt;Three game-changing rules: (1) only modify files directly needed for the task, don&amp;apos;t refactor random stuff; (2) never claim work is done without showing actual test output; (3) don&amp;apos;t ask for permission or clarification unless genuinely stuck&lt;/li&gt;&lt;li&gt;Keep CLAUDE.md short (under 50 lines) because it loads into every message and burns tokens—only include rules you&amp;apos;d actually enforce&lt;/li&gt;&lt;li&gt;Add a status file (like tasks/current-task.md) that persists across context resets so Claude doesn&amp;apos;t lose track of what it was doing&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 I use Claude Code to research Reddit before writing code — here&apos;s the MCP server I built for it (470 stars)</title>
      <link>https://www.reddit.com/r/ClaudeCode/comments/1rwsiyf/i_use_claude_code_to_research_reddit_before/</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-18#rank-2</guid>
      <pubDate>Wed, 18 Mar 2026 08:00:00 GMT</pubDate>
      <category>Tutorial</category>
      <description>&lt;ul&gt;&lt;li&gt;Someone built a Reddit search tool (called reddit-mcp-buddy) that works with Claude Code, letting you ask AI questions like &amp;quot;what do developers complain about with this library?&amp;quot; and get real Reddit discussions instead of searching manually—it&amp;apos;s got 470 stars and 76K downloads.&lt;/li&gt;&lt;li&gt;The main uses are: researching libraries before you pick one, finding solutions to weird bugs people actually encountered, checking out complaints about competing products, and staying updated on trends—all without leaving your coding window.&lt;/li&gt;&lt;li&gt;It&amp;apos;s better than a regular web search because Claude gets clean, structured data from Reddit (not messy HTML), results get cached so repeated questions don&amp;apos;t cost API calls, and it&amp;apos;s focused on just Reddit instead of giving you a browser to figure out yourself.&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 Claude Code .claude directory: what goes where</title>
      <link>https://dev.to/builtbyzac/claude-code-claude-directory-what-goes-where-5h39</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-18#rank-3</guid>
      <pubDate>Wed, 18 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude Code looks for a `.claude/` folder in your project where you set up permissions, modes, and integrations — `settings.json` is the main config file that controls whether Claude asks permission before running commands and lets you connect external tools like databases.&lt;/li&gt;&lt;li&gt;You can also add a `settings.local.json` for personal overrides (keep it out of git), a `skills/` folder for custom abilities, plus a `CLAUDE.md` file for rules and a `.claudeignore` file to keep sensitive files out of Claude&amp;apos;s context.&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥇 v2.1.77</title>
      <link>https://github.com/anthropics/claude-code/releases/tag/v2.1.77</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-17#rank-1</guid>
      <pubDate>Tue, 17 Mar 2026 08:00:00 GMT</pubDate>
      <category>Release</category>
      <description>&lt;ul&gt;&lt;li&gt;Claude&amp;apos;s big language models can now output way more text at once — up to 64k tokens normally, and 128k tokens max (that&amp;apos;s like writing a whole short story in one response)&lt;/li&gt;&lt;li&gt;A bunch of permission and security fixes so that &amp;quot;Always Allow&amp;quot; rules work properly for complex commands, and deny rules actually get respected instead of being bypassed&lt;/li&gt;&lt;li&gt;Quality-of-life improvements for the code editor like fixed copy/paste, better vim key support, and `/copy N` command so you can grab earlier responses instead of just the latest one&lt;/li&gt;&lt;li&gt;Various technical fixes for long-running sessions (memory leaks), file handling (line endings), and terminal display issues (colors in tmux, hyperlinks opening twice, etc.)&lt;/li&gt;&lt;li&gt;Fixed a critical bug where Claude Desktop was accidentally using the wrong API credentials, and several edge cases that could crash or hang the app&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥈 Self-hosted AI ops on Mac mini: Claude Max + Discord + MCP at $0/month extra</title>
      <link>https://dev.to/ramsbaby/self-hosted-ai-ops-on-mac-mini-claude-max-discord-mcp-at-0month-extra-53hb</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-17#rank-2</guid>
      <pubDate>Tue, 17 Mar 2026 08:00:00 GMT</pubDate>
      <category>Tutorial</category>
      <description>&lt;ul&gt;&lt;li&gt;Someone built a personal AI assistant that runs 24/7 on a Mac mini for basically free, using Claude AI through Discord as the interface—it&amp;apos;s been running for 2 months with 99.7% uptime and handles 30+ scheduled tasks plus reactive chat all at once&lt;/li&gt;&lt;li&gt;The main challenge was Claude&amp;apos;s context window (memory) filling up too fast, so they created a compression system that cuts through 98% of useless output before it reaches Claude, turning 315 KB of noise into just 5.4 KB of useful info, letting sessions run for hours instead of minutes&lt;/li&gt;&lt;li&gt;The whole thing is self-healing with multiple backup recovery layers, so when things break (which happened 14 times), the AI can diagnose and fix itself 64% of the time—plus they open-sourced the code so anyone can set up something similar with no monthly cloud costs&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
    <item>
      <title>🥉 I turned my idle Claude Max subscription into a 24/7 AI company — $0 extra</title>
      <link>https://dev.to/ramsbaby/i-turned-my-idle-claude-max-subscription-into-a-247-ai-company-0-extra-54g6</link>
      <guid isPermaLink="false">https://simpleclaude.news/pick/2026-03-17#rank-3</guid>
      <pubDate>Tue, 17 Mar 2026 08:00:00 GMT</pubDate>
      <category>Guide</category>
      <description>&lt;ul&gt;&lt;li&gt;Someone realized their Claude Max subscription was sitting idle most of the day, so they built a 24/7 system that runs 11 specialized AI teams handling everything from security audits to market alerts—all for free by using Claude&amp;apos;s headless command-line tool that&amp;apos;s already included in the subscription.&lt;/li&gt;&lt;li&gt;The secret sauce is a custom &amp;quot;smart filter&amp;quot; that compresses data flowing to Claude by 98% (shrinking 315 KB down to 5.4 KB), which lets Claude keep working on the same task for 3+ hours straight instead of losing context after 30 minutes, and the whole system runs with 99.7% uptime and automatically fixes itself when things break.&lt;/li&gt;&lt;/ul&gt;</description>
      <source url="https://simpleclaude.news/rss.xml">Claude Daily</source>
    </item>
  </channel>
</rss>