[PR #88] [MERGED] Feature/frontend #149

Closed
opened 2026-06-06 22:09:25 -04:00 by yindo · 0 comments
Owner

📋 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: masterHead: feature/frontend


📝 Commits (10+)

  • c8ad47a feat: add mcp server settings
  • 92dc7cf feat: add mcp server settings
  • abd3ec8 Merge branch 'feature/frontend' of github.com:vxcontrol/pentagi into feature/frontend
  • 339f0c9 fix: hide mcp server settings
  • e240bb2 fix: update react to 19
  • b3b6b16 fix: update dependencies
  • 56c497c feat: add flows page
  • de28f63 feat: add flows page
  • 02a5b01 feat: update auth
  • 973b6e6 feat: 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

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🔧 Configuration change
  • 🧪 Test update
  • 🛡️ Security update

Areas Affected

  • Core Services (Frontend UI/Backend API)
  • AI Agents (Researcher/Developer/Executor)
  • Security Tools Integration
  • Memory System (Vector Store/Knowledge Base)
  • Monitoring Stack (Grafana/OpenTelemetry)
  • Analytics Platform (Langfuse)
  • External Integrations (LLM/Search APIs)
  • Documentation
  • Infrastructure/DevOps

Testing and Verification

Test Configuration

PentAGI Version:
Docker Version:
Host OS:
LLM Provider:
Enabled Features: [Langfuse/Grafana/etc]

Test Steps

Test Results

Security Considerations

Performance Impact

Documentation Updates

  • README.md updates
  • API documentation updates
  • Configuration documentation updates
  • GraphQL schema updates
  • Other:

Deployment Notes

Checklist

Code Quality

  • My code follows the project's coding standards
  • I have added/updated necessary documentation
  • I have added tests to cover my changes
  • All new and existing tests pass
  • I have run go fmt and go vet (for Go code)
  • I have run npm run lint (for TypeScript/JavaScript code)

Security

  • I have considered security implications
  • Changes maintain or improve the security model
  • Sensitive information has been properly handled

Compatibility

  • Changes are backward compatible
  • Breaking changes are clearly marked and documented
  • Dependencies are properly updated

Documentation

  • Documentation is clear and complete
  • Comments are added for non-obvious code
  • API changes are documented

Additional Notes


Note

Modernizes the frontend tooling configuration and editor integration.

  • ESLint: Replaces custom config with flat config via @eslint/eslintrc FlatCompat, enables TS/React/React Hooks presets, adds key rules (e.g., curly, padding lines, unused vars with _ ignore), disables some React rules, and includes eslint-plugin-perfectionist; adds broader ignore patterns in eslint.config.mjs.
  • Prettier: Updates .prettierrc with schema, endOfLine: "lf", bracketSpacing, arrowParens: "always", Tailwind plugin only (removes organize-imports), and tailwindFunctions: ["cn"].
  • VSCode: Enables editor.codeActionsOnSave for ESLint fix, sets editor.formatOnSave, and configures Prettier as default formatter for TS/TSX.
  • GraphQL Codegen: Reorders fields and plugin list in graphql-codegen.ts (no functional changes).

Written by Cursor Bugbot for commit f5342c8dd5. This will update automatically on new commits. Configure here.


🔄 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/vxcontrol/pentagi/pull/88 **Author:** [@sirozha](https://github.com/sirozha) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/29/2025 **Merged by:** [@asdek](https://github.com/asdek) **Base:** `master` ← **Head:** `feature/frontend` --- ### 📝 Commits (10+) - [`c8ad47a`](https://github.com/vxcontrol/pentagi/commit/c8ad47a97495ceac7cee018ab1e285d9c68d05c9) feat: add mcp server settings - [`92dc7cf`](https://github.com/vxcontrol/pentagi/commit/92dc7cf3f98b36588817c0ddf2e21a9fdf7c4c75) feat: add mcp server settings - [`abd3ec8`](https://github.com/vxcontrol/pentagi/commit/abd3ec86cdfe25cb1a4aab86ab5292440ff424b8) Merge branch 'feature/frontend' of github.com:vxcontrol/pentagi into feature/frontend - [`339f0c9`](https://github.com/vxcontrol/pentagi/commit/339f0c9434262ee4f422c1153abda8f25e15cc3a) fix: hide mcp server settings - [`e240bb2`](https://github.com/vxcontrol/pentagi/commit/e240bb27859a86db4cd7830f48a3c45093eb6eeb) fix: update react to 19 - [`b3b6b16`](https://github.com/vxcontrol/pentagi/commit/b3b6b1629436cd3d3154ba0e28e014d554f1aa25) fix: update dependencies - [`56c497c`](https://github.com/vxcontrol/pentagi/commit/56c497c7e6e6123322cbe85012717107cdcb4280) feat: add flows page - [`de28f63`](https://github.com/vxcontrol/pentagi/commit/de28f63b8087b593f5f8282e992b9b2cd1205170) feat: add flows page - [`02a5b01`](https://github.com/vxcontrol/pentagi/commit/02a5b014229fdc73420623623a4f1a58ebb26739) feat: update auth - [`973b6e6`](https://github.com/vxcontrol/pentagi/commit/973b6e652e2f23ab47268b65700f816ac9baae53) feat: update auth ### 📊 Changes **176 files changed** (+17996 additions, -14215 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description <!-- Thank you for your contribution to PentAGI! Please fill out this template completely to help us review your changes effectively. Any PR that does not include enough information may be closed at maintainers' discretion. --> ### Description of the Change <!-- We must be able to understand the design of your change from this description. Please provide as much detail as possible. --> #### Problem <!-- Describe the problem this PR addresses --> #### Solution <!-- Describe your solution and its key aspects --> <!-- Enter any applicable Issue number(s) here that will be closed/resolved by this PR. --> Closes # ### Type of Change <!-- Mark with an `x` all options that apply --> - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] 🚀 New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 📚 Documentation update - [ ] 🔧 Configuration change - [ ] 🧪 Test update - [ ] 🛡️ Security update ### Areas Affected <!-- Mark with an `x` all components that are affected --> - [ ] Core Services (Frontend UI/Backend API) - [ ] AI Agents (Researcher/Developer/Executor) - [ ] Security Tools Integration - [ ] Memory System (Vector Store/Knowledge Base) - [ ] Monitoring Stack (Grafana/OpenTelemetry) - [ ] Analytics Platform (Langfuse) - [ ] External Integrations (LLM/Search APIs) - [ ] Documentation - [ ] Infrastructure/DevOps ### Testing and Verification <!-- Please describe the tests that you ran to verify your changes and provide instructions so we can reproduce. --> #### Test Configuration ```yaml PentAGI Version: Docker Version: Host OS: LLM Provider: Enabled Features: [Langfuse/Grafana/etc] ``` #### Test Steps 1. 2. 3. #### Test Results <!-- Include relevant screenshots, logs, or test outputs --> ### Security Considerations <!-- Describe any security implications of your changes. For security-related changes, please note any new dependencies, changed permissions, etc. --> ### Performance Impact <!-- Describe any performance implications and testing done to verify acceptable performance. Especially important for changes affecting AI agents, memory systems, or data processing. --> ### Documentation Updates <!-- Note any documentation changes required by this PR --> - [ ] README.md updates - [ ] API documentation updates - [ ] Configuration documentation updates - [ ] GraphQL schema updates - [ ] Other: <!-- specify --> ### Deployment Notes <!-- Describe any special considerations for deploying this change. Include any new environment variables, configuration changes, or migration steps. --> ### Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> #### Code Quality - [ ] My code follows the project's coding standards - [ ] I have added/updated necessary documentation - [ ] I have added tests to cover my changes - [ ] All new and existing tests pass - [ ] I have run `go fmt` and `go vet` (for Go code) - [ ] I have run `npm run lint` (for TypeScript/JavaScript code) #### Security - [ ] I have considered security implications - [ ] Changes maintain or improve the security model - [ ] Sensitive information has been properly handled #### Compatibility - [ ] Changes are backward compatible - [ ] Breaking changes are clearly marked and documented - [ ] Dependencies are properly updated #### Documentation - [ ] Documentation is clear and complete - [ ] Comments are added for non-obvious code - [ ] API changes are documented ### Additional Notes <!-- Any additional information that would be helpful for reviewers --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Modernizes the frontend tooling configuration and editor integration. > > - **ESLint:** Replaces custom config with flat config via `@eslint/eslintrc` `FlatCompat`, enables TS/React/React Hooks presets, adds key rules (e.g., `curly`, padding lines, unused vars with `_` ignore), disables some React rules, and includes `eslint-plugin-perfectionist`; adds broader ignore patterns in `eslint.config.mjs`. > - **Prettier:** Updates `.prettierrc` with schema, `endOfLine: "lf"`, `bracketSpacing`, `arrowParens: "always"`, Tailwind plugin only (removes organize-imports), and `tailwindFunctions: ["cn"]`. > - **VSCode:** Enables `editor.codeActionsOnSave` for ESLint fix, sets `editor.formatOnSave`, and configures Prettier as default formatter for TS/TSX. > - **GraphQL Codegen:** Reorders fields and plugin list in `graphql-codegen.ts` (no functional changes). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f5342c8dd52d5d124cd74d3b623ec6f2100f0833. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:09:25 -04:00
yindo closed this issue 2026-06-06 22:09:25 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#149