mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-16 20:01:47 -05:00
[PR #12] [MERGED] feat: mistral ai sdk #23
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/12
Author: @dextmorgn
Created: 6/16/2025
Status: ✅ Merged
Merged: 6/16/2025
Merged by: @dextmorgn
Base:
main← Head:feat/mistral-sdk📝 Commits (1)
2ee52affeat: mistral ai sdk📊 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.