opencode-llama-cpp-launcher 0.1.0__tar.gz → 0.1.3__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 (30) hide show
  1. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/.github/workflows/release.yml +1 -1
  2. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/PKG-INFO +1 -1
  3. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/pyproject.toml +1 -1
  4. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/uv.lock +1 -1
  5. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/.gitignore +0 -0
  6. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/LICENSE +0 -0
  7. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/README.md +0 -0
  8. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode-llama.example.yaml +0 -0
  9. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/__init__.py +0 -0
  10. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/cli/__init__.py +0 -0
  11. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/cli/entrypoint.py +0 -0
  12. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/models/__init__.py +0 -0
  13. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/models/launch_config.py +0 -0
  14. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/models/launch_status.py +0 -0
  15. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/__init__.py +0 -0
  16. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/binaries.py +0 -0
  17. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/errors.py +0 -0
  18. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/health.py +0 -0
  19. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/launch_config_loader.py +0 -0
  20. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/launch_preparer.py +0 -0
  21. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/launcher.py +0 -0
  22. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/opencode_config.py +0 -0
  23. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/services/ports.py +0 -0
  24. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/storage/__init__.py +0 -0
  25. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/opencode_llama_cpp_launcher/storage/config_loader.py +0 -0
  26. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/tests/test_cli.py +0 -0
  27. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/tests/test_config_loader.py +0 -0
  28. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/tests/test_launcher.py +0 -0
  29. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/tests/test_opencode_config.py +0 -0
  30. {opencode_llama_cpp_launcher-0.1.0 → opencode_llama_cpp_launcher-0.1.3}/tests/test_ports.py +0 -0
@@ -53,7 +53,7 @@ jobs:
53
53
  path: dist/
54
54
 
55
55
  - name: Create GitHub release
56
- run: gh release create "$GITHUB_REF_NAME" dist/* --generate-notes
56
+ run: gh release create "$GITHUB_REF_NAME" dist/* --generate-notes --repo "$GITHUB_REPOSITORY"
57
57
  env:
58
58
  GH_TOKEN: ${{ github.token }}
59
59
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opencode-llama-cpp-launcher
3
- Version: 0.1.0
3
+ Version: 0.1.3
4
4
  Summary: One command launcher for running OpenCode with a local llama.cpp model.
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "opencode-llama-cpp-launcher"
3
- version = "0.1.0"
3
+ version = "0.1.3"
4
4
  description = "One command launcher for running OpenCode with a local llama.cpp model."
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -64,7 +64,7 @@ wheels = [
64
64
 
65
65
  [[package]]
66
66
  name = "opencode-llama-cpp-launcher"
67
- version = "0.1.0"
67
+ version = "0.1.3"
68
68
  source = { editable = "." }
69
69
  dependencies = [
70
70
  { name = "pyyaml" },