REPOSITORY MOVED

View Source

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

New Repository Information

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:

# 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.


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