Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 260:1f9877b637e9 | 261:b401627fc49e |
|---|---|
| 324 "$(location //mrjunejune/inference:copilot_sidecar_zip)", | 324 "$(location //mrjunejune/inference:copilot_sidecar_zip)", |
| 325 "$(location @copilot_cli_linux_x86_64//:copilot)", | 325 "$(location @copilot_cli_linux_x86_64//:copilot)", |
| 326 "$(location //mrjunejune/inference:litellm_proxy_zip)", | 326 "$(location //mrjunejune/inference:litellm_proxy_zip)", |
| 327 "$(location //mrjunejune/inference:litellm_config.yaml)", | 327 "$(location //mrjunejune/inference:litellm_config.yaml)", |
| 328 "$(location @python_3_11//:python3)", | 328 "$(location @python_3_11//:python3)", |
| 329 "$(location //mrjunejune/inference:mock_sidecar)", | |
| 329 ], | 330 ], |
| 330 data = [ | 331 data = [ |
| 331 ":mrjunejune_server", | 332 ":mrjunejune_server", |
| 332 ":inference_sidecar_launcher.sh", | 333 ":inference_sidecar_launcher.sh", |
| 333 "//mrjunejune/inference:copilot_sidecar_zip", | 334 "//mrjunejune/inference:copilot_sidecar_zip", |
| 334 "//mrjunejune/inference:litellm_config.yaml", | 335 "//mrjunejune/inference:litellm_config.yaml", |
| 335 "//mrjunejune/inference:litellm_proxy_zip", | 336 "//mrjunejune/inference:litellm_proxy_zip", |
| 337 "//mrjunejune/inference:mock_sidecar", | |
| 336 "@copilot_cli_linux_x86_64//:copilot", | 338 "@copilot_cli_linux_x86_64//:copilot", |
| 337 "@python_3_11//:files", | 339 "@python_3_11//:files", |
| 338 "@python_3_11//:python3", | 340 "@python_3_11//:python3", |
| 339 ], | 341 ], |
| 340 ) | 342 ) |