mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-19 21:44:22 +01:00
refactor: update imports to use @anthropic-ai/claude-agent-sdk
- Changed import statements in multiple files to replace references from @anthropic-ai/claude-code to @anthropic-ai/claude-agent-sdk for consistency and to align with the latest SDK structure.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { CanUseTool } from "@anthropic-ai/claude-code";
|
||||
import type { CanUseTool } from "@anthropic-ai/claude-agent-sdk";
|
||||
import { Context, Effect, Layer, Ref } from "effect";
|
||||
import { ulid } from "ulid";
|
||||
import type {
|
||||
|
||||
Reference in New Issue
Block a user