Hyve Connect - #206
Open
HardeepAsrani wants to merge 18 commits into
Open
Conversation
Member
Author
|
@copilot resolve the merge conflicts in this pull request |
# Conflicts: # src/backend/screens/Dashboard.js # src/backend/style.scss # src/backend/utils.js Co-authored-by: HardeepAsrani <2649903+HardeepAsrani@users.noreply.github.com>
Merged
|
HardeepAsrani
force-pushed
the
feat/new-ui
branch
from
July 18, 2026 08:07
d89b9cd to
955e5f0
Compare
Soare-Robert-Daniel
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Hyve Connect (hosted AI) as an alternative to the self-hosted OpenAI setup, and rebuilds the admin as a screen-based React app. A site can now run its knowledge base and chat on the hosted service (no OpenAI key needed) or keep running self-hosted, and switch between the two.
Pro PR: https://github.com/Codeinwp/hyve/pull/266
Agents PR: https://github.com/Codeinwp/agents/pull/129
Closes: https://github.com/Codeinwp/hyve/issues/164
Highlights
parts/+route.jsstructure).Backend (PHP)
Hyve_Connect: the hosted-service client (buffered and streamed SSE, license bearer, and a per-site token for the free tier).DB_Table: the to-Connect sync lifecycle (start / run / advance / finish / block / resume), a watchdog for stranded syncs, reconcile (aggregate and per-bucket diffing against the cloud), identity-change re-sync, and the disconnect import/clear paths.API: REST endpoints for connect, disconnect, reconcile, and chat (streaming and poll), plus quota/stats reporting.Stream: SSE chat streaming for both self-hosted and Connect.embedding_modelcolumn; local DB schema version bumped).Notes for reviewers
embedding_modelcolumn; the schema version bump applies it automatically on upgrade.