sase-github 0.2.11__tar.gz → 0.2.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sase_github-0.2.12/.release-please-manifest.json +3 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/CHANGELOG.md +7 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/PKG-INFO +1 -1
- {sase_github-0.2.11 → sase_github-0.2.12}/README.md +1 -1
- {sase_github-0.2.11 → sase_github-0.2.12}/pyproject.toml +1 -1
- sase_github-0.2.11/.release-please-manifest.json +0 -3
- {sase_github-0.2.11 → sase_github-0.2.12}/.github/workflows/ci.yml +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/.github/workflows/pr-title.yml +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/.github/workflows/publish.yml +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/.sase_beads/beads.db +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/.sase_beads/config.json +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/.sase_beads/issues.jsonl +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/CLAUDE.md +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/Justfile +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/LICENSE +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/docs/architecture.md +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/docs/configuration.md +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/docs/xprompts.md +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/release-please-config.json +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/__init__.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/config.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/default_config.yml +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/errors.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/plugin.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/__init__.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/gh_release.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/gh_setup.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/new_pr_desc_get_context.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/task_types.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/workspace_plugin.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/xprompts/gh.yml +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/xprompts/new_pr_desc.yml +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/xprompts/pr_diff.yml +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/xprompts/prdd.yml +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/__init__.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_ci_install_contract.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_config.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_gh_workspace_claims.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_github_issues.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_github_plugin.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_github_pull_requests.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_new_pr_desc_get_context.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_submit_with_recorded_pr.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_task_types.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_workspace_plugin.py +0 -0
- {sase_github-0.2.11 → sase_github-0.2.12}/uv.lock +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.12](https://github.com/sase-org/sase-github/compare/v0.2.11...v0.2.12) (2026-09-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Documentation
|
|
7
|
+
|
|
8
|
+
* use sase tui launch command ([b180fd3](https://github.com/sase-org/sase-github/commit/b180fd33a1b93269e4f55c0ae216577f64e3a651))
|
|
9
|
+
|
|
3
10
|
## [0.2.11](https://github.com/sase-org/sase-github/compare/v0.2.10...v0.2.11) (2026-09-08)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -19,7 +19,7 @@ discovered by the `sase` command.
|
|
|
19
19
|
|
|
20
20
|
### Recommended: SASE Admin Center Updates tab
|
|
21
21
|
|
|
22
|
-
If SASE is already installed with `uv tool install sase`, open `sase
|
|
22
|
+
If SASE is already installed with `uv tool install sase`, open `sase tui`, press `#` for the SASE Admin Center, then go
|
|
23
23
|
to the **Updates** tab (`5`, or `[` / `]`). Highlight `sase-github` in the plugin list (`j` / `k`, or `/` to filter),
|
|
24
24
|
press `i` to install, and confirm the preview modal. The preview shows the exact `uv` command and resolved package set;
|
|
25
25
|
the install runs as a tracked background task and is discovered on the next `sase` run.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/new_pr_desc_get_context.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|