[PR #1] [MERGED] Feat/ai sdk #12

Closed
opened 2025-11-11 11:49:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feat/ai-sdk


📝 Commits (9)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/1 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/ai-sdk` --- ### 📝 Commits (9) - [`365950a`](https://github.com/reconurge/flowsint/commit/365950a4a3827cac6ba49cf656c5cb5f62664d96) feat: ai chat bot - [`7e04125`](https://github.com/reconurge/flowsint/commit/7e04125fcfd8fd6ad354507329ab98d71238d796) feat: dashboard - [`ab9c814`](https://github.com/reconurge/flowsint/commit/ab9c8142adb3a1de058727f627785415d553a311) feat: show labels on zoom - [`7afcf59`](https://github.com/reconurge/flowsint/commit/7afcf59a4b2b546625d5a7476d60294c6d6231a5) feat: rounded nodes - [`58468da`](https://github.com/reconurge/flowsint/commit/58468da8a6bb6e5974a6b950e2fa0e72413e903c) feat: api keys panel - [`f00933e`](https://github.com/reconurge/flowsint/commit/f00933e139a4bacd828b285e529faecafd4972d2) feat: layout - [`daf6ea2`](https://github.com/reconurge/flowsint/commit/daf6ea2bb3d4e958952064bd7268d4b75de22df9) feat: floating edge - [`e2b3e52`](https://github.com/reconurge/flowsint/commit/e2b3e5235b70c799839b46016c2a12165f4fa0ec) feat: chat context - [`eceb958`](https://github.com/reconurge/flowsint/commit/eceb9588088fc323ab4a9638218615e48223b4fd) feat: check investigation on server ### 📊 Changes **36 files changed** (+1780 additions, -168 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 11:49:36 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#12