README.md

# REPOSITORY MOVED

**This repository has been renamed and moved to a new location.**

## New Repository Information

- **GitHub**: [github.com/nshkrdotcom/claude_agent_sdk](https://github.com/nshkrdotcom/claude_agent_sdk)
- **Hex.pm Package**: [claude_agent_sdk](https://hex.pm/packages/claude_agent_sdk)

## Migration Notice

The project previously known as `claude_code_sdk_elixir` has been renamed to `claude_agent_sdk` to better reflect its purpose as a general-purpose Claude AI Agent SDK for Elixir.

### What Changed

- **Old Name**: `claude_code_sdk_elixir` / `claude_code_sdk`
- **New Name**: `claude_agent_sdk`
- **Old GitHub**: `github.com/nshkrdotcom/claude_code_sdk_elixir`
- **New GitHub**: `github.com/nshkrdotcom/claude_agent_sdk`
- **Old Hex**: `claude_code_sdk`
- **New Hex**: `claude_agent_sdk`

### For Existing Users

If you're using this package in your project, please update your `mix.exs`:

```elixir
# OLD (deprecated)
{:claude_code_sdk, "~> 0.x.x"}

# NEW (current)
{:claude_agent_sdk, "~> 0.2.2"}
```

All module names, functionality, and APIs remain the same. Only the package name and repository location have changed.

### Important Links

- **New Repository**: [https://github.com/nshkrdotcom/claude_agent_sdk](https://github.com/nshkrdotcom/claude_agent_sdk)
- **Hex Package**: [https://hex.pm/packages/claude_agent_sdk](https://hex.pm/packages/claude_agent_sdk)
- **Documentation**: [https://hexdocs.pm/claude_agent_sdk](https://hexdocs.pm/claude_agent_sdk)

---

**This repository is now archived. Please use the new repository for all future development.**