Skip to content

Introduce EditorColorScheme for consistent color management#26

Merged
amasiye merged 1 commit into
mainfrom
develop
Mar 20, 2026
Merged

Introduce EditorColorScheme for consistent color management#26
amasiye merged 1 commit into
mainfrom
develop

Conversation

@amasiye

@amasiye amasiye commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

This pull request introduces significant improvements to the command-line editor and console commands, focusing on enhanced usability, extensibility, and user feedback. The most notable changes are the addition of a command palette (command line modal) and a contextual help modal in the editor, as well as refactoring and improving the Update and ViewLog console commands for better reliability and argument handling.

Editor Enhancements:

  • Added a command line modal (CommandLineModal) that can be triggered with : to enter and execute editor commands, and a help modal (CommandHelpModal) that provides a keyboard shortcuts cheatsheet. Input handling, rendering, and layout logic have been updated to support these new overlays. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]
  • Introduced a new EditorColorScheme class to centralize color and style constants for consistent UI theming across the editor.

Console Command Improvements:

  • Refactored the Update and ViewLog commands to use InputOption for the directory argument, supporting both short and long forms (-d and --dir), and made the option required for clarity and reliability. [1] [2] [3] [4]
  • Improved error handling, validation, and output messages in both commands. The Update command now reliably runs Composer updates in the specified directory, detects local composer.phar, and reports errors more clearly.
  • The ViewLog command now validates log types, supports viewing multiple log files with multitail if available, and provides robust error feedback for missing files or directories.

These changes collectively enhance the user experience by making the editor more interactive and discoverable, and by making command-line operations more robust and user-friendly.

Editor Features:

  • Added command palette (triggered by :) and contextual help modal with keyboard shortcuts cheatsheet. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]
  • Introduced EditorColorScheme for consistent color and style management.

Console Command Refactoring and Improvements:

  • Updated Update and ViewLog commands to use InputOption for directory argument, supporting both -d and --dir. [1] [2] [3] [4]
  • Enhanced error handling, validation, and output in Update and ViewLog commands. [1] [2]

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@amasiye amasiye merged commit b59c94c into main Mar 20, 2026
0 of 2 checks passed
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