feat(console): add paste submit and shared widget helpers - #174
Merged
Conversation
- add a paste-and-submit REPL action with button sizing updates - initialize workspace logging and gettext-backed UI translations - extract shared Textual modal dialog and collapsible copy helpers - reuse helpers in env config, stats, shell result, and tool result widgets - collapse audit/tool result sections by default and add widget coverage - ignore local agent metadata and skills lock files
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.
Summary
Files
.gitignoresrc/console/commands/workspaces/workspace_cmd.pysrc/console/handlers/tool_handler.pysrc/console/main.pysrc/console/ui/repl.pysrc/console/ui/widgets/audit_tab.pysrc/console/ui/widgets/base_dialog.pysrc/console/ui/widgets/collapsible_helper.pysrc/console/ui/widgets/env_config_tab.pysrc/console/ui/widgets/shell_result_tab.pysrc/console/ui/widgets/stats_tab.pysrc/console/ui/widgets/tab_mixin.pysrc/console/ui/widgets/tools_result_widget.pysrc/core/logger.pysrc/i18n.pytests/console/ui/test_textual_widgets.py