mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 09:54:46 -05:00
[PR #1] [MERGED] Feat/ai sdk #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/1
Author: @dextmorgn
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/13/2025
Merged by: @dextmorgn
Base:
main← Head:feat/ai-sdk📝 Commits (9)
365950afeat: ai chat bot7e04125feat: dashboardab9c814feat: show labels on zoom7afcf59feat: rounded nodes58468dafeat: api keys panelf00933efeat: layoutdaf6ea2feat: floating edgee2b3e52feat: chat contexteceb958feat: check investigation on server📊 Changes
36 files changed (+1780 additions, -168 deletions)
View changed files
📝
package.json(+8 -1)➕
src/app/api/chat/route.ts(+16 -0)➕
src/app/dashboard/keys/page.tsx(+121 -0)📝
src/app/dashboard/layout.tsx(+118 -8)📝
src/app/dashboard/page.tsx(+21 -3)📝
src/app/investigations/[investigation_id]/individuals.tsx(+3 -2)📝
src/app/investigations/[investigation_id]/layout.tsx(+10 -9)➕
src/app/investigations/[investigation_id]/loading.tsx(+10 -0)➕
src/app/investigations/loading.tsx(+10 -0)📝
src/app/layout.tsx(+3 -1)📝
src/components/breach.tsx(+7 -7)➕
src/components/chatbot.tsx(+27 -0)➕
src/components/contexts/chatbot-context.tsx(+142 -0)📝
src/components/contexts/investigation-provider.tsx(+21 -8)📝
src/components/contexts/node-context.tsx(+1 -0)📝
src/components/copy.tsx(+1 -1)📝
src/components/dashboard/investigation.tsx(+25 -14)📝
src/components/dashboard/new-case.tsx(+3 -6)📝
src/components/dashboard/search-palette.tsx(+15 -11)➕
src/components/investigations/floating-connection.tsx(+64 -0)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.