[PR #12] [MERGED] feat: mistral ai sdk #23

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

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/12
Author: @dextmorgn
Created: 6/16/2025
Status: Merged
Merged: 6/16/2025
Merged by: @dextmorgn

Base: mainHead: feat/mistral-sdk


📝 Commits (1)

📊 Changes

24 files changed (+1867 additions, -811 deletions)

View changed files

flowsint-api/app/api/routes/chat.py (+43 -0)
📝 flowsint-api/app/main.py (+2 -0)
📝 flowsint-api/requirements.txt (+2 -1)
📝 flowsint-app/electron-builder.yml (+1 -1)
📝 flowsint-app/electron.vite.config.ts (+19 -3)
📝 flowsint-app/package.json (+3 -1)
📝 flowsint-app/src/renderer/index.html (+2 -2)
flowsint-app/src/renderer/src/api/chat.service.ts (+82 -0)
📝 flowsint-app/src/renderer/src/components/graphs/graph-panel.tsx (+2 -2)
📝 flowsint-app/src/renderer/src/components/layout/notes-panel.tsx (+248 -75)
📝 flowsint-app/src/renderer/src/components/shared/editor/minimal-tiptap.tsx (+9 -1)
flowsint-app/src/renderer/src/components/shared/editor/styles/index.css (+192 -0)
flowsint-app/src/renderer/src/components/shared/editor/styles/partials/code.css (+90 -0)
flowsint-app/src/renderer/src/components/shared/editor/styles/partials/lists.css (+26 -0)
flowsint-app/src/renderer/src/components/shared/editor/styles/partials/placeholder.css (+8 -0)
flowsint-app/src/renderer/src/components/shared/editor/styles/partials/typography.css (+43 -0)
flowsint-app/src/renderer/src/components/shared/editor/styles/partials/zoom.css (+112 -0)
📝 flowsint-app/src/renderer/src/components/sketches/graph-react-force.tsx (+7 -7)
📝 flowsint-app/src/renderer/src/components/sketches/graph.tsx (+2 -9)
flowsint-app/src/renderer/src/hooks/use-chat.ts (+117 -0)

...and 4 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/12 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/mistral-sdk` --- ### 📝 Commits (1) - [`2ee52af`](https://github.com/reconurge/flowsint/commit/2ee52af2b178e6c9ad9c5a90a05efc9bd4fe64d0) feat: mistral ai sdk ### 📊 Changes **24 files changed** (+1867 additions, -811 deletions) <details> <summary>View changed files</summary> ➕ `flowsint-api/app/api/routes/chat.py` (+43 -0) 📝 `flowsint-api/app/main.py` (+2 -0) 📝 `flowsint-api/requirements.txt` (+2 -1) 📝 `flowsint-app/electron-builder.yml` (+1 -1) 📝 `flowsint-app/electron.vite.config.ts` (+19 -3) 📝 `flowsint-app/package.json` (+3 -1) 📝 `flowsint-app/src/renderer/index.html` (+2 -2) ➕ `flowsint-app/src/renderer/src/api/chat.service.ts` (+82 -0) 📝 `flowsint-app/src/renderer/src/components/graphs/graph-panel.tsx` (+2 -2) 📝 `flowsint-app/src/renderer/src/components/layout/notes-panel.tsx` (+248 -75) 📝 `flowsint-app/src/renderer/src/components/shared/editor/minimal-tiptap.tsx` (+9 -1) ➕ `flowsint-app/src/renderer/src/components/shared/editor/styles/index.css` (+192 -0) ➕ `flowsint-app/src/renderer/src/components/shared/editor/styles/partials/code.css` (+90 -0) ➕ `flowsint-app/src/renderer/src/components/shared/editor/styles/partials/lists.css` (+26 -0) ➕ `flowsint-app/src/renderer/src/components/shared/editor/styles/partials/placeholder.css` (+8 -0) ➕ `flowsint-app/src/renderer/src/components/shared/editor/styles/partials/typography.css` (+43 -0) ➕ `flowsint-app/src/renderer/src/components/shared/editor/styles/partials/zoom.css` (+112 -0) 📝 `flowsint-app/src/renderer/src/components/sketches/graph-react-force.tsx` (+7 -7) 📝 `flowsint-app/src/renderer/src/components/sketches/graph.tsx` (+2 -9) ➕ `flowsint-app/src/renderer/src/hooks/use-chat.ts` (+117 -0) _...and 4 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:50 -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#23