Open
Conversation
* Added Highlight.js version 11.9.0 for enhanced code highlighting capabilities. * Introduced a new dark theme CSS for VSCode to improve code readability in dark mode.
* Updated Electron version to ^30.0.5 for improved stability. * Added new dependencies including @modelcontextprotocol/sdk, accepts, ajv, body-parser, and others to enhance functionality. * Updated various existing dependencies to their latest versions for better performance and security. * Removed unnecessary dev flags from some dependencies.
* Updated the response container's CSS for improved code block appearance, including a new dark background and enhanced padding. * Implemented detailed syntax highlighting for various programming languages using Highlight.js, improving readability and user experience. * Added functionality to automatically detect and display the programming language in code blocks. * Introduced a method to enhance code blocks with language-specific classes for better styling consistency.
* Increased default window height to improve user experience. * Adjusted dynamic window height settings for various views to provide better layout consistency. * Added Highlight.js and VSCode dark theme CSS for improved code block styling and syntax highlighting.
vampirepapi
approved these changes
Jul 25, 2025
|
cool |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a custom syntax highlighting feature that mimics the Visual Studio Code dark theme. It enhances the readability of code blocks in responses by applying accurate color tokens similar to how VSCode displays them.
Closes #91 (if there's an open issue)
