Add AI copilot chat panel to the diagram editor with streaming responses, chat history persistence, and markdown rendering. Includes copilot API route, diagram-aware system prompt, and schema with 15 passing tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
159 B
SQL
2 lines
159 B
SQL
ALTER TABLE "chat"."chat" ADD COLUMN "diagram_id" text;--> statement-breakpoint
|
|
CREATE INDEX "chat_diagram_id_idx" ON "chat"."chat" USING btree ("diagram_id"); |