mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-08-06 01:14:36 +08:00
feat(web): add local Codex Skill management and invocation UI
This commit is contained in:
@@ -6,7 +6,7 @@ import { Streamdown, type LinkSafetyModalProps } from "streamdown";
|
||||
import { useCopyText } from "@/hooks/use-copy-text";
|
||||
import { canvasThemes } from "@/lib/canvas-theme";
|
||||
import { useAgentStore, type AgentPendingApproval } from "@/stores/use-agent-store";
|
||||
import { revealAgentLocalFile } from "./agent-api";
|
||||
import { revealAgentLocalFile } from "@/services/api/canvas-agent";
|
||||
|
||||
const streamdownProps = {
|
||||
className: "agent-streamdown",
|
||||
|
||||
Reference in New Issue
Block a user