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.
Files changed (46) hide show
  1. sase_github-0.2.12/.release-please-manifest.json +3 -0
  2. {sase_github-0.2.11 → sase_github-0.2.12}/CHANGELOG.md +7 -0
  3. {sase_github-0.2.11 → sase_github-0.2.12}/PKG-INFO +1 -1
  4. {sase_github-0.2.11 → sase_github-0.2.12}/README.md +1 -1
  5. {sase_github-0.2.11 → sase_github-0.2.12}/pyproject.toml +1 -1
  6. sase_github-0.2.11/.release-please-manifest.json +0 -3
  7. {sase_github-0.2.11 → sase_github-0.2.12}/.github/workflows/ci.yml +0 -0
  8. {sase_github-0.2.11 → sase_github-0.2.12}/.github/workflows/pr-title.yml +0 -0
  9. {sase_github-0.2.11 → sase_github-0.2.12}/.github/workflows/publish.yml +0 -0
  10. {sase_github-0.2.11 → sase_github-0.2.12}/.sase_beads/beads.db +0 -0
  11. {sase_github-0.2.11 → sase_github-0.2.12}/.sase_beads/config.json +0 -0
  12. {sase_github-0.2.11 → sase_github-0.2.12}/.sase_beads/issues.jsonl +0 -0
  13. {sase_github-0.2.11 → sase_github-0.2.12}/CLAUDE.md +0 -0
  14. {sase_github-0.2.11 → sase_github-0.2.12}/Justfile +0 -0
  15. {sase_github-0.2.11 → sase_github-0.2.12}/LICENSE +0 -0
  16. {sase_github-0.2.11 → sase_github-0.2.12}/docs/architecture.md +0 -0
  17. {sase_github-0.2.11 → sase_github-0.2.12}/docs/configuration.md +0 -0
  18. {sase_github-0.2.11 → sase_github-0.2.12}/docs/xprompts.md +0 -0
  19. {sase_github-0.2.11 → sase_github-0.2.12}/release-please-config.json +0 -0
  20. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/__init__.py +0 -0
  21. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/config.py +0 -0
  22. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/default_config.yml +0 -0
  23. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/errors.py +0 -0
  24. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/plugin.py +0 -0
  25. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/__init__.py +0 -0
  26. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/gh_release.py +0 -0
  27. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/gh_setup.py +0 -0
  28. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/scripts/new_pr_desc_get_context.py +0 -0
  29. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/task_types.py +0 -0
  30. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/workspace_plugin.py +0 -0
  31. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/xprompts/gh.yml +0 -0
  32. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/xprompts/new_pr_desc.yml +0 -0
  33. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/xprompts/pr_diff.yml +0 -0
  34. {sase_github-0.2.11 → sase_github-0.2.12}/src/sase_github/xprompts/prdd.yml +0 -0
  35. {sase_github-0.2.11 → sase_github-0.2.12}/tests/__init__.py +0 -0
  36. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_ci_install_contract.py +0 -0
  37. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_config.py +0 -0
  38. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_gh_workspace_claims.py +0 -0
  39. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_github_issues.py +0 -0
  40. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_github_plugin.py +0 -0
  41. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_github_pull_requests.py +0 -0
  42. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_new_pr_desc_get_context.py +0 -0
  43. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_submit_with_recorded_pr.py +0 -0
  44. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_task_types.py +0 -0
  45. {sase_github-0.2.11 → sase_github-0.2.12}/tests/test_workspace_plugin.py +0 -0
  46. {sase_github-0.2.11 → sase_github-0.2.12}/uv.lock +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.2.12"
3
+ }
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: sase-github
3
- Version: 0.2.11
3
+ Version: 0.2.12
4
4
  Summary: GitHub VCS plugin for sase
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -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 ace`, press `#` for the SASE Admin Center, then go
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.
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "sase-github"
7
- version = "0.2.11"
7
+ version = "0.2.12"
8
8
  description = "GitHub VCS plugin for sase"
9
9
  requires-python = ">=3.12"
10
10
  license = "MIT"
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.2.11"
3
- }
File without changes
File without changes
File without changes
File without changes