@@ -14,17 +14,39 @@ management, and submission, along with GitHub-specific xprompt workflows.
1414
1515## Installation
1616
17+ For a managed SASE install, install ` sase-github ` into the same ` uv tool ` environment as ` sase ` so its entry points are
18+ discovered by the ` sase ` command.
19+
20+ ### Recommended: SASE Admin Center Updates tab
21+
22+ If SASE is already installed with ` uv tool install sase ` , open ` sase ace ` , press ` # ` for the SASE Admin Center, then go
23+ to the ** Updates** tab (` 5 ` , or ` [ ` / ` ] ` ). Highlight ` sase-github ` in the plugin list (` j ` / ` k ` , or ` / ` to filter),
24+ press ` i ` to install, and confirm the preview modal. The preview shows the exact ` uv ` command and resolved package set;
25+ the install runs as a tracked background task and is discovered on the next ` sase ` run.
26+
27+ See the core SASE docs for the [ Updates tab] ( https://github.com/sase-org/sase/blob/master/docs/configuration.md#updates-tab )
28+ and [ ` sase plugin ` commands] ( https://github.com/sase-org/sase/blob/master/docs/plugins.md ) .
29+
30+ ### Alternative: install SASE and the plugin together
31+
1732``` bash
18- pip install sase-github
33+ uv tool install sase --python 3.12 --with sase-github
1934```
2035
21- Or with [ uv] ( https://docs.astral.sh/uv/ ) :
36+ Repeat ` --with ` for additional plugins, for example ` --with sase-github --with sase-telegram ` . Add ` --force ` to replace
37+ an existing tool install.
38+
39+ ### Equivalent CLI for an existing install
2240
2341``` bash
24- uv pip install sase- github
42+ sase plugin install github
2543```
2644
27- Requires ` sase>=0.1.3 ` as a dependency (installed automatically).
45+ ` pip install sase-github ` is only an escape hatch for non-managed or library-style environments. It is not the normal
46+ path for a ` uv tool ` -managed SASE command.
47+
48+ Requires ` sase>=0.1.3 ` as a dependency. For GitHub Enterprise Server or self-hosted GitHub, follow the
49+ [ GitHub Enterprise setup walkthrough] ( docs/configuration.md#github-enterprise-setup ) .
2850
2951## What's Included
3052
@@ -74,6 +96,9 @@ workflows, and PR submission.
7496- [ gh] ( https://cli.github.com/ ) CLI (for GitHub API operations). For GitHub Enterprise, run
7597 ` gh auth login --hostname <host> ` for each configured Enterprise host.
7698
99+ See [ Configuration] ( docs/configuration.md ) for ` github_hosts ` , ` github_orgs ` , workspace layout, and the ordered GitHub
100+ Enterprise setup flow.
101+
77102## Development
78103
79104``` bash
0 commit comments