Mercurial
diff MODULE.bazel @ 282:6bd4a3990696 default tip
Add cross-platform canvas orchestration and typed composer
Enable native ARM dependencies, macOS Copilot orchestration, portable service supervision, CPU dictation, and a shared N-key speak-or-type composer.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 20 Aug 2026 20:45:25 -0700 |
| parents | 1d99147f520c |
| children |
line wrap: on
line diff
--- a/MODULE.bazel Tue Aug 18 22:18:15 2026 -0700 +++ b/MODULE.bazel Thu Aug 20 20:45:25 2026 -0700 @@ -49,6 +49,30 @@ ) http_archive( + name = "copilot_cli_macos_arm64", + build_file_content = """ +exports_files( + ["copilot"], + visibility = ["//visibility:public"], +) +""", + sha256 = "858081270a544c396af0132926449f8d92ba5086c2b802c633a376a9da5e83d6", + urls = ["https://github.com/github/copilot-cli/releases/download/v1.0.73/copilot-darwin-arm64.tar.gz"], +) + +http_archive( + name = "copilot_cli_macos_x86_64", + build_file_content = """ +exports_files( + ["copilot"], + visibility = ["//visibility:public"], +) +""", + sha256 = "91f9420cd903e35a235407fa87901493625267f502dd3e5d2eab1882b0a8c658", + urls = ["https://github.com/github/copilot-cli/releases/download/v1.0.73/copilot-darwin-x64.tar.gz"], +) + +http_archive( name = "llama_cpp_win_cuda_12_4_x64", build_file_content = """ filegroup(