What's Claude Code?
Official: Anthropic released Claude code 2.0.73 with 9 CLI changes,details below
Official: Anthropic just released Claude Code 2.0.70 with 13 CLI changes, details below.
Claude‑CMD: A CLI for managing Claude Code commands & workflows
Does Claude Code work with the Claude desktop app?
Is Claude Code secure?
How does Claude Code work with my existing tools?
Videos
🚀 Claude Code is here! Anthropic just launched a CLI tool for agentic coding, allowing developers to offload engineering tasks directly from their terminal.
🛠️ What is Claude Code? It’s a command-line interface (CLI) tool that integrates with Claude 3.7 Sonnet, enabling developers to: ✅ Automate coding tasks like debugging, refactoring, and full-stack updates ✅ Interact with tools & APIs directly through AI-assisted workflows ✅ Generate & execute complex engineering solutions without switching contexts
🎯 Early Testing Insights:
Vercel: Found Claude Code exceptionally precise in complex agent workflows
Replit: Used it to build sophisticated web apps from scratch
Canva: Reported that Claude generates production-ready code with superior design taste
🧐 How Does It Compare? Claude Code is not just another Copilot alternative it’s closer to an AI agent that understands and executes engineering workflows in a developer-friendly CLI environment.
Claude Code CLI 2.0.73 changelog:
• Added clickable [Image #N] links that open attached images in the default viewer.
• Added alt-y yank-pop to cycle through kill ring history after ctrl-y yank.
• Added search filtering to the plugin discover screen (type to filter by name, description, or marketplace).
• Added support for custom session IDs when forking sessions with --session-id combined with --resume or --continue and --fork-session
• Fixed slow input history cycling and race condition that could overwrite text after message submission.
• Improved /theme command to open theme picker directly.
• Improved theme picker UI.
• Improved search UX across resume session, permissions, and plugins screens with a unified SearchBox component.
• [VSCode] Added tab icon badges showing pending permissions (blue) and unread completions (orange).
Source: Anthropics Claude Code(GitHub)
Claude Code CLI 2.0.70 changelog:
• Added Enter key to accept and submit prompt suggestions immediately (tab still accepts for editing)
• Added wildcard syntax mcp__server__* for MCP tool permissions to allow or deny all tools from a server.
• Added auto-update toggle for plugin marketplaces, allowing per-marketplace control over automatic updates.
• Added plan_mode_required spawn parameter for teammates to require plan approval before implementing changes.
• Added current_usage field to status line input, enabling accurate context window percentage calculations.
• Fixed input being cleared when processing queued commands while the user was typing.
• Fixed prompt suggestions replacing typed input when pressing Tab.
• Fixed diff view not updating when terminal is resized.
• Improved memory usage by 3x for large conversations.
• Improved resolution of stats screenshots copied to clipboard (Ctrl+S) for crisper images.
• Removed # shortcut for quick memory entry (tell Claude to edit your CLAUDE.md instead).
• Fix thinking mode toggle in /config not persisting correctly.
• Improve UI for file creation permission dialog.
Source: Anthropics (GitHub)
🔗: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
🔗: https://code.claude.com/docs/
Hi everyone — I recently built Claude‑CMD, a command-line interface to manage Claude commands, configurations, and workflows with AI-powered automation. It’s designed for developers, PMs, and anyone working with Claude with commands and workflows.
GitHub: https://github.com/kiliczsh/claude-cmd
Website: http://claudecmd.com/
Would love to hear your thoughts or ideas for improvements. Feedback is welcome!
You can also contribute your own commands to help improve the project.