opencode-llama-cpp-launcher 0.1.4__tar.gz → 0.1.5__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 (32) hide show
  1. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/PKG-INFO +2 -2
  2. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/README.md +1 -1
  3. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/pyproject.toml +1 -1
  4. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/uv.lock +1 -1
  5. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/.github/workflows/release.yml +0 -0
  6. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/.gitignore +0 -0
  7. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/LICENSE +0 -0
  8. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/docs/demo.tape +0 -0
  9. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/docs/opencode-llama-demo.gif +0 -0
  10. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode-llama.example.yaml +0 -0
  11. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/__init__.py +0 -0
  12. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/cli/__init__.py +0 -0
  13. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/cli/entrypoint.py +0 -0
  14. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/models/__init__.py +0 -0
  15. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/models/launch_config.py +0 -0
  16. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/models/launch_status.py +0 -0
  17. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/__init__.py +0 -0
  18. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/binaries.py +0 -0
  19. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/errors.py +0 -0
  20. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/health.py +0 -0
  21. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/launch_config_loader.py +0 -0
  22. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/launch_preparer.py +0 -0
  23. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/launcher.py +0 -0
  24. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/opencode_config.py +0 -0
  25. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/services/ports.py +0 -0
  26. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/storage/__init__.py +0 -0
  27. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/opencode_llama_cpp_launcher/storage/config_loader.py +0 -0
  28. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/tests/test_cli.py +0 -0
  29. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/tests/test_config_loader.py +0 -0
  30. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/tests/test_launcher.py +0 -0
  31. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/tests/test_opencode_config.py +0 -0
  32. {opencode_llama_cpp_launcher-0.1.4 → opencode_llama_cpp_launcher-0.1.5}/tests/test_ports.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opencode-llama-cpp-launcher
3
- Version: 0.1.4
3
+ Version: 0.1.5
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
@@ -26,7 +26,7 @@ Launch [OpenCode](https://opencode.ai/) with a local model served by
26
26
  [llama.cpp](https://github.com/ggml-org/llama.cpp). The launcher starts
27
27
  `llama-server`, wires OpenCode to it, and cleans up when your session ends.
28
28
 
29
- ![OpenCode llama.cpp Launcher demo](docs/opencode-llama-demo.gif)
29
+ ![OpenCode llama.cpp Launcher demo](https://raw.githubusercontent.com/ribomo/opencode-llama-cpp-launcher/main/docs/opencode-llama-demo.gif)
30
30
 
31
31
  ## Requirements
32
32
 
@@ -4,7 +4,7 @@ Launch [OpenCode](https://opencode.ai/) with a local model served by
4
4
  [llama.cpp](https://github.com/ggml-org/llama.cpp). The launcher starts
5
5
  `llama-server`, wires OpenCode to it, and cleans up when your session ends.
6
6
 
7
- ![OpenCode llama.cpp Launcher demo](docs/opencode-llama-demo.gif)
7
+ ![OpenCode llama.cpp Launcher demo](https://raw.githubusercontent.com/ribomo/opencode-llama-cpp-launcher/main/docs/opencode-llama-demo.gif)
8
8
 
9
9
  ## Requirements
10
10
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "opencode-llama-cpp-launcher"
3
- version = "0.1.4"
3
+ version = "0.1.5"
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.4"
67
+ version = "0.1.5"
68
68
  source = { editable = "." }
69
69
  dependencies = [
70
70
  { name = "pyyaml" },