Dobby-ai | Claude Code
3 subscribers
147 photos
139 links
Official Anthropic / Claude Code news, updates and release notes. Curated by Dobby — the Data Policy Platform for AI · dobby-ai.com
Download Telegram
Claude Agent SDK: CLI Update
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 14.07, 09:49
🏷️ #Anthropic #ClaudeCode #Claude #SDK_update
The Claude Agent SDK `v0.2.118` now bundles the Claude CLI version `2.1.209`.

💡 This update ensures your SDK environment is aligned with the latest underlying CLI tooling.
While not directly an SDK feature, it often brings stability improvements or foundational updates that enhance the SDK's reliability.
🔗 Official source
Anthropic's AI Safety Mission
📡 anthropic.com
🕐 15.07, 09:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_safety
This item reiterates Anthropic's core mission statement.
It highlights their commitment to developing AI systems that are:
• Reliable
• Interpretable
• Steerable

💡 While this piece doesn't detail specific applications or new features, it's a solid reminder of the foundational principles guiding Anthropic's development.
Understanding these pillars—reliability, interpretability, and steerability—is crucial for anyone building with or on Claude, as they shape the model's inherent design and limitations.
🔗 Official source
Claude for Teachers: What's Next?
📡 anthropic.com
🕐 15.07, 11:00
🏷️ #Anthropic #ClaudeCode #Claude #Claude_AI
Anthropic announced 'Claude for Teachers,' signaling a potential new focus area for their AI.
However, the initial release notes are light on specifics, primarily reiterating Anthropic's core mission: building reliable, interpretable, and steerable AI systems.
We're still waiting for the juicy details on what this means for educators and how Claude will specifically adapt.

💡 This announcement is more of a strategic flag-planting than a feature drop.
It tells us Anthropic is eyeing the education sector, but without concrete features, it's hard to gauge impact.
Keep an eye out for follow-up releases that detail actual pedagogical tools or classroom integrations.
What specific challenges in education do you hope Claude will tackle?
🔗 Official source
Anthropic Backs Canadian AI Research
📡 anthropic.com
🕐 15.07, 13:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_research
Anthropic is committing $10 million to Canadian research institutions.
This funding aims to support the next generation of AI research and innovation.

💡 This investment signals Anthropic's strategic move to broaden its global research footprint, tapping into diverse talent pools beyond traditional tech hubs.
It's a clear indicator that fostering a wider, international AI ecosystem is key to driving future breakthroughs.
🔗 Official source
Claude Agent SDK Bundles Latest CLI
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 16.07, 02:19
🏷️ #Anthropic #ClaudeCode #Claude #claude_sdk
• The `claude-agent-sdk` Python package now ships with Claude CLI version 2.1.211.
• This update ensures your SDK is leveraging the latest underlying CLI tooling.

💡 An updated bundled CLI often means you're getting crucial bug fixes, performance improvements, or even new experimental features that haven't yet been exposed through the SDK's Python API.
It's a silent upgrade that keeps your development environment robust and up-to-date, even if the SDK's surface API remains stable.
Verify your local `claude` CLI version and see if it's time to sync up!
🔗 Official source
Subagent Thinking Now in Stream-JSON 🧠
📡 GitHub · anthropics/claude-code
🕐 16.07, 02:02
🏷️ #Anthropic #ClaudeCode #Claude #stream_json
• New `--forward-subagent-text` flag added.
• New `CLAUDE_CODE_FORWARD_SUBAGENT_TEXT` environment variable introduced.
• Both enable including subagent text and internal thinking directly in `stream-json` output.
• Fixed permission previews (details truncated in source).

💡 Being able to stream subagent text and internal thought processes directly into your `stream-json` output is a game-changer for debugging complex multi-agent workflows.
No more guessing what your subagents are *actually* doing behind the scenes; you get real-time transparency into their decision-making.
🔗 Official source
Claude Agent SDK v0.2.119: CLI Update
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 15.07, 02:58
🏷️ #Anthropic #ClaudeCode #Claude #claude_sdk
• The Python Agent SDK now bundles the Claude CLI at version 2.1.210.
• This is an internal update, ensuring the SDK leverages the latest CLI tooling.

💡 This internal update means your Python Agent SDK is now aligned with the most current Claude CLI, potentially bringing under-the-hood stability improvements or bug fixes from the CLI directly into your agent workflows.
It's about keeping the core machinery humming smoothly.

🔗 Official source
Claude Agent SDK: Argv Flag Injection Patched
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 17.07, 03:39
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
• Fixed a critical `argv` flag injection vulnerability in the Claude Agent SDK.
• `—resume` and `—session-id` options are now correctly passed as single, equals-joined tokens (e.g., `--resume=<value>`).
• This prevents malicious dash-prefixed values from being misinterpreted as new command-line flags.

💡 This fix is a big deal for security, preventing potential command injection where a crafted `resume` or `session_id` value could execute arbitrary commands or alter agent behavior.
While you should always sanitize user inputs, this SDK-level patch adds a vital layer of protection against unexpected `argv` parsing.
It's a reminder that even seemingly innocuous CLI arguments can be attack vectors.
/fork Now Spawns Background Sessions
📡 GitHub · anthropics/claude-code
🕐 17.07, 03:26
🏷️ #Anthropic #ClaudeCode #Claude #claude_agents
• The `/fork` command now copies your current conversation into a new, independent background session.
• This new session appears as its own row in Claude Agents, letting you continue your primary work uninterrupted.
• The previous in-session subagent functionality of `/fork` has been moved to the new `/subtask` command.

💡 The new `/fork` behavior is a game-changer for iterative development and debugging, letting you spin off a parallel exploration of an alternative solution or a specific problem without derailing your main thought process or losing context.
This means you can keep your primary Claude session focused while branching out to test hypotheses or explore edge cases in dedicated, separate threads.
🔗 Official source
Anthropic TypeScript SDK v0.112.1 Released
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 17.07, 00:06
🏷️ #Anthropic #ClaudeCode #Claude #typescript_sdk
• The Anthropic TypeScript SDK received a minor patch update to version 0.112.1.
• No specific feature additions or bug fixes were detailed in this release note.

💡 A quick version bump like this usually means internal dependency updates or very subtle, unlisted bug fixes that improve reliability.
While not flashy, these minor releases are crucial for maintaining compatibility and stability, preventing future headaches.
🔗 Official source
Claude Agent SDK Ships CLI Update
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 18.07, 04:33
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The `claude-agent-sdk` version 0.2.122 is here!
It now bundles the Claude CLI at version 2.1.214.
This ensures you're running with the latest CLI tooling directly from the SDK.

💡 When the SDK bundles an updated CLI, it means you're automatically getting the latest command-line features and stability improvements without a separate manual CLI upgrade.
This is crucial for maintaining consistent behavior across your dev and CI/CD environments.
🔗 Official source
Stricter `dir/**` Allow Rules for File Operations
📡 GitHub · anthropics/claude-code
🕐 18.07, 04:20
🏷️ #Anthropic #ClaudeCode #Claude #bugfix
• `dir/**` allow rules now correctly scope writes, preventing unintended approvals outside the intended directory.
• For example, `Edit(src/**)` now strictly applies to `<cwd>/src` and its subdirectories, not any `src` directory on the system.
• A related permission-check bug has also been patched, enhancing overall security.
🔒

💡 The `dir/**` fix is a game-changer for precise file system control, ensuring your access rules are enforced exactly where you intend them.
This prevents scenarios where a broad `src/**` rule could inadvertently grant write access to a `src` directory far outside your project's scope, tightening security and preventing accidental data corruption.
🔗 Official source
Google Cloud SDK: Auth Library Bumped 🚀
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 17.07, 23:06
🏷️ #Anthropic #ClaudeCode #Claude #google_cloud_sdk
• The TypeScript Google Cloud SDK now leverages `google-auth-library` version `^10.2.0`.
• This update specifically addresses an internal bug, enhancing authentication stability and compatibility with Google Cloud services.

💡 An updated `google-auth-library` is more than just a version bump; it's critical for preventing authentication headaches and potential security gaps with Google Cloud.
Stale auth dependencies can cause mysterious connection failures or expose you to known vulnerabilities.
🔗 Official source
Claude Agent SDK Bundles CLI 2.1.215
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 19.07, 06:08
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The Claude Agent SDK for Python has been updated to version 0.2.123.
This release primarily bundles the Claude CLI at version 2.1.215.

💡 Keeping the bundled CLI up-to-date means you're always running with the latest performance tweaks, stability improvements, and potentially new commands or features that might not be immediately obvious but enhance your agent's underlying operations.
Verify your local `claude` CLI version after updating to ensure you're leveraging the latest tools.
🔗 Official source
Explicit Control for /verify and /code-review Skills
📡 GitHub · anthropics/claude-code
🕐 19.07, 05:56
🏷️ #Anthropic #ClaudeCode #Claude #claude_skills
• The `/verify` skill will no longer run automatically.
• The `/code-review` skill will no longer run automatically.
• You now explicitly invoke these skills using `/verify` or `/code-review` commands when you want them to execute.

💡 This shift to explicit invocation for `/verify` and `/code-review` is a game-changer for workflow control, letting you decide precisely when to trigger these potentially resource-intensive operations instead of having them fire off unexpectedly.
It means you can integrate these powerful tools into your CI/CD or local dev loop exactly where they fit best, without fighting against automatic execution.
No more surprise code reviews when you just wanted a quick chat! 🛠️
🔗 Official source
Anthropic TS SDK: Minor Docs Update
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 17.07, 23:05
🏷️ #Anthropic #ClaudeCode #Claude #anthropic_sdk
• Small documentation updates have landed in `v0.112.3` of the Anthropic TypeScript SDK.

💡 Small documentation updates might seem trivial, but they often iron out ambiguities in API usage or provide clearer examples for specific scenarios.
If you've ever wrestled with an obscure method, these tiny tweaks can be gold.
🔗 Official source
TypeScript SDK: Docs Refreshed
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 17.07, 19:36
🏷️ #Anthropic #ClaudeCode #Claude #SDK_update
The Anthropics TypeScript SDK `v0.112.2` release focuses on documentation updates for the client.

💡 Even a 'chores' update for documentation can be a game-changer.
Clearer docs mean less time debugging and more time building, especially when you're diving into new features or onboarding teammates.
🔗 Official source
TypeScript SDK Adds MCP Tunnels Support
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 16.07, 22:36
🏷️ #Anthropic #ClaudeCode #Claude #API_updates
The Anthropic TypeScript SDK (v0.112.0) now includes direct support for MCP Tunnels.
This feature enhances API connectivity, enabling more secure and private network interactions.

💡 Adding MCP Tunnels means developers in enterprise or highly secure environments can now route their Anthropic API traffic through private, managed network connections.
This is a game-changer for compliance and data privacy, ensuring your sensitive data never hits the public internet when interacting with the API.
🔗 Official source
Live Tool Call Timer & Write Warning
📡 GitHub · anthropics/claude-code
🕐 15.07, 02:45
🏷️ #Anthropic #ClaudeCode #Claude #tool_calls
• A live elapsed-time counter now appears on the collapsed tool summary line.
• Long-running tool calls visibly tick, eliminating the 'stuck' feeling.
• Added a startup warning for `Write(path)` and `Notebook` operations.

💡 The live elapsed-time counter for tool calls is a massive quality-of-life improvement for debugging complex, multi-step operations.
You can now instantly tell if a `git clone` or a `pip install` is making progress or truly hung, which saves a ton of frustration and wasted time trying to figure out if your code is just slow or actually broken.

🔗 Official source
Claude Credits for Rare Disease AI Research
📡 anthropic.com
🕐 21.07, 06:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_for_Science
Anthropic is launching a focused call for AI for Science applications.
The initiative specifically targets rare genetic diseases.
Successful applicants will receive up to $50,000 in Claude credits over six months.
The program aims to foster a community of researchers leveraging AI to advance rare disease understanding.

💡 This grant program directly tackles the compute barrier for AI research in a critical domain.
For researchers in rare genetic diseases, this is a golden ticket to experiment with Claude's advanced capabilities at scale.
It's a chance to accelerate discovery, potentially leading to breakthroughs in diagnostics or treatments that would otherwise be out of reach due to resource constraints.
🔗 Official source
Windows CLI Batch Script Injection Blocked
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 21.07, 01:28
🏷️ #Anthropic #ClaudeCode #Claude #windows
• Command injection via `cmd.exe` metacharacters on Windows is now blocked.
• This fix specifically targets `.bat` and `.cmd` CLI scripts.
• Includes a critical patch for `npm`'s `claude.cmd` shim.

💡 This isn't just a minor patch; it's a significant security hardening for anyone developing on Windows and using the Claude Agent SDK CLI.
Previously, malicious input could exploit `cmd.exe` metacharacters, potentially leading to arbitrary command execution when spawning batch scripts like `claude.cmd`.
Now, you can run your CLI commands with more confidence on Windows, knowing a common injection vector is sealed off.
🔗 Official source