From 5c3373ba7e7c5630876358c406f06aed58533f21 Mon Sep 17 00:00:00 2001 From: Akshat Kumar Date: Thu, 13 Aug 2026 17:51:09 +0530 Subject: [PATCH] docs: fix Claude Agent SDK link in README The "Claude Agent SDK" link pointed at a nonexistent github.com/anthropics/claude-code-sdk repo. Point it at the actual docs instead. Co-Authored-By: Claude Sonnet 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d0257f..0d28f68 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ for await (const msg of query({ ## SDK -The SDK provides a programmatic interface to Gitagent agents. It mirrors the [Claude Agent SDK](https://github.com/anthropics/claude-code-sdk) pattern but runs **in-process** — no subprocesses, no IPC. +The SDK provides a programmatic interface to Gitagent agents. It mirrors the [Claude Agent SDK](https://code.claude.com/docs/en/agent-sdk/overview) pattern but runs **in-process** — no subprocesses, no IPC. ### `query(options): Query`