Skip to content

Update ShellV2 Colors and Syntax Highlighting#1947

Merged
KCarretto merged 4 commits intomainfrom
update-shell-v2-colors-15886610237809158505
Feb 27, 2026
Merged

Update ShellV2 Colors and Syntax Highlighting#1947
KCarretto merged 4 commits intomainfrom
update-shell-v2-colors-15886610237809158505

Conversation

@KCarretto
Copy link
Copy Markdown
Collaborator

This change updates the color scheme for the ShellV2 interface as requested. It introduces a Monaco-like palette for syntax highlighting, ensuring built-ins, keywords, and operands are distinctly colored. Punctuation now alternates colors based on nesting depth. Additionally, error messages and task queued notifications in the terminal, as well as the active user indicator in the header, have been updated to the specified colors.


PR created automatically by Jules for task 15886610237809158505 started by @KCarretto

- Updated syntax highlighting in `shellUtils.ts` to use custom RGB colors for strings, methods, keywords, operands, and punctuation.
- Added support for alternating punctuation colors based on nesting depth.
- Updated WebSocket message colors in `useShellTerminal.ts` (Red for errors, Purple for queued tasks).
- Updated Active Users indicator color in `ShellHeader.tsx` to Fuchsia.
- Added unit tests for new highlighting logic in `shellUtils.test.ts`.

Co-authored-by: KCarretto <16250309+KCarretto@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 27, 2026

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
2727    ±0 2727    ±0 0    ±0 0    ±0 0    ±0 0    ±0 1ms    ±0

Previous Results

Build 🏗️ Result 🧪 Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
#1380 2727 2727 0 0 0 0 44.2s

Insights

Average Tests per Run Total Flaky Tests Total Failed Slowest Test (p95)
2727 0 0 5.7s

Slowest Tests

Test 📝 Results 📊 Duration (avg) ⏱️ Duration (p95) ⏱️
TestDockerExecutor_Build_ContextCancellation 1 5.7s 5.7s
eldritch-libsys: std::dll_inject_impl::tests::test_dll_inject_simple 1 5.1s 5.1s
TestInteractiveShell 1 5.1s 5.1s
TestOtherStreamOutput 1 5.0s 5.0s
imix::bin/imix: install::tests::test_install_execution 3 1.6s 4.6s
imix::bin/imix: install::tests::test_install_execution 3 1.6s 4.6s
imix::bin/imix: install::tests::test_install_execution 3 1.6s 4.6s
imix::bin/imix: tests::task_tests::test_task_eprint_behavior 3 3.0s 3.0s
imix::bin/imix: tests::task_tests::test_task_eprint_behavior 3 3.0s 3.0s
imix::bin/imix: tests::task_tests::test_task_eprint_behavior 3 3.0s 3.0s

🎉 No failed tests in this run. | 🍂 No flaky tests in this run.

Github Test Reporter by CTRF 💚

🔄 This comment has been updated

google-labs-jules bot and others added 3 commits February 27, 2026 05:51
- Update ShellV2 syntax highlighting to Monaco-like theme.
- Update WebSocket message colors (Red for errors, Purple for task queued).
- Update Active Users indicator to Fuchsia.
- Fix `TestTruncation` deadlock by adding `_busy_timeout=5000` to SQLite DSN in integration tests to handle concurrent access between input handler and background user presence tracking.

Co-authored-by: KCarretto <16250309+KCarretto@users.noreply.github.com>
@KCarretto KCarretto marked this pull request as ready for review February 27, 2026 06:05
@KCarretto KCarretto merged commit 07b59db into main Feb 27, 2026
7 of 8 checks passed
@KCarretto KCarretto deleted the update-shell-v2-colors-15886610237809158505 branch February 27, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant