mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[PR #59] [MERGED] feat: update settings provider and settings prompt ui, fix bugs #141
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/59
Author: @sirozha
Created: 10/3/2025
Status: ✅ Merged
Merged: 10/4/2025
Merged by: @asdek
Base:
master← Head:feature/frontend📝 Commits (7)
4ec4fe5feat: update settings provider and settings prompt ui, fix bugs4422955fix: chat icon margin top0e9f17dfix: input number control9d856b2fix: agent testing ui8a10cabrefactor: update agent configuration and testing structure69322a5fix: eslint949aecafix: update default parallel workers and enhance Apollo cache configuration📊 Changes
16 files changed (+975 additions, -229 deletions)
View changed files
📝
backend/pkg/database/converter/converter.go(+27 -27)📝
backend/pkg/graph/generated.go(+78 -68)📝
backend/pkg/graph/model/models_gen.go(+89 -26)📝
backend/pkg/graph/schema.graphqls(+21 -4)📝
backend/pkg/graph/schema.resolvers.go(+1 -1)📝
backend/pkg/providers/providers.go(+1 -1)📝
frontend/graphql-schema.graphql(+3 -3)📝
frontend/package-lock.json(+209 -21)📝
frontend/package.json(+1 -0)📝
frontend/src/features/chat/ChatSubtask.tsx(+20 -7)📝
frontend/src/features/chat/ChatTask.tsx(+15 -9)📝
frontend/src/graphql/types.ts(+27 -11)📝
frontend/src/lib/apollo.ts(+11 -0)📝
frontend/src/pages/settings/SettingsPrompt.tsx(+224 -13)📝
frontend/src/pages/settings/SettingsProvider.tsx(+245 -35)📝
frontend/src/pages/settings/SettingsProviders.tsx(+3 -3)📄 Description
Description of the Change
Update Provider and Prompts settings
Problem
Some issues with the form for creating providers and prompts
Solution
Fix form validation and update settings test flow
Type of Change
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.