Any Buddy v2.0.0 Adds Preview Feature for Claude Code Buddies

Any Buddy v2.0.0 is now available, featuring a complete refactor that adds a preview capability for testing different buddies before applying them to your Claude code. This release also includes platform-specific fixes and has been tested successfully on Linux, Mac, and Windows systems.
Key Details from the Release
The main new feature in version 2.0.0 is the ability to preview any buddy before applying it to your Claude code. This allows developers to test different configurations without immediately committing changes to their working environment.
The release includes numerous platform-specific fixes that address compatibility issues across different operating systems. According to the source, the tool has had "successful runs on Linux Mac and Windows."
Getting Started
To install and use Any Buddy v2.0.0:
npx any-buddy@latest
The project has gained significant community traction with 160 GitHub stars at the time of the announcement. The tool appears to be gaining popularity among developers working with Claude AI for coding assistance.
For complete release notes and detailed information about all changes in v2.0.0, refer to the GitHub release page linked below.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Claude Extension Updated to Use Agent SDK After Anthropic Billing Changes
An OpenClaw extension developer rewrote their Claude CLI integration to use the official claude-agent-sdk after Anthropic started detecting and reclassifying CLI usage as third-party app usage, which bills against a separate credit pool instead of Max plan limits. The SDK approach authenticates through existing Claude Code login and bills as regular Max plan usage.

GrapeRoot: Open-source tool reduces Claude Code token usage by 40-80%
GrapeRoot is a free, open-source local MCP server that sits between your codebase and Claude Code, reducing token usage by 40-80% by tracking what the model has already seen and sending only relevant code changes.

NEXUS: An Open Source Agent Coordination Layer for OpenClaw
NEXUS is a coordination layer built on OpenClaw that enables AI agents to discover each other, delegate tasks, and handle micro-payments. It includes an agent registry, capability-based discovery, trust scores, and uses Google's A2A protocol and Anthropic's MCP.

Claude Review: IntelliJ Plugin for Real-Time Code Review with Claude Code
Claude Review is an open-source IntelliJ plugin that automatically reviews code changes on every file save using Claude Code. It sends unstaged git diffs to Claude with customizable prompts and displays findings as native IntelliJ annotations.