Mercurial
diff mrjunejune/BUILD @ 261:b401627fc49e
Add JRPG mock flows and interactive previews
Add scripted mock SSE commands, custom event forwarding, animated chat turns, full-height message navigation, and a cyberpunk resume dossier.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Wed, 05 Aug 2026 20:38:32 -0700 |
| parents | 1f9877b637e9 |
| children | 04fee26ecce0 |
line wrap: on
line diff
--- a/mrjunejune/BUILD Wed Aug 05 09:19:41 2026 -0700 +++ b/mrjunejune/BUILD Wed Aug 05 20:38:32 2026 -0700 @@ -326,6 +326,7 @@ "$(location //mrjunejune/inference:litellm_proxy_zip)", "$(location //mrjunejune/inference:litellm_config.yaml)", "$(location @python_3_11//:python3)", + "$(location //mrjunejune/inference:mock_sidecar)", ], data = [ ":mrjunejune_server", @@ -333,6 +334,7 @@ "//mrjunejune/inference:copilot_sidecar_zip", "//mrjunejune/inference:litellm_config.yaml", "//mrjunejune/inference:litellm_proxy_zip", + "//mrjunejune/inference:mock_sidecar", "@copilot_cli_linux_x86_64//:copilot", "@python_3_11//:files", "@python_3_11//:python3",