From c46e4e5abd31400bb5cc3581f1744c3f47b3c385 Mon Sep 17 00:00:00 2001 From: bitnom <14287229+bitnom@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:40:28 -0400 Subject: [PATCH] Add claude_code_sdk package to registry (#3087) - Nim SDK for Claude Code providing seamless integration - Version 0.0.19 with comprehensive test coverage - Repository: https://github.com/Apothic-AI/claude-code-sdk-nim Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 2b95396..fef694f 100644 --- a/packages.json +++ b/packages.json @@ -35912,6 +35912,25 @@ "description": "Chronim is Chrome DevTools Protocol (CDP) for Nim lang", "license": "MIT", "web": "https://github.com/aad1995/chronim" + }, + { + "name": "claude_code_sdk", + "url": "https://github.com/Apothic-AI/claude-code-sdk-nim", + "method": "git", + "tags": [ + "claude", + "ai", + "sdk", + "api", + "anthropic", + "llm", + "chatbot", + "assistant", + "code-generation" + ], + "description": "Nim SDK for Claude Code - provides seamless integration with Claude Code functionality through a native Nim interface", + "license": "Apache-2.0", + "web": "https://github.com/Apothic-AI/claude-code-sdk-nim" }, { "name": "pgvector",