mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #270] [MERGED] docs: clarify current web settings coverage #284
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/270
Author: @mason5052
Created: 4/16/2026
Status: ✅ Merged
Merged: 4/23/2026
Merged by: @asdek
Base:
feature/next-release← Head:codex/issue-191-settings-coverage📝 Commits (2)
e86052bdocs: clarify current web settings coverageaa718e2docs: clarify settings config paths📊 Changes
2 files changed (+40 additions, -0 deletions)
View changed files
📝
README.md(+18 -0)📝
backend/docs/config.md(+22 -0)📄 Description
Summary
Problem
Issue #191 asks for configuration from the web console, but the current docs do not clearly separate shipped web settings from configuration that is still server-managed.
That makes it easy to overestimate current UI coverage, especially around search providers, third-party integrations, and LLM credentials or endpoint settings.
Solution
Current Web Settings Coveragesection toREADME.mdbackend/docs/config.mdUser Impact
Users get a more accurate picture of what can already be configured after startup and what still has to be configured on the server.
This also makes #191 easier to treat as a follow-up on the remaining gap instead of a blind reimplementation of features that already exist.
Test Plan
git diff --checkReferences #191.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.