PulseAugur
EN
LIVE 09:49:27

Anthropic's Claude Code sees major updates, bug fixes

Anthropic has released several updates for Claude Code, its AI-powered coding assistant. Recent versions, including v2.1.179, v2.1.178, and v2.1.176, address numerous bugs and introduce new features. These updates focus on improving stability, enhancing user experience, and expanding functionality, such as refined sub-agent capabilities, better permission rule syntax, and improved handling of various operating system environments like Windows Subsystem for Linux and macOS. AI

IMPACT These updates enhance the usability and functionality of Anthropic's coding assistant, potentially improving developer productivity.

RANK_REASON This cluster consists of release notes for a software product, Claude Code, which is a tool that integrates with AI models.

Read on Anthropic SDK (Python) — Releases →

AI-generated summary · Google Gemini · from 277 sources. How we write summaries →

Anthropic's Claude Code sees major updates, bug fixes

COVERAGE [277]

  1. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.209

    <h2>What's changed</h2> <ul> <li>Fixed /model and other dialogs being blocked in <code>claude agents</code> background sessions (reverts an overly broad guard)</li> </ul>

  2. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.208

    <h2>What's changed</h2> <ul> <li>Added screen reader mode: opt-in plain-text rendering for screen reader users. Run <code>claude --ax-screen-reader</code>, set CLAUDE_AX_SCREEN_READER=1, or add "axScreenReader": true to settings.</li> <li>Added <code>vimInsertModeRemaps</code> se…

  3. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.32.0

    <h2>What's Changed</h2> <ul> <li>New interactive agent experience: running <code>ollama</code> now launches an agent to help you code and delegate work</li> </ul> <div class="snippet-clipboard-content notranslate position-relative overflow-auto"><pre class="notranslate"><code>❯ o…

  4. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.207

    <h2>What's changed</h2> <ul> <li>Auto mode is now available without <code>CLAUDE_CODE_ENABLE_AUTO_MODE</code> opt-in on Bedrock, Vertex AI, and Foundry; disable via <code>disableAutoMode</code> in settings</li> <li>Fixed the terminal freezing and keystrokes lagging while streamin…

  5. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.206

    <h2>What's changed</h2> <ul> <li>Added directory path suggestions to <code>/cd</code>, matching <code>/add-dir</code> behavior</li> <li>Added a <code>/doctor</code> check that proposes trimming checked-in <code>CLAUDE.md</code> files by cutting content Claude could derive from th…

  6. Ollama — Releases TIER_1 (SK) · ParthSareen ·

    v0.32.0-rc0

    <p>cmd: agent UI (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/17017">#17017</a>)</p>

  7. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.205

    <h2>What's changed</h2> <ul> <li>Added an auto mode rule that blocks tampering with session transcript files</li> <li>Fixed <code>--json-schema</code> silently producing unstructured output when the schema was invalid, and schemas using the <code>format</code> keyword being rejec…

  8. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.31.2

    <h2>What's Changed</h2> <ul> <li>ci: avoid unbounded parallelism by <a class="user-mention notranslate" href="https://github.com/dhiltgen">@dhiltgen</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16966">#16966</a></li> <li>fix cuda toolkit …

  9. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.204

    <h2>What's changed</h2> <ul> <li>Fixed hook events not streaming during SessionStart hooks in headless sessions, which could cause remote workers to be idle-reaped mid-hook</li> </ul>

  10. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.31.2

    <h2>What's Changed</h2> <ul> <li>ci: avoid unbounded parallelism by <a class="user-mention notranslate" href="https://github.com/dhiltgen">@dhiltgen</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16966">#16966</a></li> <li>fix cuda toolkit …

  11. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.203

    <h2>What's changed</h2> <ul> <li>Added a warning when your login is about to expire, so you can re-authenticate before background sessions are interrupted</li> <li>Added a grey ⏸ badge to the footer when in manual permission mode, making the active mode always visible</li> <li>Ad…

  12. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.31.2

    <h2>What's Changed</h2> <ul> <li>ci: avoid unbounded parallelism by <a class="user-mention notranslate" href="https://github.com/dhiltgen">@dhiltgen</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16966">#16966</a></li> <li>fix cuda toolkit …

  13. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.202

    <h2>What's changed</h2> <ul> <li>Added a "Dynamic workflow size" setting in <code>/config</code> for controlling how large Claude generally makes dynamic workflows (small/medium/large agent counts) — an advisory guideline, not an enforced cap</li> <li>Added <code>workflow.run_id<…

  14. Ollama — Releases TIER_1 (SK) · dhiltgen ·

    v0.31.2-rc0

    <p>mlx: update to de7b4ed9 (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/17056">#17056</a>)</p>

  15. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.201

    <h2>What's changed</h2> <ul> <li>Claude Sonnet 5 sessions no longer use the mid-conversation system role for harness reminders</li> </ul>

  16. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.200

    <h2>What's changed</h2> <ul> <li>Changed <code>AskUserQuestion</code> dialogs to no longer auto-continue by default; opt into an idle timeout via <code>/config</code></li> <li>Changed the "default" permission mode to "Manual" across the CLI, <code>--help</code>, VS Code, and JetB…

  17. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.199

    <h2>What's changed</h2> <ul> <li>Stacked slash-skill invocations like <code>/skill-a /skill-b do XYZ</code> now load all leading skills (up to 5), not just the first</li> <li>Fixed SSL certificate errors (TLS-inspecting proxies, missing <code>NODE_EXTRA_CA_CERTS</code>, expired c…

  18. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.116.0

    <h2>0.116.0 (2026-07-02)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.115.1...v0.116.0">v0.115.1...v0.116.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add agent-memory-2026-07-22 beta header (<a href="https://github.…

  19. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.115.1

    <h2>0.115.1 (2026-07-01)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.115.0...v0.115.1">v0.115.0...v0.115.1</a></p> <h3>Chores</h3> <ul> <li><strong>api:</strong> remove some nonfunctional types from the SDKs (<a href="https://git…

  20. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.198

    <h2>What's changed</h2> <ul> <li>Claude in Chrome is now generally available</li> <li>Added background agent notifications in <code>claude agents</code> — sessions that need input or finish now fire the <code>Notification</code> hook (<code>agent_needs_input</code> / <code>agent_…

  21. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.115.0

    <h2>0.115.0 (2026-06-30)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.114.0...v0.115.0">v0.114.0...v0.115.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for Managed Agents event delta streaming, agent overr…

  22. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.197

    <h2>What's changed</h2> <ul> <li>Introducing Claude Sonnet 5: now the default model in Claude Code, with a native 1M-token context window and promotional pricing of $2/$10 per Mtok through August 31. Update to version 2.1.197 for access. <a href="https://www.anthropic.com/news/cl…

  23. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.114.0

    <h2>0.114.0 (2026-06-30)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.113.0...v0.114.0">v0.113.0...v0.114.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for claude-sonnet-5 (<a href="https://github.com/anth…

  24. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.196

    <h2>What's changed</h2> <ul> <li>Added support for organization default models — admins set it in the org console; it shows as "Org default" (or "Role default") in <code>/model</code> when you haven't picked one yourself</li> <li>Added readable default names for sessions at start…

  25. Ollama — Releases TIER_1 (SK) · BruceMacD ·

    v0.31.0

    <p>launch: check for min version for hermes desktop (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16912">#16912</a>)</p>

  26. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.12

    <h2>What's Changed</h2> <ul> <li>tools: ignore braces inside JSON strings when detecting tool call end by <a class="user-mention notranslate" href="https://github.com/aditya-786">@aditya-786</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16…

  27. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.113.0

    <h2>0.113.0 (2026-06-29)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.112.0...v0.113.0">v0.112.0...v0.113.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for 20260318 web fetch and support tools (<a href="ht…

  28. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.195

    <h2>What's changed</h2> <ul> <li>Added <code>CLAUDE_CODE_DISABLE_MOUSE_CLICKS</code> to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll</li> <li>Fixed hook matchers with hyphenated identifiers (e.g. <code>code-reviewer</code>, <code>mcp__brave-search<…

  29. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.11

    <h2>What's Changed</h2> <ul> <li>launch: add thinking capability detection to opencode by <a class="user-mention notranslate" href="https://github.com/hoyyeva">@hoyyeva</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/15434">#15434</a></li> <…

  30. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.11

    <h2>What's Changed</h2> <ul> <li>launch: add thinking capability detection to opencode by <a class="user-mention notranslate" href="https://github.com/hoyyeva">@hoyyeva</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/15434">#15434</a></li> <…

  31. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.193

    <h2>What's changed</h2> <ul> <li>Added <code>autoMode.classifyAllShell</code> setting to route all Bash/PowerShell commands through the auto-mode classifier instead of only arbitrary-code-execution patterns</li> <li>Added auto-mode denial reasons to the transcript, the denial toa…

  32. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.11

    <h2>What's Changed</h2> <ul> <li>launch: add thinking capability detection to opencode by <a class="user-mention notranslate" href="https://github.com/hoyyeva">@hoyyeva</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/15434">#15434</a></li> <…

  33. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.191

    <h2>What's changed</h2> <ul> <li>Added <code>/rewind</code> support for resuming a conversation from before <code>/clear</code> was run</li> <li>Fixed scroll position jumping to the bottom while reading earlier output during a streaming response</li> <li>Fixed background agents r…

  34. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.112.0

    <h2>0.112.0 (2026-06-24)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.111.0...v0.112.0">v0.111.0...v0.112.0</a></p> <h3>Features</h3> <ul> <li><strong>client:</strong> add support for system.message streaming events (<a href="http…

  35. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.190

    <h2>What's changed</h2> <ul> <li>Bug fixes and reliability improvements</li> </ul>

  36. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.187

    <h2>What's changed</h2> <ul> <li>Added <code>sandbox.credentials</code> setting to block sandboxed commands from reading credential files and secret environment variables</li> <li>Added org-configured model restrictions to the model picker, <code>--model</code>, <code>/model</cod…

  37. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.186

    <h2>What's changed</h2> <ul> <li>Added <code>claude mcp login &lt;name&gt;</code> and <code>claude mcp logout &lt;name&gt;</code> to authenticate MCP servers from the CLI without opening the interactive <code>/mcp</code> menu, with <code>--no-browser</code> stdin redirect support…

  38. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.185

    <h2>What's changed</h2> <ul> <li>The stream-stall hint now reads "Waiting for API response · will retry in …" instead of "No response from API · Retrying in …", and triggers after 20s of silence instead of 10s</li> </ul>

  39. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.183

    <h2>What's changed</h2> <ul> <li>Improved auto mode safety: destructive git commands (<code>git reset --hard</code>, <code>git checkout -- .</code>, <code>git clean -fd</code>, <code>git stash drop</code>) are now blocked when you didn't ask to discard local work, <code>git commi…

  40. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.111.0

    <h2>0.111.0 (2026-06-18)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.110.0...v0.111.0">v0.110.0...v0.111.0</a></p> <h3>Features</h3> <ul> <li><strong>helpers:</strong> tag refusal-fallback middleware requests with fallback-refusa…

  41. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.110.0

    <h2>0.110.0 (2026-06-18)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.109.2...v0.110.0">v0.109.2...v0.110.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for new code_execution_20260120 tool (<a href="https:…

  42. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.181

    <h2>What's changed</h2> <ul> <li>Added <code>/config key=value</code> syntax to set any setting from the prompt (e.g. <code>/config thinking=false</code>) — works in interactive, <code>-p</code>, and Remote Control</li> <li>Added <code>sandbox.allowAppleEvents</code> opt-in setti…

  43. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.179

    <h2>What's changed</h2> <ul> <li>Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool"</li> <li>Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regressi…

  44. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.178

    <h2>What's changed</h2> <ul> <li>Added <code>Tool(param:value)</code> syntax for permission rules to match a tool's input parameters (with <code>*</code> wildcard), e.g. <code>Agent(model:opus)</code> to block Opus subagents</li> <li>Skills in nested <code>.claude/skills</code> d…

  45. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.109.2

    <h2>0.109.2 (2026-06-15)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.109.1...v0.109.2">v0.109.1...v0.109.2</a></p> <h3>Chores</h3> <ul> <li><strong>api:</strong> remove retired models from API and SDKs (<a href="https://github.co…

  46. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.177

    No content.

  47. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.176

    <h2>What's changed</h2> <ul> <li>Session titles are now generated in the language of your conversation (set the <code>language</code> setting to pin a specific language)</li> <li>Added <code>footerLinksRegexes</code> setting for regex-matched link badges in the footer row, config…

  48. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.175

    <h2>What's changed</h2> <ul> <li>Added <code>enforceAvailableModels</code> managed setting — when enabled, the <code>availableModels</code> allowlist also constrains the Default model (a Default that would resolve to a disallowed model now falls back to the first allowed model), …

  49. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.174

    <h2>What's changed</h2> <ul> <li>Added <code>wheelScrollAccelerationEnabled</code> setting to disable mouse-wheel scroll acceleration in fullscreen mode</li> <li>Fixed the <code>/model</code> picker hiding the model family that Default resolves to — Opus now appears as its own ro…

  50. Ollama — Releases TIER_1 (SK) · ParthSareen ·

    v0.30.8

    <p>launch: Fix launch provider drift (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16683">#16683</a>)</p>

  51. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.173

    <h2>What's changed</h2> <ul> <li>Fixed Fable 5 model names with a <code>[1m]</code> suffix not being normalized — Fable 5 includes 1M context by default, so the suffix is now stripped automatically</li> <li>Fixed a spurious "sandbox dependencies missing" startup warning on Window…

  52. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.172

    <h2>What's changed</h2> <ul> <li>Sub-agents can now spawn their own sub-agents (up to 5 levels deep)</li> <li>Amazon Bedrock now reads the AWS region from <code>~/.aws</code> config files when <code>AWS_REGION</code> isn't set, matching AWS SDK precedence; <code>/status</code> sh…

  53. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.109.1

    <h2>0.109.1 (2026-06-09)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.109.0...v0.109.1">v0.109.0...v0.109.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> add <code>frontier_llm</code> refusal category (<a href="https:/…

  54. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.109.0

    <h2>0.109.0 (2026-06-09)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.108.0...v0.109.0">v0.108.0...v0.109.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for Managed Agents deployments and environment variab…

  55. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.170

    <h2>What's changed</h2> <ul> <li>Introducing Claude Fable 5: a Mythos-class model that we’ve made safe for general use. Fable’s capabilities exceed those of any model we’ve ever made generally available. Update to version 2.1.170 for access. <a href="https://www.anthropic.com/new…

  56. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.108.0

    <h2>0.108.0 (2026-06-09)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.107.1...v0.108.0">v0.107.1...v0.108.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for claude-mythos-5 and claude-fable-5, with support …

  57. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.169

    <h2>What's changed</h2> <ul> <li>Added <code>--safe-mode</code> flag (and <code>CLAUDE_CODE_SAFE_MODE</code>) to start Claude Code with all customizations (CLAUDE.md, plugins, skills, hooks, MCP servers) disabled for troubleshooting</li> <li>Added <code>/cd</code> command to move…

  58. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.7

    <p>Ollama Launch now supports Hermes Desktop, a native desktop interface for the Hermes agent. Run it alongside your Hermes agent to get a visual interface for managing conversations, integrations, and messaging apps.</p> <div class="snippet-clipboard-content notranslate position…

  59. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.107.1

    <h2>0.107.1 (2026-06-07)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.107.0...v0.107.1">v0.107.0...v0.107.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>foundry:</strong> send x-api-key header for API-key auth (<a href="https://git…

  60. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.168

    <h2>What's changed</h2> <ul> <li>Bug fixes and reliability improvements</li> </ul>

  61. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.107.0

    <h2>0.107.0 (2026-06-06)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.106.0...v0.107.0">v0.106.0...v0.107.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> small updates to Managed Agents types (<a href="https://github.co…

  62. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.167

    <h2>What's changed</h2> <ul> <li>Bug fixes and reliability improvements</li> </ul>

  63. Ollama — Releases TIER_1 (SK) · ParthSareen ·

    v0.30.7-rc1

    <p>openai: align models list with tags (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16556">#16556</a>)</p>

  64. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.166

    <h2>What's changed</h2> <ul> <li>Added <code>fallbackModel</code> setting to configure up to three fallback models tried in order when the primary model is overloaded or unavailable; <code>--fallback-model</code> now also applies to interactive sessions</li> <li>Added glob patter…

  65. Ollama — Releases TIER_1 (SK) · BruceMacD ·

    v0.30.7-rc0

    <p>launch: use native Windows Hermes config path (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16558">#16558</a>)</p>

  66. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.106.0

    <h2>0.106.0 (2026-06-05)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.105.2...v0.106.0">v0.105.2...v0.106.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> mark Claude Opus 4.1 as deprecated (<a href="https://github.com/a…

  67. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.165

    <h2>What's changed</h2> <ul> <li>Bug fixes and reliability improvements</li> </ul>

  68. Ollama — Releases TIER_1 (SK) · BruceMacD ·

    v0.30.6

    <p>launch: oh-my-pi (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16410">#16410</a>)</p>

  69. Ollama — Releases TIER_1 (SK) · BruceMacD ·

    v0.30.6-rc0

    <p>launch: oh-my-pi (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16410">#16410</a>)</p>

  70. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.163

    <h2>What's changed</h2> <ul> <li>Added <code>requiredMinimumVersion</code> and <code>requiredMaximumVersion</code> managed settings — Claude Code refuses to start if its version is outside the allowed range and directs the user to an approved version</li> <li>Added <code>/plugin …

  71. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.5

    <h2>What's Changed</h2> <ul> <li>Fix gemma4:12b floating point exception crash</li> <li>integrations: hermes windows install by <a class="user-mention notranslate" href="https://github.com/BruceMacD">@BruceMacD</a> in <a class="issue-link js-issue-link" href="https://github.com/o…

  72. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.5

    <h2>What's Changed</h2> <ul> <li>docs: add Cline CLI integration doc by <a class="user-mention notranslate" href="https://github.com/hoyyeva">@hoyyeva</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16341">#16341</a></li> <li>integrations: h…

  73. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.4

    <h2>What's Changed</h2> <ul> <li>llama.cpp version update by <a class="user-mention notranslate" href="https://github.com/dhiltgen">@dhiltgen</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16463">#16463</a></li> <li>Kill llama-server during…

  74. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.162

    <h2>What's changed</h2> <ul> <li><code>claude agents --json</code> now includes <code>waitingFor</code> showing what a waiting session is blocked on (e.g. permission prompt)</li> <li><code>--tools</code>: explicitly listing Grep/Glob now provides the dedicated search tools on nat…

  75. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.3

    <h2>What's Changed</h2> <ul> <li>models: add support for gemma4-12b by <a class="user-mention notranslate" href="https://github.com/pdevine">@pdevine</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16457">#16457</a></li> </ul> <p><strong>Ful…

  76. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.2

    <h2>What's Changed</h2> <ul> <li>feat(launch): show and auto-install Cline CLI by <a class="user-mention notranslate" href="https://github.com/hoyyeva">@hoyyeva</a> in <a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16402">#16402</a></li> <li>log t…

  77. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.161

    <h2>What's changed</h2> <ul> <li><code>OTEL_RESOURCE_ATTRIBUTES</code> values are now included as labels on metric datapoints, so you can slice usage metrics by custom dimensions like team or repo</li> <li><code>claude agents</code> rows now show <code>done/total</code> before th…

  78. Ollama — Releases TIER_1 (SK) · ParthSareen ·

    v0.30.1-rc0

    <p>launch: isolate Codex launch configuration (<a class="issue-link js-issue-link" href="https://github.com/ollama/ollama/pull/16437">#16437</a>)</p>

  79. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.160

    <h2>What's changed</h2> <ul> <li>Added a prompt before writing to shell startup files (<code>.zshenv</code>, <code>.zlogin</code>, <code>.bash_login</code>) and <code>~/.config/git/</code>, which could otherwise lead to unintended command execution</li> <li><code>acceptEdits</cod…

  80. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.159

    <h2>What's changed</h2> <ul> <li>Internal infrastructure improvements (no user-facing changes)</li> </ul>

  81. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.158

    <h2>What's changed</h2> <ul> <li>Auto mode is now available on Bedrock, Vertex, and Foundry for Opus 4.7 and Opus 4.8. Opt in by setting <code>CLAUDE_CODE_ENABLE_AUTO_MODE=1</code></li> </ul>

  82. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.157

    <h2>What's changed</h2> <ul> <li>Plugins in <code>.claude/skills</code> directories are now automatically loaded, no marketplace required</li> <li>Added <code>claude plugin init &lt;name&gt;</code> to scaffold a new plugin in <code>.claude/skills</code></li> <li>Added autocomplet…

  83. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.156

    <h2>What's changed</h2> <ul> <li>Fixed an issue when using Opus 4.8 where thinking blocks were modified, leading to API errors.</li> </ul>

  84. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.105.2

    <h2>0.105.2 (2026-05-29)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.105.1...v0.105.2">v0.105.1...v0.105.2</a></p>

  85. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.105.1

    <h2>0.105.1 (2026-05-29)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.105.0...v0.105.1">v0.105.0...v0.105.1</a></p> <h3>Chores</h3> <ul> <li><strong>internal:</strong> use Trusted Publishing for PyPI releases (<a href="https://git…

  86. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.154

    <h2>What's changed</h2> <ul> <li>Opus 4.8 is here! Now defaults to high effort · /effort xhigh for your hardest tasks</li> <li>Introducing dynamic workflows: ask Claude to create a workflow and it orchestrates work across tens to hundreds of agents in the background, so you can t…

  87. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.105.0

    <h2>0.105.0 (2026-05-28)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.104.1...v0.105.0">v0.104.1...v0.105.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add support for claude-opus-4-8, mid-conversation system blocks, …

  88. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.153

    <h2>What's changed</h2> <ul> <li>Added <code>skipLfs</code> option to <code>github</code>/<code>git</code> plugin marketplace sources to skip Git LFS downloads during clone and update</li> <li>Claude Code now shows a one-time notice when your npm global install can't auto-update;…

  89. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.0

    <p>This version of Ollama will change the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX is used to accelerate model inference on Apple Silicon.</p> <p>While in pre-release we'd love <a href="…

  90. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.0

    <p>This version of Ollama will change the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX is used to accelerate model inference on Apple Silicon.</p> <p>While in pre-release we'd love <a href="…

  91. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.152

    <h2>What's changed</h2> <ul> <li><code>/code-review --fix</code> now applies review findings to your working tree after the review, surfacing reuse, simplification, and efficiency suggestions; <code>/simplify</code> now invokes <code>/code-review --fix</code></li> <li>Skills and …

  92. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.150

    <h2>What's changed</h2> <ul> <li>Internal infrastructure improvements (no user-facing changes)</li> </ul>

  93. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.149

    <h2>What's changed</h2> <ul> <li><code>/usage</code> now shows a per-category breakdown of what's driving your limits usage — skills, subagents, plugins, and per-MCP-server cost</li> <li><code>/diff</code> detail view can now be scrolled with the keyboard (arrows, <code>j</code>/…

  94. Ollama — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.30.0

    <p>This version of Ollama will change the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX is used to accelerate model inference on Apple Silicon.</p> <p>While in pre-release we'd love <a href="…

  95. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.148

    <h2>What's changed</h2> <ul> <li>Fixed the Bash tool returning exit code 127 on every command for some users (a regression introduced in 2.1.147)</li> </ul>

  96. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.147

    <h2>What's changed</h2> <ul> <li>Added the <code>Workflow</code> tool for deterministic multi-agent orchestration. It is off by default — set <code>CLAUDE_CODE_WORKFLOWS=1</code> to enable</li> <li>Pinned background sessions (<code>Ctrl+T</code> in <code>claude agents</code>) now…

  97. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.146

    <h2>What's changed</h2> <ul> <li>Renamed <code>/simplify</code> to <code>/code-review</code> with an optional effort level (e.g. <code>/code-review high</code>)</li> <li>Auto mode no longer suppresses <code>AskUserQuestion</code> when the user or a skill explicitly relies on it</…

  98. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.145

    <h2>What's changed</h2> <ul> <li>Added <code>claude agents --json</code> to list live Claude sessions as JSON for scripting (tmux-resurrect, status bars, session pickers)</li> <li>Added <code>agent_id</code> and <code>parent_agent_id</code> attributes to <code>claude_code.tool</c…

  99. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.144

    <h2>What's changed</h2> <ul> <li>Added <code>/resume</code> support for background sessions — sessions started via <code>claude --bg</code> or agent view now appear alongside interactive ones, marked with <code>bg</code></li> <li>Added elapsed duration to background subagent comp…

  100. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.143

    <h2>What's changed</h2> <ul> <li>Added plugin dependency enforcement: <code>claude plugin disable</code> now refuses when another enabled plugin depends on the target (with a copy-pasteable disable-chain hint), and <code>claude plugin enable</code> force-enables transitive depend…

  101. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.142

    <h2>What's changed</h2> <ul> <li>Added new <code>claude agents</code> flags: <code>--add-dir</code>, <code>--settings</code>, <code>--mcp-config</code>, <code>--plugin-dir</code>, <code>--permission-mode</code>, <code>--model</code>, <code>--effort</code>, and <code>--dangerously…

  102. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.141

    <h2>What's changed</h2> <ul> <li>Added <code>terminalSequence</code> field to hook JSON output so hooks can emit desktop notifications, window titles, and bells without a controlling terminal</li> <li>Added <code>CLAUDE_CODE_PLUGIN_PREFER_HTTPS</code> to clone GitHub plugin sourc…

  103. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.102.0

    <h2>0.102.0 (2026-05-13)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.101.0...v0.102.0">v0.101.0...v0.102.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add BetaManagedAgentsSearchResultBlock types (<a href="https://gi…

  104. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.140

    <h2>What's changed</h2> <ul> <li>Improved Agent tool <code>subagent_type</code> matching to accept case- and separator-insensitive values (e.g. <code>"Code Reviewer"</code> resolves to <code>code-reviewer</code>)</li> <li>Updated agent color palette</li> <li>Fixed <code>/goal</co…

  105. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.139

    <h2>What's changed</h2> <ul> <li>Added agent view (Research Preview): a single list of every Claude Code session — running, blocked on you, or done. Run <code>claude agents</code> to get started. See <a href="https://code.claude.com/docs/en/agent-view" rel="nofollow">https://code…

  106. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.101.0

    <h2>0.101.0 (2026-05-11)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.100.0...v0.101.0">v0.100.0...v0.101.0</a></p> <h3>Features</h3> <ul> <li><strong>aws:</strong> Add AWS client for Claude Platform on AWS (<a href="https://githu…

  107. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.138

    <h2>What's changed</h2> <ul> <li>Internal fixes</li> </ul>

  108. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.137

    <h2>What's changed</h2> <ul> <li>[VSCode] Fixed extension failing to activate on Windows</li> </ul>

  109. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.136

    <h2>What's changed</h2> <ul> <li>Added <code>CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL</code> to re-enable the session quality survey for enterprises capturing responses through OpenTelemetry</li> <li>Added <code>settings.autoMode.hard_deny</code> for auto mode classifier rules…

  110. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.133

    <h2>What's changed</h2> <ul> <li>Added <code>worktree.baseRef</code> setting (<code>fresh</code> | <code>head</code>) to choose whether <code>--worktree</code>, <code>EnterWorktree</code>, and agent-isolation worktrees branch from <code>origin/&lt;default&gt;</code> or local <cod…

  111. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.132

    <h2>What's changed</h2> <ul> <li>Added <code>CLAUDE_CODE_SESSION_ID</code> environment variable to the Bash tool subprocess environment, matching the <code>session_id</code> passed to hooks</li> <li>Added <code>CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1</code> env var to opt out of t…

  112. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.100.0

    <h2>0.100.0 (2026-05-06)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.99.0...v0.100.0">v0.99.0...v0.100.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for Managed Agents multiagents and outcomes, webhooks, …

  113. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.131

    <h2>What's changed</h2> <ul> <li>Fixed VS Code extension failing to activate on Windows due to a hardcoded build path in the bundled SDK (<code>createRequire</code> polyfill bug)</li> <li>Fixed Mantle endpoint authentication failing with missing <code>x-api-key</code> header</li>…

  114. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.129

    <h2>What's changed</h2> <ul> <li>Added <code>--plugin-url &lt;url&gt;</code> flag to fetch a plugin <code>.zip</code> archive from a URL for the current session</li> <li>Added <code>CLAUDE_CODE_FORCE_SYNC_OUTPUT=1</code> env var to force-enable synchronized output on terminals th…

  115. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.99.0

    <h2>0.99.0 (2026-05-05)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.98.1...v0.99.0">v0.98.1...v0.99.0</a></p> <h3>Features</h3> <ul> <li><strong>client:</strong> allow targeting a workspace for OIDC federation token exchange (<a …

  116. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.128

    <h2>What's changed</h2> <ul> <li>Bare <code>/color</code> (no args) now picks a random session color</li> <li><code>/mcp</code> now shows the tool count for connected servers and flags servers that connected with 0 tools</li> <li><code>--plugin-dir</code> now accepts <code>.zip</…

  117. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.98.1

    <h2>0.98.1 (2026-05-04)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.98.0...v0.98.1">v0.98.0...v0.98.1</a></p> <h3>Chores</h3> <ul> <li>fix typo in example (<a href="https://github.com/anthropics/anthropic-sdk-python/issues/1754">…

  118. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.98.0

    <h2>0.98.0 (2026-05-04)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.97.0...v0.98.0">v0.97.0...v0.98.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> improve Managed Agents APIs (<a href="https://github.com/anthropics/an…

  119. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.126

    <h2>What's changed</h2> <ul> <li>The <code>/model</code> picker now lists models from your gateway's <code>/v1/models</code> endpoint when <code>ANTHROPIC_BASE_URL</code> points at an Anthropic-compatible gateway</li> <li> <ul> <li>Added <code>claude project purge [path]</code> t…

  120. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.123

    <h2>What's changed</h2> <ul> <li>Fixed OAuth authentication failing with a 401 retry loop when <code>CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1</code> is set</li> </ul>

  121. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.122

    <h2>What's changed</h2> <ul> <li>Added <code>ANTHROPIC_BEDROCK_SERVICE_TIER</code> environment variable to select a Bedrock service tier (<code>default</code>, <code>flex</code>, or <code>priority</code>), sent as the <code>X-Amzn-Bedrock-Service-Tier</code> header</li> <li>Pasti…

  122. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.121

    <h2>What's changed</h2> <ul> <li>Added <code>alwaysLoad</code> option to MCP server config — when <code>true</code>, all tools from that server skip tool-search deferral and are always available</li> <li>Added <code>claude plugin prune</code> to remove orphaned auto-installed plu…

  123. Claude Code — Releases TIER_1 (SK) · actions-user ·

    v2.1.120

    <p>chore: Update CHANGELOG.md</p>

  124. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.119

    <h2>What's changed</h2> <ul> <li><code>/config</code> settings (theme, editor mode, verbose, etc.) now persist to <code>~/.claude/settings.json</code> and participate in project/local/policy override precedence</li> <li>Added <code>prUrlTemplate</code> setting to point the footer…

  125. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.97.0

    <h2>0.97.0 (2026-04-23)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.96.0...v0.97.0">v0.96.0...v0.97.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> CMA Memory public beta (<a href="https://github.com/anthropics/anthrop…

  126. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.118

    <h2>What's changed</h2> <ul> <li>Added vim visual mode (<code>v</code>) and visual-line mode (<code>V</code>) with selection, operators, and visual feedback</li> <li>Merged <code>/cost</code> and <code>/stats</code> into <code>/usage</code> — both remain as typing shortcuts that …

  127. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.117

    <h2>What's changed</h2> <ul> <li>Forked subagents can now be enabled on external builds by setting <code>CLAUDE_CODE_FORK_SUBAGENT=1</code></li> <li>Agent frontmatter <code>mcpServers</code> are now loaded for main-thread agent sessions via <code>--agent</code></li> <li>Improved …

  128. Claude Code — Releases TIER_1 (SK) · ashwin-ant ·

    v2.1.116

    <h2>What's changed</h2> <ul> <li><code>/resume</code> on large sessions is significantly faster (up to 67% on 40MB+ sessions) and handles sessions with many dead-fork entries more efficiently</li> <li>Faster MCP startup when multiple stdio servers are configured; <code>resources/…

  129. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.96.0

    <h2>0.96.0 (2026-04-16)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.95.0...v0.96.0">v0.95.0...v0.96.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add claude-opus-4-7, token budgets and user_profiles (<a href="https:/…

  130. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.95.0

    <h2>0.95.0 (2026-04-14)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.94.1...v0.95.0">v0.94.1...v0.95.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> mark Sonnet and Opus 4 as deprecated (<a href="https://github.com/anth…

  131. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.94.1

    <h2>0.94.1 (2026-04-13)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.94.0...v0.94.1">v0.94.0...v0.94.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>streaming:</strong> add missing events (<a href="https://github.com/anthropics/anth…

  132. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.94.0

    <h2>0.94.0 (2026-04-10)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.93.0...v0.94.0">v0.93.0...v0.94.0</a></p> <h3>Features</h3> <ul> <li>vertex eu region (<a href="https://github.com/anthropics/anthropic-sdk-python/issues/1658">#…

  133. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.93.0

    <h2>0.93.0 (2026-04-09)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.92.0...v0.93.0">v0.92.0...v0.93.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add beta advisor tool (<a href="https://github.com/anthropics/anthropi…

  134. Anthropic SDK (Python) — Releases TIER_1 (SK) · stainless-app[bot] ·

    v0.92.0

    <h2>0.92.0 (2026-04-08)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-python/compare/v0.91.0...v0.92.0">v0.91.0...v0.92.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add support for Claude Managed Agents (<a href="https://github.com/ant…

  135. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.118

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.209</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.118/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.118/</a></p> <div class="hi…

  136. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.117

    <h3>Bug Fixes</h3> <ul> <li><strong>Escaped untrusted fields in Slack issue notification workflow</strong>: Fixed the Slack notification workflow to properly escape issue titles and usernames using <code>jq</code> instead of bash substitution, preventing malformed JSON payloads a…

  137. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.116

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.207</li> <li>Fixed CI workspace trust so Claude Code honors project-scoped permission grants in checkout directories (<a class="issue-link js-issue-link" href="https://github.com/anthropics/claude-…

  138. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.115

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.206</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.115/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.115/</a></p> <div class="hi…

  139. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.114

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.205</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.114/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.114/</a></p> <div class="hi…

  140. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.113

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.204</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.113/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.113/</a></p> <div class="hi…

  141. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.112

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.203</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.112/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.112/</a></p> <div class="hi…

  142. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.111

    <h3>Bug Fixes</h3> <ul> <li><strong>Zombie CLI subprocess prevention</strong>: Shielded subprocess cleanup from asyncio cancellation so <code>SIGTERM</code>/<code>SIGKILL</code> teardown always runs, preventing orphaned <code>claude</code> child processes when the parent task is …

  143. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.110

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.191</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.110/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.110/</a></p> <div class="hi…

  144. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.109

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.190</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.109/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.109/</a></p> <div class="hi…

  145. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.108

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.187</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.108/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.108/</a></p> <div class="hi…

  146. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.107

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.186</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.107/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.107/</a></p> <div class="hi…

  147. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.106

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.185</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.106/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.106/</a></p> <div class="hi…

  148. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.105

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.183</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.105/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.105/</a></p> <div class="hi…

  149. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.104

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.181</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.104/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.104/</a></p> <div class="hi…

  150. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.103

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.179</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.103/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.103/</a></p> <div class="hi…

  151. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.102

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.178</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.102/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.102/</a></p> <div class="hi…

  152. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.101

    <h3>Bug Fixes</h3> <ul> <li><strong>Typed <code>task_updated</code> lifecycle events</strong>: Exposed terminal <code>system/task_updated</code> events as typed <code>TaskUpdatedMessage</code> with <code>task_id</code>, <code>patch</code>, <code>status</code>, <code>session_id</c…

  153. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.100

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.176</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.100/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.100/</a></p> <div class="hi…

  154. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.99

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.175</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.99/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.99/</a></p> <div class="high…

  155. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.98

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.174</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.98/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.98/</a></p> <div class="high…

  156. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.97

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.173</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.97/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.97/</a></p> <div class="high…

  157. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.96

    <h3>Bug Fixes</h3> <ul> <li>Pinned <code>mcp</code> dependency below 2.0.0 to prevent incompatible breaking changes (<a class="issue-link js-issue-link" href="https://github.com/anthropics/claude-agent-sdk-python/pull/1028">#1028</a>)</li> </ul> <h3>Internal/Other Changes</h3> <u…

  158. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.95

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.170</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.95/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.95/</a></p> <div class="high…

  159. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.94

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.169</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.94/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.94/</a></p> <div class="high…

  160. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.93

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.167</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.93/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.93/</a></p> <div class="high…

  161. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.92

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.166</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.92/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.92/</a></p> <div class="high…

  162. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.91

    <h3>Internal/Other Changes</h3> <ul> <li>Switched test suite from <code>pytest-asyncio</code> to anyio's pytest plugin, running every async test under both asyncio and trio backends to catch backend-specific regressions in CI (<a class="issue-link js-issue-link" href="https://git…

  163. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.90

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.163</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.90/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.90/</a></p> <div class="high…

  164. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.89

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.162</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.89/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.89/</a></p> <div class="high…

  165. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.88

    <h3>Bug Fixes</h3> <ul> <li><strong>Trio compatibility for session stores</strong>: Ported <code>session_store</code> code paths (<code>TranscriptMirrorBatcher</code>, <code>session_resume</code>, <code>sessions</code>) from raw <code>asyncio</code> primitives to <code>anyio</cod…

  166. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.87

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.150</li> <li>Switched CI workflows from static API key to Workload Identity Federation for Claude authentication, using short-lived tokens instead of long-lived secrets (<a class="issue-link js-iss…

  167. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.86

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.149</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.86/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.86/</a></p> <div class="high…

  168. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.85

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.148</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.85/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.85/</a></p> <div class="high…

  169. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.84

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.147</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.84/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.84/</a></p> <div class="high…

  170. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.83

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.146</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.2.83/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.2.83/</a></p> <div class="high…

  171. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.2.82

    <h3>Breaking</h3> <ul> <li><strong>Breaking:</strong> MCP servers now connect in the background by default; sessions start immediately and slow servers report <code>status: "pending"</code> in <code>init</code> until ready. Set <code>MCP_CONNECTION_NONBLOCKING=0</code> to restore…

  172. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.81

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.139</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.1.81/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.1.81/</a></p> <div class="high…

  173. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.80

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.138</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.1.80/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.1.80/</a></p> <div class="high…

  174. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.79

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.137</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.1.79/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.1.79/</a></p> <div class="high…

  175. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.78

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.136</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.1.78/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.1.78/</a></p> <div class="high…

  176. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.77

    <h3>Bug Fixes</h3> <ul> <li><strong>Actionable error messages after error results</strong>: Replaced the generic <code>Command failed with exit code 1</code> exception raised after an error result with one carrying the result's actual error text (e.g. "Reached maximum number of t…

  177. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.76

    <h3>New Features</h3> <ul> <li><strong>API error status on result messages</strong>: Added <code>api_error_status: int | None</code> to <code>ResultMessage</code>, surfacing the HTTP status code (e.g. 429, 500, 529) from failing API calls. This provides a safe-to-log field for cl…

  178. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.75

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.131</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.1.75/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.1.75/</a></p> <div class="high…

  179. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.74

    <h3>New Features</h3> <ul> <li><strong>Hook event streaming</strong>: Added <code>include_hook_events</code> option to <code>ClaudeAgentOptions</code>. When set, hook events (PreToolUse, PostToolUse, Stop, etc.) are emitted by the CLI and yielded from the message stream as <code>…

  180. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.73

    <h3>New Features</h3> <ul> <li><strong>Eager session store flushing</strong>: Added <code>session_store_flush</code> option to <code>ClaudeAgentOptions</code> (<code>"batched"</code> or <code>"eager"</code>). When set to <code>"eager"</code>, the transcript mirror delivers frames…

  181. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.72

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.126</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.1.72/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.1.72/</a></p> <div class="high…

  182. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.71

    <h3>New Features</h3> <ul> <li><strong>Domain allowlist fields for sandbox network config</strong>: Added <code>allowedDomains</code>, <code>deniedDomains</code>, <code>allowManagedDomainsOnly</code>, and <code>allowMachLookup</code> fields to <code>SandboxNetworkConfig</code>, b…

  183. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.70

    <h3>Bug Fixes</h3> <ul> <li><strong>In-process MCP tool results silently lost with older <code>mcp</code> versions</strong>: Bumped the <code>mcp</code> dependency floor to <code>&gt;=1.19.0</code>. Older versions mishandled <code>CallToolResult</code> returns from SDK MCP tool h…

  184. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.69

    <h3>Documentation</h3> <ul> <li>Added docstrings to <code>ClaudeAgentOptions</code> fields for improved IDE autocompletion and inline documentation (<a class="issue-link js-issue-link" href="https://github.com/anthropics/claude-agent-sdk-python/pull/873">#873</a>)</li> </ul> <h3>…

  185. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.68

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.119</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.1.68/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.1.68/</a></p> <div class="high…

  186. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.67

    <h3>Bug Fixes</h3> <ul> <li><strong>Trio compatibility restored</strong>: Fixed <code>RuntimeError: no running event loop</code> when using <code>ClaudeSDKClient</code> or <code>query()</code> under trio, a regression introduced in v0.1.51. Uses sniffio-based dispatch to select t…

  187. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.66

    <h3>Internal/Other Changes</h3> <ul> <li>Updated bundled Claude CLI to version 2.1.119</li> </ul> <hr /> <p><strong>PyPI:</strong> <a href="https://pypi.org/project/claude-agent-sdk/0.1.66/" rel="nofollow">https://pypi.org/project/claude-agent-sdk/0.1.66/</a></p> <div class="high…

  188. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.65

    <h3>New Features</h3> <ul> <li><strong>Batch session summaries</strong>: Added <code>SessionStore.list_session_summaries()</code> optional protocol method and <code>fold_session_summary()</code> helper for O(1)-per-session list views. Stores that maintain append-time summary side…

  189. Claude Agent SDK (Python) — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.1.64

    <h3>New Features</h3> <ul> <li><strong>SessionStore adapter</strong>: Full SessionStore support at parity with the TypeScript SDK. Includes a <code>SessionStore</code> protocol with 5 methods (<code>append</code>, <code>load</code>, <code>list_sessions</code>, <code>delete</code>…

  190. vLLM SGLang — Releases TIER_1 Čeština(CS) · Fridge003 ·

    v0.5.15.post1

    <p>bump to v0.5.15.post1</p>

  191. vLLM SGLang — Releases TIER_1 (SK) · Fridge003 ·

    v0.5.15

    <p>Bump to v0.5.15</p>

  192. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.45.0

    <h2>2.45.0 (2026-07-09)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.44.0...v2.45.0">v2.44.0...v2.45.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> gpt-5.6-sol updates (<a href="https://github.com/openai/openai-python/commit/039d…

  193. vLLM — Releases TIER_1 (SK) · chaunceyjiang ·

    v0.25.0rc3

    <p>[P/D][Bugfix] Fix PD async KV load lookahead handling for MTP spec de…</p>

  194. vLLM — Releases TIER_1 (SK) · hmellor ·

    v0.25.0rc2

    <p>Fix embed scaling + CUDA graphs in Transformers modelling backend (<a class="issue-link js-issue-link" href="https://github.com/vllm-project/vllm/pull/4">#4</a>…</p>

  195. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.27.1

    <p>ComfyUI v0.27.1</p>

  196. vLLM — Releases TIER_1 (SK) · rahulssv-ibm ·

    v0.25.0rc1

    <p>[CPU][Bugfix] Fix flaky ShortConv prefill test on ARM (uninitialized …</p>

  197. ComfyUI — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.27.0

    <p>The major change in this version is added support for int8 convrot models.</p> <h2>What's Changed</h2> <ul> <li>chore(openapi): sync shared API contract from cloud@363764b by <a class="user-mention notranslate" href="https://github.com/comfy-pr-bot">@comfy-pr-bot</a> in <a cla…

  198. vLLM — Releases TIER_1 (SK) · khluu ·

    v0.24.0

    <p>[CI] Raise gsm8k startup timeout for MoE Refactor Qwen3 NVFP4 configs…</p>

  199. vLLM SGLang — Releases TIER_1 (SK) · Fridge003 ·

    v0.5.14

    <p>Release v0.5.14</p>

  200. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.26.2

    <p>ComfyUI v0.26.2</p>

  201. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.44.0

    <h2>2.44.0 (2026-06-24)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.43.0...v2.44.0">v2.43.0...v2.44.0</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>auth:</strong> prioritize first auth header (<a href="https://github.com/openai/openai-python/…

  202. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.26.1

    <p>ComfyUI v0.26.1</p>

  203. ComfyUI — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.26.0

    <h2>What's Changed</h2> <ul> <li>chore(openapi): sync shared API contract from cloud@00ef9cc by <a class="user-mention notranslate" href="https://github.com/comfy-pr-bot">@comfy-pr-bot</a> in <a class="issue-link js-issue-link" href="https://github.com/Comfy-Org/ComfyUI/pull/1442…

  204. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.25.1

    <p>ComfyUI v0.25.1</p>

  205. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.43.0

    <h2>2.43.0 (2026-06-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.42.0...v2.43.0">v2.42.0...v2.43.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> update OpenAPI spec or Stainless config (<a href="https://github.com/openai/opena…

  206. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.42.0

    <h2>2.42.0 (2026-06-16)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.41.1...v2.42.0">v2.41.1...v2.42.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> admin spend_alerts (<a href="https://github.com/openai/openai-python/commit/61341…

  207. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.25.0

    <p>ComfyUI v0.25.0</p>

  208. vLLM SGLang — Releases TIER_1 Čeština(CS) · Fridge003 ·

    v0.5.13.post1

    <p>Release v0.5.13.post1</p>

  209. Unsloth — Releases TIER_1 (SL) · danielhanchen ·

    v0.1.46-beta

    <p>DiffusionGemma: disable tools, enable artifacts canvas by default (<a class="issue-link js-issue-link" href="https://github.com/unslothai/unsloth/issues/6">#6</a>…</p>

  210. vLLM SGLang — Releases TIER_1 (SK) · Fridge003 ·

    v0.5.13

    <p>Release v0.5.13</p>

  211. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.41.1

    <h2>2.41.1 (2026-06-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.41.0...v2.41.1">v2.41.0...v2.41.1</a></p> <h3>Build System</h3> <ul> <li>Remove scheduled release workflow trigger (<a href="https://github.com/openai/openai-python/issues/…

  212. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.24.1

    <p>ComfyUI v0.24.1</p>

  213. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.41.0

    <h2>2.41.0 (2026-06-03)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.40.0...v2.41.0">v2.40.0...v2.41.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> responses.moderation and chat_completions.moderation (<a href="https://github.com…

  214. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.24.0

    <p>ComfyUI v0.24.0</p>

  215. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.40.0

    <h2>2.40.0 (2026-06-01)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.39.0...v2.40.0">v2.39.0...v2.40.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add Amazon Bedrock Responses support</li> </ul> <h3>Bug Fixes</h3> <ul> <li><stro…

  216. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.39.0

    <h2>2.39.0 (2026-06-01)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.38.0...v2.39.0">v2.38.0...v2.39.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> workload identity in audit logs, additional_tools item in responses, fix ActionSe…

  217. ComfyUI — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.23.0

    <h2>What's Changed</h2> <ul> <li>feat: MediaPipe face detection (CORE-235) by <a class="user-mention notranslate" href="https://github.com/kijai">@kijai</a> in <a class="issue-link js-issue-link" href="https://github.com/Comfy-Org/ComfyUI/pull/14009">#14009</a></li> <li>Multi-thr…

  218. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.22.3

    <p>ComfyUI v0.22.3</p>

  219. Unsloth — Releases TIER_1 (SL) · danielhanchen ·

    v0.1.416-beta

    <p>v0.1.416-beta</p>

  220. vLLM SGLang — Releases TIER_1 Čeština(CS) · Fridge003 ·

    v0.5.12.post1

    <p>Release v0.5.12.post1</p>

  221. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.22.2

    <p>ComfyUI v0.22.2</p>

  222. Unsloth — Releases TIER_1 (SL) · danielhanchen ·

    v0.1.415-beta

    <p>v0.1.415-beta</p>

  223. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.22.1

    <p>ComfyUI v0.22.1</p>

  224. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.38.0

    <h2>2.38.0 (2026-05-21)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.37.0...v2.38.0">v2.37.0...v2.38.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="https://github.com/openai/openai-python/commit/33d1d01325005…

  225. ComfyUI — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.22.0

    <h2>What's Changed</h2> <ul> <li>Add test that each model has unique identifiers (CORE-134) by <a class="user-mention notranslate" href="https://github.com/Talmaj">@Talmaj</a> in <a class="issue-link js-issue-link" href="https://github.com/Comfy-Org/ComfyUI/pull/13654">#13654</a>…

  226. Latent Space (swyx) TIER_1 English(EN) ·

    [AINews] How to land a job at a frontier lab (on Pretraining)

    a quiet day before google i/o lets us amplify a notable blogpost

  227. Unsloth — Releases TIER_1 (SL) · wtfashwin ·

    v0.1.40-beta

    <p>studio/chat: release stuck IME flag when compositionend never fires (…</p>

  228. vLLM SGLang — Releases TIER_1 (SK) · Fridge003 ·

    v0.5.12

    <h1>Highlights</h1> <ul> <li> <p><strong>DeepSeek V4 support</strong>: Full inference path for DeepSeek-V4 (<a class="issue-link js-issue-link" href="https://github.com/sgl-project/sglang/pull/23882">#23882</a>), including:</p> <p>Day-0 Features: <a class="issue-link js-issue-lin…

  229. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.37.0

    <h2>2.37.0 (2026-05-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.36.0...v2.37.0">v2.36.0...v2.37.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add service_tier parameter to responses compact method (<a href="https://github.c…

  230. vLLM — Releases TIER_1 (SK) · khluu ·

    v0.21.0

    <h2>Highlights</h2> <p>This release features 367 commits from 202 contributors (49 new)!</p> <ul> <li><strong>Transformers v4 deprecated</strong>: This release formally deprecates <code>transformers</code> v4 support (<a class="issue-link js-issue-link" href="https://github.com/v…

  231. vLLM — Releases TIER_1 (SK) · zyongye ·

    v0.21.0rc3

    <p>[MLA Attention Backend] Add TOKENSPEED_MLA backend for DSR1/Kimi K25 …</p>

  232. ComfyUI — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.21.1

    <h2>What's Changed</h2> <ul> <li>[Partner Nodes] new Flux2ImageNode and GrokImageEditNodeV2 nodes by <a class="user-mention notranslate" href="https://github.com/bigcat88">@bigcat88</a> in <a class="issue-link js-issue-link" href="https://github.com/Comfy-Org/ComfyUI/pull/13814">…

  233. vLLM — Releases TIER_1 (SK) · ZJY0516 ·

    v0.21.0rc2

    <p>[Bugfix] Install nvidia-cutlass-dsl[cu13] extra on CUDA 13 platforms …</p>

  234. vLLM — Releases TIER_1 (SK) · mgoin ·

    v0.21.0rc1

    <p>[Build] Build bundled DeepGEMM <code>_C</code> per-Python so the wheel imports o…</p>

  235. ComfyUI — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.21.0

    <h2>What's Changed</h2> <ul> <li>Read audio and video at the same time in video loader node. by <a class="user-mention notranslate" href="https://github.com/comfyanonymous">@comfyanonymous</a> in <a class="issue-link js-issue-link" href="https://github.com/Comfy-Org/ComfyUI/pull/…

  236. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.20.3

    <p>ComfyUI v0.20.3</p>

  237. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.36.0

    <h2>2.36.0 (2026-05-07)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.35.1...v2.36.0">v2.35.1...v2.36.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> manual updates (<a href="https://github.com/openai/openai-python/commit/13c639cc7…

  238. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.35.1

    <h2>2.35.1 (2026-05-06)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.35.0...v2.35.1">v2.35.0...v2.35.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> fix imagegen <code>size</code> enum regression (<a href="https://github.com/open…

  239. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.35.0

    <h2>2.35.0 (2026-05-06)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.34.0...v2.35.0">v2.34.0...v2.35.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> update image 2 (<a href="https://github.com/openai/openai-python/commit/0ba55d756…

  240. vLLM SGLang — Releases TIER_1 (SK) · Kangyan-Zhou ·

    v0.5.11

    <h1>Highlights</h1> <ul> <li> <p><strong>CUDA 13 + Torch 2.11</strong>: Default CUDA version moves to 13.0 across SGLang, sgl-kernel, and Docker images, and PyTorch is upgraded from 2.9 to 2.11 — modernizing the build matrix and unlocking newer kernels: <a class="issue-link js-is…

  241. Unsloth — Releases TIER_1 (SL) · danielhanchen ·

    v0.1.38-beta

    <p>v0.1.38-beta</p>

  242. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.34.0

    <h2>2.34.0 (2026-05-04)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.33.0...v2.34.0">v2.33.0...v2.34.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add external_key_id to projects, email/metadata params to users, update types (<a…

  243. vLLM — Releases TIER_1 (SK) · khluu ·

    v0.20.1

    <h1>vLLM v0.20.1</h1> <p>This is a patch release on top of <code>v0.20.0</code> primarily focused on <strong>DeepSeek V4 stabilization and performance improvements</strong>, along with several important bug fixes.</p> <h3>DeepSeek V4</h3> <ul> <li>Base model support (<a class="is…

  244. ComfyUI — Releases TIER_1 (SK) · prookyon ·

    v0.20.2

    <p>OneTainer ERNIE LoRA support (<a class="issue-link js-issue-link" href="https://github.com/Comfy-Org/ComfyUI/pull/13640">#13640</a>)</p>

  245. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.33.0

    <h2>2.33.0 (2026-04-28)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.32.0...v2.33.0">v2.32.0...v2.33.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="https://github.com/openai/openai-python/commit/18f834a54f92e…

  246. ComfyUI — Releases TIER_1 (SK) · github-actions[bot] ·

    v0.20.1

    <h2>What's Changed</h2> <ul> <li>feat: SUPIR model support (CORE-17) by <a class="user-mention notranslate" href="https://github.com/kijai">@kijai</a> in <a class="issue-link js-issue-link" href="https://github.com/Comfy-Org/ComfyUI/pull/13250">#13250</a></li> <li>Some optimizati…

  247. vLLM — Releases TIER_1 (SK) · khluu ·

    v0.20.0

    <h1>vLLM v0.20.0</h1> <h2>Highlights</h2> <p>This release features 752 commits from 320 contributors (123 new)!</p> <ul> <li><strong>DeepSeek V4</strong>: Initial DeepSeek V4 support landed (<a class="issue-link js-issue-link" href="https://github.com/vllm-project/vllm/pull/40860…

  248. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.20.0

    <p>ComfyUI v0.20.0</p>

  249. ComfyUI — Releases TIER_1 (SK) · comfyanonymous ·

    v0.19.5

    <p>ComfyUI v0.19.5</p>

  250. vLLM — Releases TIER_1 (SK) · Isotr0py ·

    v0.20.0rc1

    <p>Revert "[Misc] Move <code>pyav</code> and <code>soundfile</code> to common requirements" (#…</p>

  251. vLLM — Releases TIER_1 (SK) · khluu ·

    v0.19.1

    <p>This is a patch release on top of <code>v0.19.0</code> with Transformers v5.5.3 upgrade and bug fixes for Gemma4:</p> <ul> <li>Update to transformers v5 (<a class="issue-link js-issue-link" href="https://github.com/vllm-project/vllm/pull/30566">#30566</a>)</li> <li>[Bugfix] Fi…

  252. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.32.0

    <h2>2.32.0 (2026-04-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.31.0...v2.32.0">v2.31.0...v2.32.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add detail to InputFileContent (<a href="https://github.com/openai/openai-python/…

  253. vLLM SGLang — Releases TIER_1 Čeština(CS) · Kangyan-Zhou ·

    v0.5.10.post1

    <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/sgl-project/sglang/compare/v0.5.10...v0.5.10.post1"><tt>v0.5.10...v0.5.10.post1</tt></a></p> <p>Bumps flashinfer from v0.6.7.post2 to v0.6.7.post3 to resolve an issue in its jit cubin downloader.<…

  254. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.31.0

    <h2>2.31.0 (2026-04-08)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.30.0...v2.31.0">v2.30.0...v2.31.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add phase field to conversations message (<a href="https://github.com/openai/open…

  255. vLLM SGLang — Releases TIER_1 (SK) · Fridge003 ·

    v0.5.10

    <h1>Highlights</h1> <ul> <li> <p><strong>Piecewise CUDA Graph Enabled by Default</strong>: Piecewise CUDA graph capture is now the default execution mode, reducing memory overhead and improving throughput for models with complex control flow patterns: <a class="issue-link js-issu…

  256. vLLM — Releases TIER_1 (SK) · khluu ·

    v0.19.0

    <h1>vLLM v0.19.0</h1> <h2>Highlights</h2> <p>This release features 448 commits from 197 contributors (54 new)!</p> <ul> <li><strong>Gemma 4 support</strong>: Full Google Gemma 4 architecture support including MoE, multimodal, reasoning, and tool-use capabilities (<a class="issue-…

  257. vLLM — Releases TIER_1 (SK) · stecasta ·

    v0.19.0rc1

    <p>[Bugfix] Restrict TRTLLM attention to SM100, fixing GB300 (SM103) han…</p>

  258. vLLM SGLang — Releases TIER_1 (SK) · Kangyan-Zhou ·

    v0.5.10rc0

    <h1>Highlights</h1> <ul> <li> <p><strong>Piecewise CUDA Graph Enabled by Default</strong>: Piecewise CUDA graph capture is now the default execution mode, reducing memory overhead and improving throughput for models with complex control flow patterns: <a class="issue-link js-issu…

  259. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.30.0

    <h2>2.30.0 (2026-03-25)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.29.0...v2.30.0">v2.29.0...v2.30.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add keys field to Click/DoubleClick/Drag/Move/Scroll computer actions (<a href="h…

  260. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.29.0

    <h2>2.29.0 (2026-03-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.28.0...v2.29.0">v2.28.0...v2.29.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> 5.4 nano and mini model slugs (<a href="https://github.com/openai/openai-python/c…

  261. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.28.0

    <h2>2.28.0 (2026-03-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.27.0...v2.28.0">v2.27.0...v2.28.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> custom voices (<a href="https://github.com/openai/openai-python/commit/50dc060b55…

  262. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.27.0

    <h2>2.27.0 (2026-03-13)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.26.0...v2.27.0">v2.26.0...v2.27.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> api update (<a href="https://github.com/openai/openai-python/commit/60ab24ae722a7…

  263. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.26.0

    <h2>2.26.0 (2026-03-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.25.0...v2.26.0">v2.25.0...v2.26.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' to…

  264. openai-python — Releases TIER_1 (SK) · stainless-app[bot] ·

    v2.25.0

    <h2>2.25.0 (2026-03-05)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v2.24.0...v2.25.0">v2.24.0...v2.25.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> gpt-5.4, tool search tool, and new computer tool (<a href="https://github.com/ope…

  265. vLLM SGLang — Releases TIER_1 (SK) · Kangyan-Zhou ·

    v0.5.9

    <h1>Highlights</h1> <ul> <li> <p><strong>LoRA Weight Loading Overlap with Computation</strong>: Overlap LoRA weight loading with computation during inference, reducing TTFT by ~78% and TPOT by ~34.88% on large adaptors: <a class="issue-link js-issue-link" href="https://github.com…

  266. vLLM SGLang — Releases TIER_1 Čeština(CS) · Fridge003 ·

    v0.5.8.post1

    <p>Release v0.5.8.post1</p>

  267. vLLM SGLang — Releases TIER_1 (SK) · Kangyan-Zhou ·

    v0.5.8

    <h1>Highlights</h1> <ul> <li>Up to 1.5x faster across the board for all major diffusion models <a href="https://lmsys.org/blog/2026-01-16-sglang-diffusion/" rel="nofollow">https://lmsys.org/blog/2026-01-16-sglang-diffusion/</a></li> <li>Close to linear scaling with chunked pipeli…

  268. dev.to — Claude Code tag TIER_1 Deutsch(DE) · JessYT ·

    Claude Code Set Fast Mode to Opus 4.7 — Plus 8 New Agent Flags

    <h1> Claude Code unlocked background again — Fast mode is now 4.7 </h1> <p>Bottom line first. <strong>Claude Code's Fast mode default auto-switched to Opus 4.7.</strong> The same changelog batch also shipped 8 new <code>claude agents</code> CLI flags, an option to turn off worktr…

  269. dev.to — Claude Code tag TIER_1 English(EN) · QuoLu ·

    What exactly changes with the Claude Max plan?

    <h2> Introduction </h2> <p>Everyone knows that the MAX plan lets you "use more."</p> <p>That's not what I want to know. <strong>What actually changes with MAX?</strong> When I looked into it, I found that some features often assumed to be "MAX-exclusive" were not, while other dif…

  270. dev.to — Claude Code tag TIER_1 English(EN) · Jula Markova ·

    Stop Fixing Your Prompts — Fix Your Thinking Style Instead (A Claude Code Experiment)

    <p>I spent a session with Claude Code (Opus 4.7) doing something odd. Instead of giving it tasks, I asked it to reflect on its own thinking. Not what it knows. How it <em>operates</em>.</p> <p>What came back was specific enough to be useful. </p> <p>One conversation = One experim…

  271. dev.to — Claude Code tag TIER_1 English(EN) · Alaric ·

    5 Tips to Cut Claude Code Token Usage by 30%

    <p>I've been using Claude Code daily for the past few months. The output quality is great, but the API bill at the end of the month was painful. After some experimentation, I found a few habits that consistently cut my token consumption by 25–35% without sacrificing code quality.…

  272. dev.to — Claude Code tag TIER_1 Nederlands(NL) · speedy_devv ·

    Cut Claude Code Token Costs

    <p>Your Claude Code bill went up twice in 30 days. You felt it on the invoice before you understood why.</p> <p>On June 15, 2026, Anthropic moves Agent SDK, <code>claude -p</code>, and Claude Code GitHub Actions onto a separate metered credit pool that does not roll over. Once th…

  273. Medium — Claude tag TIER_1 English(EN) · Bhavin Mecwan ·

    Claude Series (Part 9): Stop Prompting Randomly — Learn to Collaborate with Claude Properly

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@bmec278/claude-series-part-9-stop-prompting-randomly-learn-to-collaborate-with-claude-properly-f15da8ee43b6?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1400/0*ZUSRZ…

  274. dev.to — Anthropic tag TIER_1 English(EN) · Owen ·

    Claude's "Go to Sleep" Bug Explained: Why It Happens and How to Keep Coding

    <h1> Claude's "Go to Sleep" Bug Explained: Why It Happens and How to Keep Coding </h1> <p><strong>TL;DR:</strong> Claude has been telling developers to "get some rest" mid-coding session, even at 9 a.m., and the behaviour has been growing for months. Anthropic staffer Sam McAllis…

  275. Medium — Claude tag TIER_1 English(EN) · New2026 ·

    Installing Claude Code in GitHub/Bitbucket for Automated Security Reviews Before Publishing

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://new2026.medium.com/installing-claude-code-in-github-bitbucket-for-automated-security-reviews-before-publishing-88877242c91e?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1536/1*Y…

  276. dev.to — LLM tag TIER_1 English(EN) · Aimilios Vikatos ·

    I tested cheap vs expensive LLMs across 3 real agent tasks. The cheap model won every time.

    <p>I tested cheap vs expensive LLMs across 3 real agent tasks. The cheap model won every time.<br /> Everyone tells you to use the best model you can afford. I built a toolkit to test that assumption with data, and the results surprised me.<br /> Over the past few weeks, I built …

  277. r/Anthropic TIER_1 English(EN) · /u/Kitchen-Leg8500 ·

    ContextAtlas v1.0 — Build with Opus 4.7 project (I didn't make the hackathon, built it anyway); A new take on pre-computed context

    <!-- SC_OFF --><div class="md"><p>Backstory: when the &quot;Build with Opus 4.7&quot; hackathon was announced, I had the thesis but not the project. I was obsessing over the tokenomics of agents; how to make your tokens go further, and shared that angle in the application even wi…