mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #88] [MERGED] Feature/frontend #149
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/vxcontrol/pentagi/pull/88
Author: @sirozha
Created: 12/1/2025
Status: ✅ Merged
Merged: 12/29/2025
Merged by: @asdek
Base:
master← Head:feature/frontend📝 Commits (10+)
c8ad47afeat: add mcp server settings92dc7cffeat: add mcp server settingsabd3ec8Merge branch 'feature/frontend' of github.com:vxcontrol/pentagi into feature/frontend339f0c9fix: hide mcp server settingse240bb2fix: update react to 19b3b6b16fix: update dependencies56c497cfeat: add flows pagede28f63feat: add flows page02a5b01feat: update auth973b6e6feat: update auth📊 Changes
176 files changed (+17996 additions, -14215 deletions)
View changed files
📝
.vscode/settings.json(+18 -0)📝
frontend/.prettierrc(+6 -2)📝
frontend/eslint.config.mjs(+70 -28)📝
frontend/graphql-codegen.ts(+5 -5)📝
frontend/package-lock.json(+5351 -5770)📝
frontend/package.json(+36 -26)📝
frontend/postcss.config.cjs(+1 -2)➕
frontend/public/fonts/inter-500-italic.woff2(+0 -0)➕
frontend/public/fonts/inter-500.woff2(+0 -0)➕
frontend/public/fonts/inter-600-italic.woff2(+0 -0)➕
frontend/public/fonts/inter-600.woff2(+0 -0)➕
frontend/public/fonts/inter-700-italic.woff2(+0 -0)➕
frontend/public/fonts/inter-700.woff2(+0 -0)➕
frontend/public/fonts/inter-italic.woff2(+0 -0)➕
frontend/public/fonts/inter-regular.woff2(+0 -0)➕
frontend/public/fonts/roboto-mono-500-italic.woff2(+0 -0)➕
frontend/public/fonts/roboto-mono-500.woff2(+0 -0)➕
frontend/public/fonts/roboto-mono-600-italic.woff2(+0 -0)➕
frontend/public/fonts/roboto-mono-600.woff2(+0 -0)➕
frontend/public/fonts/roboto-mono-700-italic.woff2(+0 -0)...and 80 more files
📄 Description
Description of the Change
Problem
Solution
Closes #
Type of Change
Areas Affected
Testing and Verification
Test Configuration
Test Steps
Test Results
Security Considerations
Performance Impact
Documentation Updates
Deployment Notes
Checklist
Code Quality
go fmtandgo vet(for Go code)npm run lint(for TypeScript/JavaScript code)Security
Compatibility
Documentation
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.