feat(install): streamline installation and model onboarding - #1529
Draft
PsiACE wants to merge 5 commits into
Draft
feat(install): streamline installation and model onboarding#1529PsiACE wants to merge 5 commits into
PsiACE wants to merge 5 commits into
Conversation
# Conflicts: # docs/en/docs/get-started/configure-models.md # docs/en/docs/get-started/configure-server-environment.md # docs/en/docs/get-started/install-and-run.md # docs/en/docs/get-started/quickstart.md # docs/zh/docs/get-started/configure-models.md # docs/zh/docs/get-started/configure-server-environment.md # docs/zh/docs/get-started/install-and-run.md # docs/zh/docs/get-started/quickstart.md
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.
Which issue or RFC does this PR close?
Related to #1408. This PR adds a focused installation and onboarding path.
Rationale for this change
New users should be able to install PowerContext without preparing Python manually. Users who already have uv should also have a short, platform-independent installation path. The onboarding flow must explain that the Server uses its own model configuration before users start it.
What changes are included in this PR?
uv tool installon macOS, Linux, or Windows.master:server rundiscovers the current directory's.env, and the optional Dashboard is disabled by default at/dashboard/home.Are there any user-facing changes?
PowerContext now has operating-system installer instructions and a direct
uv tool install --python ">=3.11,<4" "powercontext[cli,server]==0.2.0"path. The guides also lead users through generation-model setup before automatic Memory extraction. The pip installation path remains available.How was this change tested?
make checkmake docs-test, including link checks for 191 public pages and 262 repository files, plus verification of 781 exported pagesmake test(2,084 passed, 66 skipped)AI usage statement
Codex assisted with implementation, documentation, conflict resolution, and validation.